Class 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 Detail

      • MetaSubcontroller

        public MetaSubcontroller()
    • Method Detail

      • hasActionsInThisMode

        public boolean hasActionsInThisMode​(java.lang.String mode)
      • 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: MetaElement
        Unique id of element, normally used to search the label in the resources files.
        Specified by:
        getId in class MetaControllerElement