Class SectionDef

    • Constructor Detail

      • SectionDef

        public SectionDef()
    • 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<SectionelementDef> 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 SectionelementDef

      • getHidden

        public String getHidden()
        If evaluating to true, the resulting 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
      • 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