Class Section

    • Constructor Detail

      • Section

        public Section()
    • Method Detail

      • setConfig

        public void setConfig​(SectionConfig value)
        Sets the value of the config property.
        Parameters:
        value - allowed object is SectionConfig
      • 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
      • getElement

        public List<Sectionelement> getElement()
        Gets the value of the element property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the element property.

        For example, to add a new item, do as follows:

            getElement().add(newItem);
         

        Objects of the following type(s) are allowed in the list Sectionelement

      • getHidden

        public String getHidden()
        If evaluating to true, the Section will not be visible to the user.
        Returns:
        possible object is String
      • setHidden

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

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

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

        public String getId()
        The ID of the section, must be unique within the page.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String