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

Packages that use RelationalGroup
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.modules.parser.base.common   
 

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

Methods in org.pentaho.reporting.engine.classic.core that return RelationalGroup
 RelationalGroup AbstractReportDefinition.getGroupByName(String name)
          Searches a group by its defined name.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type RelationalGroup
 void GroupList.add(RelationalGroup o)
          Deprecated. Adds a group to the list.
 void AbstractReportDefinition.addGroup(RelationalGroup group)
          Adds a group to the report.
 boolean GroupList.remove(RelationalGroup o)
          Deprecated. Removes an group from the list.
 void AbstractReportDefinition.removeGroup(RelationalGroup deleteGroup)
           
 

Uses of RelationalGroup in org.pentaho.reporting.engine.classic.core.modules.parser.base.common
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.base.common with parameters of type RelationalGroup
GroupFieldsReadHandler(RelationalGroup group)