Uses of Interface
net.sf.jasperreports.engine.JRGroup

Packages that use JRGroup
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRGroup in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRGroup
 JRGroup JRVariable.getResetGroup()
          Returns the group whose break triggers the variable reset.
 JRGroup JRVariable.getIncrementGroup()
          Returns the group whose break triggers the variable increment.
 JRGroup JRTextField.getEvaluationGroup()
          Gets the evaluation group for this text field.
 JRGroup[] JRReport.getGroups()
           
 JRGroup JRImage.getEvaluationGroup()
          Indicates the evaluation time for this image.
 JRGroup JRElementDataset.getResetGroup()
          Gets the selected reset group in case of reset type group.
 JRGroup JRElementDataset.getIncrementGroup()
          Gets the selected increment group in case of increment type group.
 JRGroup JRElement.getPrintWhenGroupChanges()
          Returns the group for which an element with a printRepeatedValues attribute set to true will be redisplayed even if the value has not changed.
 JRGroup[] JRDataset.getGroups()
          Returns the dataset's groups.
 JRGroup JRChart.getEvaluationGroup()
          Gets the evaluation group for this chart (only applies when evaluation time is group).
 

Uses of JRGroup in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRGroup
 class JRBaseGroup
           
 

Fields in net.sf.jasperreports.engine.base declared as JRGroup
protected  JRGroup JRBaseVariable.resetGroup
           
protected  JRGroup JRBaseVariable.incrementGroup
           
protected  JRGroup JRBaseTextField.evaluationGroup
           
protected  JRGroup JRBaseImage.evaluationGroup
           
protected  JRGroup JRBaseElementDataset.resetGroup
           
protected  JRGroup JRBaseElementDataset.incrementGroup
           
protected  JRGroup JRBaseElement.printWhenGroupChanges
           
protected  JRGroup[] JRBaseDataset.groups
           
protected  JRGroup JRBaseChart.evaluationGroup
           
 

Methods in net.sf.jasperreports.engine.base that return JRGroup
 JRGroup JRBaseVariable.getResetGroup()
           
 JRGroup JRBaseVariable.getIncrementGroup()
           
 JRGroup JRBaseTextField.getEvaluationGroup()
           
 JRGroup[] JRBaseReport.getGroups()
           
 JRGroup JRBaseImage.getEvaluationGroup()
           
 JRGroup JRBaseElementDataset.getResetGroup()
           
 JRGroup JRBaseElementDataset.getIncrementGroup()
           
 JRGroup JRBaseElement.getPrintWhenGroupChanges()
           
 JRGroup[] JRBaseDataset.getGroups()
           
 JRGroup JRBaseChart.getEvaluationGroup()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRGroup
protected  JRBaseGroup JRBaseObjectFactory.getGroup(JRGroup group)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRGroup
JRBaseGroup(JRGroup group, JRBaseObjectFactory factory)
           
 

Uses of JRGroup in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRGroup
 class JRDesignGroup
           
 

Fields in net.sf.jasperreports.engine.design declared as JRGroup
protected  JRGroup JRDesignTextField.evaluationGroup
           
protected  JRGroup JRDesignImage.evaluationGroup
           
protected  JRGroup JRDesignChart.evaluationGroup
           
 

Methods in net.sf.jasperreports.engine.design that return JRGroup
 JRGroup JRDesignTextField.getEvaluationGroup()
           
 JRGroup JRDesignImage.getEvaluationGroup()
           
 JRGroup[] JRDesignDataset.getGroups()
           
 JRGroup JRDesignDataset.removeGroup(java.lang.String groupName)
          Removes a group from the dataset.
 JRGroup JRDesignDataset.removeGroup(JRGroup group)
          Removes a group from the dataset.
 JRGroup JRDesignChart.getEvaluationGroup()
           
 JRGroup JasperDesign.removeGroup(java.lang.String groupName)
          Adds a new group to the report design.
 JRGroup JasperDesign.removeGroup(JRGroup group)
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRGroup
 void JRDesignVariable.setResetGroup(JRGroup group)
           
 void JRDesignVariable.setIncrementGroup(JRGroup group)
           
 void JRDesignTextField.setEvaluationGroup(JRGroup evaluationGroup)
           
 void JRDesignImage.setEvaluationGroup(JRGroup evaluationGroup)
           
 void JRDesignElementDataset.setResetGroup(JRGroup group)
           
 void JRDesignElementDataset.setIncrementGroup(JRGroup group)
           
 void JRDesignElement.setPrintWhenGroupChanges(JRGroup group)
          Specifies the group for which an element with a printRepeatedValues attribute set to true will be redisplayed even if the value has not changed.
 JRGroup JRDesignDataset.removeGroup(JRGroup group)
          Removes a group from the dataset.
 void JRDesignChart.setEvaluationGroup(JRGroup group)
           
 JRGroup JasperDesign.removeGroup(JRGroup group)
           
 

Uses of JRGroup in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRGroup
 class JRFillGroup
           
 

Fields in net.sf.jasperreports.engine.fill declared as JRGroup
protected  JRGroup JRFillGroup.parent
           
protected  JRGroup JRFillElementDataset.resetGroup
           
protected  JRGroup JRFillElementDataset.incrementGroup
           
protected  JRGroup JRFillElement.printWhenGroupChanges
           
protected  JRGroup JRFillChart.evaluationGroup
           
 

Methods in net.sf.jasperreports.engine.fill that return JRGroup
 JRGroup JRFillVariable.getResetGroup()
           
 JRGroup JRFillVariable.getIncrementGroup()
           
 JRGroup JRFillTextField.getEvaluationGroup()
           
 JRGroup JRFillImage.getEvaluationGroup()
           
 JRGroup JRFillElementDataset.getResetGroup()
           
 JRGroup JRFillElementDataset.getIncrementGroup()
           
 JRGroup JRFillElement.getPrintWhenGroupChanges()
           
 JRGroup[] JRFillDataset.getGroups()
           
 JRGroup JRFillChart.getEvaluationGroup()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRGroup
protected  JRFillGroup JRFillObjectFactory.getGroup(JRGroup group)
           
protected  void JRFillBand.setNewGroup(JRGroup group, boolean isNew)
           
protected  boolean JRFillBand.isNewGroup(JRGroup group)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGroup
JRFillGroup(JRGroup group, JRFillObjectFactory factory)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com