Uses of Class
org.pentaho.reporting.engine.classic.core.Group

Packages that use Group
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements   
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.process   
 

Uses of Group in org.pentaho.reporting.engine.classic.core
 

Subclasses of Group in org.pentaho.reporting.engine.classic.core
 class CrosstabColumnGroup
          Can have either a column body or a details body.
 class CrosstabGroup
          A crosstab group represents the page, row, column and detail sections of a cube.
 class CrosstabOtherGroup
          Can have either a row- or a column body.
 class CrosstabRowGroup
          Can have either a row- or a column body.
 class RelationalGroup
          A group that accepts fields.
 

Methods in org.pentaho.reporting.engine.classic.core that return Group
 Group GroupList.constructRootGroup()
          Deprecated. Creates a hierarchical group structure and moves the data group body to the inner most group.
 Group GroupList.get(int i)
          Deprecated. Returns the group at a given position in the list.
 Group SubGroupBody.getGroup()
           
 Group AbstractReportDefinition.getGroup(int groupIndex)
          Returns the group at the specified index or null, if there is no such group.
 Group ReportDefinition.getGroup(int count)
          Returns the group at the specified index or null, if there is no such group.
 Group GroupList.getGroupByName(String name)
          Deprecated. Searches a group by its defined name.
 Group AbstractReportDefinition.getRootGroup()
           
 Group ReportDefinition.getRootGroup()
          Returns the list of groups for the report.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type Group
 void SubGroupBody.setGroup(Group group)
           
 void AbstractReportDefinition.setRootGroup(Group rootGroup)
           
 

Constructors in org.pentaho.reporting.engine.classic.core with parameters of type Group
SubGroupBody(Group group)
           
 

Uses of Group in org.pentaho.reporting.engine.classic.core.function
 

Methods in org.pentaho.reporting.engine.classic.core.function that return Group
static Group FunctionUtilities.getCurrentDeepTraverseGroup(ReportEvent event)
          Returns the current group instance, based on the given report event.
static Group FunctionUtilities.getCurrentGroup(ReportEvent event)
          Returns the current group instance, based on the given report event.
 

Uses of Group in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout with parameters of type Group
 void Renderer.startGroup(Group group)
           
 void AbstractRenderer.startGroup(Group group)
           
 

Uses of Group in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements that return Group
 Group CrosstabColumnGroupReadHandler.getGroup()
           
 Group CrosstabOtherGroupReadHandler.getGroup()
           
 Group RelationalGroupReadHandler.getGroup()
           
 Group CrosstabGroupReadHandler.getGroup()
           
 Group CrosstabRowGroupReadHandler.getGroup()
           
 

Uses of Group in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return Group
 Group ReportDefinitionImpl.getGroup(int groupIndex)
          Returns the group at the specified index or null, if there is no such group.
 Group ReportDefinitionImpl.getRootGroup()
           
 

Uses of Group in org.pentaho.reporting.engine.classic.core.states.process
 

Methods in org.pentaho.reporting.engine.classic.core.states.process with parameters of type Group
static boolean ProcessState.isLastItemInGroup(Group rootGroup, MasterDataRow currentDataRow, MasterDataRow nextDataRow)
          Returns true if this is the last item in the group, and false otherwise.