Uses of Interface
org.pentaho.reporting.engine.classic.core.states.ReportState

Packages that use ReportState
org.pentaho.reporting.engine.classic.core.event The report events in this package is used to inform the report's functions of the current state of the report. 
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.output   
org.pentaho.reporting.engine.classic.core.modules.output.csv A plain CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.xml DEPRECATED The XML output generates a xml representation of the generated output. 
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.datarow   
org.pentaho.reporting.engine.classic.core.states.process   
 

Uses of ReportState in org.pentaho.reporting.engine.classic.core.event
 

Methods in org.pentaho.reporting.engine.classic.core.event that return ReportState
 ReportState ReportEvent.getOriginatingState()
          Returns the originating state.
 ReportState ReportEvent.getState()
          Returns the ReportState, which is the source of the event.
 

Methods in org.pentaho.reporting.engine.classic.core.event with parameters of type ReportState
 void ReportProgressEvent.reuse(int activity, ReportState rawState, int pageCount)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.event with parameters of type ReportState
ReportEvent(ReportState state, int type)
          Creates a new ReportEvent.
ReportEvent(ReportState state, ReportState originatingState, int type)
          Creates a new ReportEvent.
 

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

Methods in org.pentaho.reporting.engine.classic.core.function with parameters of type ReportState
 void OutputFunction.restart(ReportState state)
           
 

Uses of ReportState in org.pentaho.reporting.engine.classic.core.layout.output
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return ReportState
 ReportState DefaultLayoutPagebreakHandler.getReportState()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type ReportState
 void DefaultOutputFunction.restart(ReportState state)
           
 void DefaultLayoutPagebreakHandler.setReportState(ReportState reportState)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type ReportState
DefaultLayoutPagebreakHandler(ReportState reportState)
           
LayoutExpressionRuntime(DataRow dataRow, DataSchema dataSchema, ReportState state, TableModel data, ProcessingContext processingContext)
           
 

Uses of ReportState in org.pentaho.reporting.engine.classic.core.modules.output.csv
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.csv with parameters of type ReportState
 void CSVWriter.restart(ReportState state)
           
 

Uses of ReportState in org.pentaho.reporting.engine.classic.core.modules.output.xml
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.xml with parameters of type ReportState
 void XMLWriter.restart(ReportState state)
          Deprecated.  
 

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

Methods in org.pentaho.reporting.engine.classic.core.states that return ReportState
 ReportState ReportState.getParentState()
           
 ReportState ReportState.getParentSubReportState()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type ReportState
 void SubLayoutProcess.restart(ReportState state)
           
 void InitialLayoutProcess.restart(ReportState state)
           
 void LayoutProcess.restart(ReportState state)
           
 

Uses of ReportState in org.pentaho.reporting.engine.classic.core.states.datarow
 

Methods in org.pentaho.reporting.engine.classic.core.states.datarow that return ReportState
 ReportState InlineDataRowRuntime.getState()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.datarow with parameters of type ReportState
 void InlineDataRowRuntime.setState(ReportState state)
           
 

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

Classes in org.pentaho.reporting.engine.classic.core.states.process that implement ReportState
 class ProcessState
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.process that return ReportState
 ReportState ProcessState.getParentState()
           
 ReportState ProcessState.getParentSubReportState()