|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillElementGroup
public class JRFillElementGroup
Field Summary | |
---|---|
protected java.util.List |
children
|
protected JRElementGroup |
elementGroup
|
protected JRFillElement[] |
elements
|
Constructor Summary | |
---|---|
protected |
JRFillElementGroup(JRElementGroup elementGrp,
JRFillObjectFactory factory)
|
protected |
JRFillElementGroup(JRFillElementGroup elementGrp,
JRFillCloneFactory factory)
|
Method Summary | |
---|---|
JRCloneable |
createClone(JRFillCloneFactory factory)
Creates a working clone of itself. |
java.util.List |
getChildren()
Gets a list of all direct children elements or elements groups. |
JRChild |
getCopy(JRAbstractObjectFactory factory)
|
JRElement |
getElementByKey(java.lang.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. |
protected int |
getStretchHeightDiff()
|
protected void |
reset()
|
void |
writeXml(JRXmlWriter xmlWriter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List children
protected JRElementGroup elementGroup
protected JRFillElement[] elements
Constructor Detail |
---|
protected JRFillElementGroup(JRElementGroup elementGrp, JRFillObjectFactory factory)
protected JRFillElementGroup(JRFillElementGroup elementGrp, JRFillCloneFactory factory)
Method Detail |
---|
public java.util.List getChildren()
JRElementGroup
getChildren
in interface JRElementGroup
public JRElementGroup getElementGroup()
JRElementGroup
getElementGroup
in interface JRElementGroup
public JRElement[] getElements()
JRElementGroup
getElements
in interface JRElementGroup
public JRElement getElementByKey(java.lang.String key)
JRElementGroup
getElementByKey
in interface JRElementGroup
protected void reset()
protected int getStretchHeightDiff()
public JRChild getCopy(JRAbstractObjectFactory factory)
getCopy
in interface JRChild
public void writeXml(JRXmlWriter xmlWriter) throws java.io.IOException
writeXml
in interface JRChild
java.io.IOException
public JRCloneable createClone(JRFillCloneFactory factory)
JRCloneable
createClone
in interface JRCloneable
factory
- the clone factory to use while creating the clone
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |