Class MetaControllerElement
java.lang.Object
org.openxava.util.meta.MetaElement
org.openxava.controller.meta.MetaControllerElement
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MetaAction, MetaSubcontroller
Controller' element: it can be an action or a subcontroller.
Create on 2 sept. 2016 (11:31:50)
Create on 2 sept. 2016 (11:31:50)
- Author:
- Ana Andres
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanappliesToMode(String mode) getIcon()abstract StringgetId()Unique id of element, normally used to search the label in the resources files.getImage()abstract MetaControllergetMode()booleanhasIcon()booleanhasImage()voidvoidvoidMethods inherited from class MetaElement
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setLabel, setName, setPlaceholder
-
Constructor Details
-
MetaControllerElement
public MetaControllerElement()
-
-
Method Details
-
getMetaController
- Since:
- 7.2
-
appliesToMode
-
getImage
-
setImage
-
getIcon
-
setIcon
-
getMode
-
setMode
-
getId
Description copied from class:MetaElementUnique id of element, normally used to search the label in the resources files.- Specified by:
getIdin classMetaElement
-
hasImage
public boolean hasImage() -
hasIcon
public boolean hasIcon()
-