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

Packages that use GroupList
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers   
org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers   
 

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

Methods in org.pentaho.reporting.engine.classic.core with parameters of type GroupList
 void AbstractReportDefinition.setGroups(GroupList groupList)
          Sets the groups for this report.
 

Uses of GroupList in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers with parameters of type GroupList
GroupReadHandler(GroupList groupList)
           
GroupsReadHandler(GroupList groupList)
           
 

Uses of GroupList in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers with parameters of type GroupList
GroupReadHandler(GroupList groupList)
           
GroupsReadHandler(GroupList groupList)