Package org.openxava.controller.meta
Class MetaSubcontroller
- java.lang.Object
-
- org.openxava.util.meta.MetaElement
-
- org.openxava.controller.meta.MetaControllerElement
-
- org.openxava.controller.meta.MetaSubcontroller
-
- All Implemented Interfaces:
java.io.Serializable
public class MetaSubcontroller extends MetaControllerElement
Create on 25/04/2013 (08:30:35)- Author:
- Ana Andres
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaSubcontroller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetControllerName()java.lang.StringgetId()Unique id of element, normally used to search the label in the resources files.java.util.Collection<MetaAction>getMetaActions()MetaControllergetMetaController()booleanhasActionsInThisMode(java.lang.String mode)voidsetControllerName(java.lang.String controllerName)-
Methods inherited from class org.openxava.controller.meta.MetaControllerElement
appliesToMode, getIcon, getImage, getMode, hasIcon, hasImage, setIcon, setImage, setMode
-
Methods inherited from class org.openxava.util.meta.MetaElement
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setLabel, setName, setPlaceholder
-
-
-
-
Method Detail
-
hasActionsInThisMode
public boolean hasActionsInThisMode(java.lang.String mode)
-
getMetaController
public MetaController getMetaController()
- Specified by:
getMetaControllerin classMetaControllerElement- Since:
- 5.4.1
-
getMetaActions
public java.util.Collection<MetaAction> getMetaActions()
-
getControllerName
public java.lang.String getControllerName()
-
setControllerName
public void setControllerName(java.lang.String controllerName)
-
getId
public java.lang.String getId()
Description copied from class:MetaElementUnique id of element, normally used to search the label in the resources files.- Specified by:
getIdin classMetaControllerElement
-
-