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

Packages that use Section
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.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.util Common utility classes. 
 

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

Subclasses of Section in org.pentaho.reporting.engine.classic.core
 class AbstractReportDefinition
          The AbstractReportDefinition serves as base-implementation for both the SubReport and the global JFreeReport instance.
 class AbstractRootLevelBand
          The root-level band is the container that is processed by a report-state.
 class Band
          A report band is a collection of other elements and bands, similiar to an AWT-Container.
 class CrosstabColumnGroup
          Can have either a column body or a details body.
 class CrosstabColumnGroupBody
          Todo: Document Me
 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 CrosstabOtherGroupBody
          Todo: Document Me
 class CrosstabRowGroup
          Can have either a row- or a column body.
 class CrosstabRowGroupBody
          Todo: Document Me
 class CrosstabSummaryFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabSummaryHeader
          A details header is printed between the last group-header and the first detail band.
 class CrosstabTitleFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabTitleHeader
          A details header is printed between the last group-header and the first detail band.
 class DetailsFooter
          A details footer is printed between the last itemband and the first group-footer.
 class DetailsHeader
          A details header is printed between the last group-header and the first detail band.
 class Group
          A report group.
 class GroupBody
          This class only has two valid sub-classes and exists purely to limit the applicable composition options in the group-class.
 class GroupDataBody
          Todo: Document Me
 class GroupFooter
          A band that appears at the end of each instance of a group.
 class GroupHeader
          A report band that appears at the beginning of each instance of a group.
 class ItemBand
          A report band that displays a row of data items.
 class MasterReport
          A JFreeReport instance is used as report template to define the visual layout of a report and to collect all data sources for the reporting.
 class NoDataBand
          The No-Data-Band is printed if the current report has no data in its main data-table.
 class PageFooter
          A report band that appears at the bottom of every page.
 class PageHeader
          A report band used to print information at the top of every page in the report.
 class RelationalGroup
          A group that accepts fields.
 class ReportFooter
          A report band that appears as the very last band on the report.
 class ReportHeader
          A report band that is printed once only at the beginning of the report.
 class SubGroupBody
          A group body that contains a sub-group.
 class SubReport
          A subreport element.
 class Watermark
          A report band used to print information at the background of every page in the report.
 

Methods in org.pentaho.reporting.engine.classic.core that return Section
 Section ReportElement.getParentSection()
           
 Section Element.getParentSection()
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.function with parameters of type Section
static ReportElement FunctionUtilities.findElementByAttribute(Section band, String attributeNamespace, String attributeName, String attributeValue)
          Try to find the defined element in the last active root-band.
static ReportElement FunctionUtilities.findElementById(Section band, String id)
          Try to find the defined element in the last active root-band.
static ReportElement FunctionUtilities.findElementByInstanceId(Section band, InstanceID id)
          Try to find the defined element in the last active root-band.
 

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

Subclasses of Section in org.pentaho.reporting.engine.classic.core.states
 class ReportDefinitionImpl
          A report definition.
 

Uses of Section in org.pentaho.reporting.engine.classic.core.util
 

Methods in org.pentaho.reporting.engine.classic.core.util with parameters of type Section
 void AbstractStructureVisitor.traverseSection(Section section)