public class MetaSubcontroller extends MetaControllerElement
Constructor and Description |
---|
MetaSubcontroller() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getControllerName() |
java.lang.String |
getId()
Unique id of element, normally used to search the label in the resources files.
|
java.util.Collection<MetaAction> |
getMetaActions() |
MetaController |
getMetaController() |
boolean |
hasActionsInThisMode(java.lang.String mode) |
void |
setControllerName(java.lang.String controllerName) |
appliesToMode, getIcon, getImage, getMode, hasIcon, hasImage, setIcon, setImage, setMode
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setLabel, setName, setPlaceholder
public boolean hasActionsInThisMode(java.lang.String mode)
public MetaController getMetaController()
public java.util.Collection<MetaAction> getMetaActions()
public java.lang.String getControllerName()
public void setControllerName(java.lang.String controllerName)
public java.lang.String getId()
MetaElement
getId
in class MetaControllerElement