| net.sf.jasperreports.engine.JRElementGroup
All known Subclasses: net.sf.jasperreports.engine.fill.JRFillElementGroup, net.sf.jasperreports.engine.base.JRBaseElementGroup,
JRElementGroup | public interface JRElementGroup extends JRChild(Code) | | Groups several report elements. Report elements placed in any report section can be arranged in multiple
nested groups. The only reason you might have for grouping your elements is to be able to customize the
stretch behavior of the report elements.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRElementGroup.java 1229 2006-04-19 10:27:35Z teodord $ |
getChildren | public List getChildren()(Code) | | Gets a list of all direct children elements or elements groups.
|
getElementByKey | public JRElement getElementByKey(String key)(Code) | | Gets an element from this group, based on its element key.
|
getElementGroup | public JRElementGroup getElementGroup()(Code) | | Gets the parent element group.
an instance of this class, or null if this is the root group. |
getElements | public JRElement[] getElements()(Code) | | Gets an array containing all the elements and element groups in the hierarchy.
|
|
|