public interface JRElementGroup extends JRChild
| Modifier and Type | Method and Description |
|---|---|
List<JRChild> |
getChildren()
Gets a list of all direct children elements or elements groups.
|
JRElement |
getElementByKey(String key)
Gets an element from this group, based on its element key.
|
JRElementGroup |
getElementGroup()
Gets the parent element group.
|
JRElement[] |
getElements()
Gets an array containing all the elements and element groups in the hierarchy.
|
visitcloneList<JRChild> getChildren()
JRElementGroup getElementGroup()
JRElement[] getElements()
Copyright © 2012. All Rights Reserved.