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 JRTextField.getEvaluationGroup()
          Gets the evaluation group for this text field.
 JRGroup JRChart.getEvaluationGroup()
          Gets the evaluation group for this chart (only applies when evaluation time is group).
 JRGroup JRImage.getEvaluationGroup()
          Indicates the evaluation time for this image.
 JRGroup[] JRReport.getGroups()
           
 JRGroup JRChartDataset.getIncrementGroup()
          Gets the selected increment group in case of increment type group.
 JRGroup JRVariable.getIncrementGroup()
          Returns the group whose break triggers the variable increment.
 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 JRChartDataset.getResetGroup()
          Gets the selected reset group in case of reset type group.
 JRGroup JRVariable.getResetGroup()
          Returns the group whose break triggers the variable reset.
 

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 JRBaseTextField.evaluationGroup
           
protected  JRGroup JRBaseImage.evaluationGroup
           
protected  JRGroup JRBaseChart.evaluationGroup
           
protected  JRGroup[] JRBaseReport.groups
           
protected  JRGroup JRBaseChartDataset.incrementGroup
           
protected  JRGroup JRBaseVariable.incrementGroup
           
protected  JRGroup JRBaseElement.printWhenGroupChanges
           
protected  JRGroup JRBaseChartDataset.resetGroup
           
protected  JRGroup JRBaseVariable.resetGroup
           
 

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

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 JRDesignChart.evaluationGroup
           
protected  JRGroup JRDesignImage.evaluationGroup
           
protected  JRGroup JRDesignTextField.evaluationGroup
           
 

Methods in net.sf.jasperreports.engine.design that return JRGroup
 JRGroup JRDesignChart.getEvaluationGroup()
           
 JRGroup JRDesignImage.getEvaluationGroup()
           
 JRGroup JRDesignTextField.getEvaluationGroup()
           
 JRGroup[] JasperDesign.getGroups()
          Gets an array of report groups.
 JRGroup JasperDesign.removeGroup(JRGroup group)
           
 JRGroup JasperDesign.removeGroup(java.lang.String groupName)
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRGroup
 JRGroup JasperDesign.removeGroup(JRGroup group)
           
 void JRDesignChart.setEvaluationGroup(JRGroup group)
           
 void JRDesignImage.setEvaluationGroup(JRGroup evaluationGroup)
           
 void JRDesignTextField.setEvaluationGroup(JRGroup evaluationGroup)
           
 void JRDesignVariable.setIncrementGroup(JRGroup group)
           
 void JRDesignChartDataset.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.
 void JRDesignVariable.setResetGroup(JRGroup group)
           
 void JRDesignChartDataset.setResetGroup(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 JRFillChart.evaluationGroup
           
protected  JRGroup JRFillChartDataset.incrementGroup
           
protected  JRGroup JRFillGroup.parent
           
protected  JRGroup JRFillElement.printWhenGroupChanges
           
protected  JRGroup JRFillChartDataset.resetGroup
           
 

Methods in net.sf.jasperreports.engine.fill that return JRGroup
 JRGroup JRFillChart.getEvaluationGroup()
           
 JRGroup JRFillImage.getEvaluationGroup()
           
 JRGroup JRFillTextField.getEvaluationGroup()
           
 JRGroup JRFillVariable.getIncrementGroup()
           
 JRGroup JRFillChartDataset.getIncrementGroup()
           
 JRGroup JRFillElement.getPrintWhenGroupChanges()
           
 JRGroup JRFillVariable.getResetGroup()
           
 JRGroup JRFillChartDataset.getResetGroup()
           
 

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

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



© 2001-2005 JasperSoft Corporation www.jaspersoft.com