Interface JRElementGroup

    • Method Detail

      • getChildren

        java.util.List<JRChild> getChildren()
        Gets a list of all direct children elements or elements groups.
      • getElementGroup

        JRElementGroup getElementGroup()
        Gets the parent element group.
        Returns:
        an instance of this class, or null if this is the root group.
      • getElements

        JRElement[] getElements()
        Gets an array containing all the elements and element groups in the hierarchy.
      • getElementByKey

        JRElement getElementByKey​(java.lang.String key)
        Gets an element from this group, based on its element key.