Class DataLayout.Section

    • Constructor Detail

      • Section

        public Section​(java.lang.String label)
        Section constructor.
        Parameters:
        label - TODO javadoc me please
    • Method Detail

      • getSectionLayout

        public java.util.List<DataLayout.DataFormLayoutElementgetSectionLayout()
        Gets the value of the sectionLayout 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 object. This is why there is not a set method for the sectionLayout property.

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

         getSectionLayout().add(newItem);
         

        Objects of the following type(s) are allowed in the list: String, DataLayout.Section, DataLayout.Fieldref and DataLayout.Reportedref

        Returns:
        list of DataFormLayoutElements.
      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • getElementName

        public java.lang.String getElementName()
        Description copied from interface: NamedElement
        Returns the root element name.
        Returns:
        the element name.