Class Sectionelement

    • Field Detail

      • title

        protected Label title
      • action

        protected Action action
      • folded

        protected String folded
      • passive

        protected String passive
      • executionTime

        protected Long executionTime
    • Constructor Detail

      • Sectionelement

        public Sectionelement()
    • Method Detail

      • getTitle

        public Label getTitle()
        Gets the value of the title property.
        Returns:
        possible object is Label
      • setTitle

        public void setTitle​(Label value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is Label
      • getDatasource

        public Datasource getDatasource()
        Gets the value of the datasource property.
        Returns:
        possible object is Datasource
      • setDatasource

        public void setDatasource​(Datasource value)
        Sets the value of the datasource property.
        Parameters:
        value - allowed object is Datasource
      • getAction

        public Action getAction()
        Gets the value of the action property.
        Returns:
        possible object is Action
      • setAction

        public void setAction​(Action value)
        Sets the value of the action property.
        Parameters:
        value - allowed object is Action
      • setFolded

        public void setFolded​(String value)
        Sets the value of the folded property.
        Parameters:
        value - allowed object is String
      • getPassive

        public String getPassive()
        If evaluating to true, the Sectionelement will not determine the title of the tab.
        Returns:
        possible object is String
      • setPassive

        public void setPassive​(String value)
        Sets the value of the passive property.
        Parameters:
        value - allowed object is String
      • getMode

        public String getMode()
        The display mode for this element to be used by the template.
        Returns:
        possible object is String
      • setMode

        public void setMode​(String value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is String
      • getExecutionTime

        public Long getExecutionTime()
        The time in milliseconds it took to process this Sectionelement.
        Returns:
        possible object is Long
      • setExecutionTime

        public void setExecutionTime​(Long value)
        Sets the value of the executionTime property.
        Parameters:
        value - allowed object is Long