dori.jasper.engine.base
Class JRBaseElementGroup

java.lang.Object
  extended bydori.jasper.engine.base.JRBaseElementGroup
All Implemented Interfaces:
JRElementGroup, java.io.Serializable
Direct Known Subclasses:
JRBaseBand, JRDesignElementGroup

public class JRBaseElementGroup
extends java.lang.Object
implements JRElementGroup, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.util.List children
           
protected  JRElementGroup elementGroup
           
 
Constructor Summary
protected JRBaseElementGroup()
           
protected JRBaseElementGroup(JRElementGroup elementGroup, JRBaseObjectFactory factory)
           
 
Method Summary
 java.util.List getChildren()
           
 JRElement getElementByKey(java.lang.String key)
           
 JRElementGroup getElementGroup()
           
 JRElement[] getElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

protected java.util.List children

elementGroup

protected JRElementGroup elementGroup
Constructor Detail

JRBaseElementGroup

protected JRBaseElementGroup()

JRBaseElementGroup

protected JRBaseElementGroup(JRElementGroup elementGroup,
                             JRBaseObjectFactory factory)
Method Detail

getChildren

public java.util.List getChildren()
Specified by:
getChildren in interface JRElementGroup

getElementGroup

public JRElementGroup getElementGroup()
Specified by:
getElementGroup in interface JRElementGroup

getElements

public JRElement[] getElements()
Specified by:
getElements in interface JRElementGroup

getElementByKey

public JRElement getElementByKey(java.lang.String key)
Specified by:
getElementByKey in interface JRElementGroup


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.