|
||||||||||
| 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 | |
|---|---|
java.lang.Object |
clone()
|
java.lang.Object |
clone(JRElementGroup parentGroup)
|
JRFillCloneable |
createClone(JRFillCloneFactory factory)
Creates a working clone of itself. |
java.util.List |
getChildren()
Gets a list of all direct children elements or elements groups. |
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 |
visit(JRVisitor visitor)
|
| Methods inherited from class java.lang.Object |
|---|
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 JRElementGrouppublic JRElementGroup getElementGroup()
JRElementGroup
getElementGroup in interface JRElementGrouppublic JRElement[] getElements()
JRElementGroup
getElements in interface JRElementGrouppublic JRElement getElementByKey(java.lang.String key)
JRElementGroup
getElementByKey in interface JRElementGroupprotected void reset()
protected int getStretchHeightDiff()
public void visit(JRVisitor visitor)
visit in interface JRVisitablepublic JRFillCloneable createClone(JRFillCloneFactory factory)
JRFillCloneable
createClone in interface JRFillCloneablefactory - the clone factory to use while creating the clone
public java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Objectpublic java.lang.Object clone(JRElementGroup parentGroup)
clone in interface JRChild
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||