Uses of Class
org.pentaho.reporting.engine.classic.core.event.ReportEvent

Packages that use ReportEvent
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.function.sys   
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.crosstab   
org.pentaho.reporting.engine.classic.core.states.datarow   
 

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

Methods in org.pentaho.reporting.engine.classic.core.event with parameters of type ReportEvent
 void ReportListener.groupFinished(ReportEvent event)
          Receives notification that a group is finished.
 void ReportListener.groupStarted(ReportEvent event)
          Receives notification that a new group has started.
 void ReportListener.itemsAdvanced(ReportEvent event)
          Receives notification that a new row has been read.
 void ReportListener.itemsFinished(ReportEvent event)
          Receives notification that a group of item bands has been completed.
 void ReportListener.itemsStarted(ReportEvent event)
          Receives notification that a group of item bands is about to be processed.
 void PageEventListener.pageFinished(ReportEvent event)
          Receives notification that a page is completed.
 void PageEventListener.pageStarted(ReportEvent event)
          Receives notification that a new page is being started.
 void ReportListener.reportDone(ReportEvent event)
          Receives notification that report generation has completed, the report footer was printed, no more output is done.
 void ReportListener.reportFinished(ReportEvent event)
          Receives notification that report generation has finished (the last record is read and all groups are closed).
 void ReportListener.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void ReportListener.reportStarted(ReportEvent event)
          Receives notification that report generation has started.
 

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

Methods in org.pentaho.reporting.engine.classic.core.function with parameters of type ReportEvent
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.
 void EventMonitorFunction.groupFinished(ReportEvent event)
          Receives notification that a group has finished.
 void AbstractElementFormatFunction.groupFinished(ReportEvent event)
          Processes the group footer of the current group.
 void AbstractFunction.groupFinished(ReportEvent event)
          Receives notification that a group has finished.
 void TotalCalculationFunction.groupFinished(ReportEvent event)
          Receives notification that a group has finished.
 void PageTotalFunction.groupFinished(ReportEvent event)
           
 void PaintDynamicComponentFunction.groupFinished(ReportEvent event)
          Deprecated. Receives notification that a group has finished.
 void PageOfPagesFunction.groupFinished(ReportEvent event)
           
 void EventMonitorFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void ItemPercentageFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void TotalGroupCountFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void AbstractElementFormatFunction.groupStarted(ReportEvent event)
          Processes the group header of the current group.
 void AbstractFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void CountDistinctFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void ItemMinFunction.groupStarted(ReportEvent event)
          Receives notification that a new group is about to start.
 void TotalItemMinFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void TotalGroupSumFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void TotalCalculationFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void ItemCountFunction.groupStarted(ReportEvent event)
          Receives notification that a new group is about to start.
 void TotalGroupSumQuotientFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void PageTotalFunction.groupStarted(ReportEvent event)
           
 void ItemAvgFunction.groupStarted(ReportEvent event)
          Receives notification that a new group is about to start.
 void PaintDynamicComponentFunction.groupStarted(ReportEvent event)
          Deprecated. Receives notification that a group has started.
 void TotalItemCountFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void PageOfPagesFunction.groupStarted(ReportEvent event)
          Forwards the report event to both the base class and the page-total function delegate.
 void GroupCountFunction.groupStarted(ReportEvent event)
          Receives notification that a new group is about to start.
 void ItemSumFunction.groupStarted(ReportEvent event)
          Receives notification that a new group is about to start.
 void CreateGroupAnchorsFunction.groupStarted(ReportEvent event)
          Deprecated. Receives notification that a group has started.
 void PageFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void ItemMaxFunction.groupStarted(ReportEvent event)
          Receives notification that a new group is about to start.
 void TotalItemMaxFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
static boolean FunctionUtilities.isDefinedGroup(String groupName, ReportEvent event)
          Returns true if the events current groupname is equal to the group name.
static boolean FunctionUtilities.isDefinedPrepareRunLevel(Function f, ReportEvent event)
          Returns true, if the current run level is defined for the given function and this is a prepare run.
static boolean FunctionUtilities.isLayoutLevel(ReportEvent event)
          Returns true or false.
 void EventMonitorFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void RowBandingFunction.itemsAdvanced(ReportEvent event)
          Triggers the visibility of an element.
 void ItemPercentageFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void AbstractElementFormatFunction.itemsAdvanced(ReportEvent event)
          Processes the ItemBand.
 void AbstractFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void CountDistinctFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void ItemMinFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void TotalItemMinFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void ItemHideFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void TotalGroupSumFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void ConditionalItemSumFunction.itemsAdvanced(ReportEvent event)
          Deprecated. Receives notification that a row of data is being processed.
 void ItemCountFunction.itemsAdvanced(ReportEvent event)
          Received notification of a move to the next row of data.
 void ElementVisibilitySwitchFunction.itemsAdvanced(ReportEvent event)
          Deprecated. Triggers the visibility of an element.
 void TotalGroupSumQuotientFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void ItemAvgFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void PaintDynamicComponentFunction.itemsAdvanced(ReportEvent event)
          Deprecated. Receives notification that a row of data is being processed.
 void TotalItemCountFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void ItemSumFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void ItemMaxFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void TotalItemMaxFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void EventMonitorFunction.itemsFinished(ReportEvent event)
          Receives notification that a group of item bands has been completed.
 void AbstractElementFormatFunction.itemsFinished(ReportEvent event)
          Receives notification that a group of item bands has been completed.
 void AbstractFunction.itemsFinished(ReportEvent event)
          Receives notification that a group of item bands has been completed.
 void EventMonitorFunction.itemsStarted(ReportEvent event)
          Receives notification that a group of item bands is about to be processed.
 void RowBandingFunction.itemsStarted(ReportEvent event)
          Receives notification that the items are being processed.
 void AbstractElementFormatFunction.itemsStarted(ReportEvent event)
          Processes the No-Data-Band.
 void AbstractFunction.itemsStarted(ReportEvent event)
          Receives notification that a group of item bands is about to be processed.
 void ItemHideFunction.itemsStarted(ReportEvent event)
          Resets the state of the function when a new ItemGroup has started.
 void ElementVisibilitySwitchFunction.itemsStarted(ReportEvent event)
          Deprecated. Receives notification that the items are being processed.
 void EventMonitorFunction.pageFinished(ReportEvent event)
          Receives notification that a page has ended.
 void RowBandingFunction.pageFinished(ReportEvent event)
          Receives notification that a page is completed.
 void AbstractElementFormatFunction.pageFinished(ReportEvent event)
          Processes the page footer.
 void PageItemSumFunction.pageFinished(ReportEvent event)
          Handles the pageFinishedEvent.
 void ItemHideFunction.pageFinished(ReportEvent event)
          Receives notification that a page is completed.
 void ElementVisibilitySwitchFunction.pageFinished(ReportEvent event)
          Deprecated. Receives notification that a page is completed.
 void PageTotalFunction.pageFinished(ReportEvent event)
           
 void PaintDynamicComponentFunction.pageFinished(ReportEvent event)
          Deprecated. Receives notification that a page has ended.
 void PageItemCountFunction.pageFinished(ReportEvent event)
          Handles the pageFinishedEvent.
 void PageOfPagesFunction.pageFinished(ReportEvent event)
          Forwards the report event to both the base class and the page-total function delegate.
 void TotalPageItemCountFunction.pageFinished(ReportEvent event)
          Handles the pageFinishedEvent.
 void PageFunction.pageFinished(ReportEvent event)
          Receives notification that a page is completed.
 void EventMonitorFunction.pageStarted(ReportEvent event)
          Receives notification that a page has started.
 void RowBandingFunction.pageStarted(ReportEvent event)
          Receives notification that a page has started.
 void AbstractElementFormatFunction.pageStarted(ReportEvent event)
          Processes the page header.
 void PageItemSumFunction.pageStarted(ReportEvent event)
          Handles the pageStartedEvent.
 void ItemHideFunction.pageStarted(ReportEvent event)
          Receives notification that a new page is being started.
 void ElementVisibilitySwitchFunction.pageStarted(ReportEvent event)
          Deprecated. Receives notification that a page has started.
 void PaintDynamicComponentFunction.pageStarted(ReportEvent event)
          Deprecated. Receives notification that a page has started.
 void PageItemCountFunction.pageStarted(ReportEvent event)
          Handles the pageStartedEvent.
 void PageOfPagesFunction.pageStarted(ReportEvent event)
          Forwards the report event to both the base class and the page-total function delegate.
 void TotalPageItemCountFunction.pageStarted(ReportEvent event)
          Handles the pageStartedEvent.
 void PageFunction.pageStarted(ReportEvent event)
          Receives notification from the report engine that a new page is starting.
 void TriggerPageFooterFunction.reportDone(ReportEvent event)
          Receives notification that report generation has completed, the report footer was printed, no more output is done.
 void EventMonitorFunction.reportDone(ReportEvent event)
          Receives notification that report generation has completed, the report footer was printed, no more output is done.
 void AbstractFunction.reportDone(ReportEvent event)
          Receives notification that report generation has completed, the report footer was printed, no more output is done.
 void PageTotalFunction.reportDone(ReportEvent event)
           
 void PageOfPagesFunction.reportDone(ReportEvent event)
          Receives notification that report generation has completed, the report footer was printed, no more output is done.
 void EventMonitorFunction.reportFinished(ReportEvent event)
          Receives notification that the report has finished.
 void AbstractElementFormatFunction.reportFinished(ReportEvent event)
          Processes the Report-Footer.
 void AbstractFunction.reportFinished(ReportEvent event)
          Receives notification that the report has finished.
 void TotalCalculationFunction.reportFinished(ReportEvent event)
          Receives notification that the report has finished.
 void PaintDynamicComponentFunction.reportFinished(ReportEvent event)
          Deprecated. Receives notification that the report has finished.
 void TriggerPageFooterFunction.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void EventMonitorFunction.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void RowBandingFunction.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void ItemPercentageFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void TotalGroupCountFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void AbstractElementFormatFunction.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void AbstractFunction.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void CountDistinctFunction.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void ItemMinFunction.reportInitialized(ReportEvent event)
          Receives notification that a new report is about to start.
 void TotalItemMinFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void ItemHideFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void TotalGroupSumFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void TotalCalculationFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void ItemCountFunction.reportInitialized(ReportEvent event)
          Receives notification that a new report is about to start.
 void FormulaFunction.reportInitialized(ReportEvent event)
          Resets the function state.
 void ElementVisibilitySwitchFunction.reportInitialized(ReportEvent event)
          Deprecated. Receives notification that report generation initializes the current run.
 void TotalGroupSumQuotientFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void PageTotalFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void ItemAvgFunction.reportInitialized(ReportEvent event)
          Receives notification that a new report is about to start.
 void PaintDynamicComponentFunction.reportInitialized(ReportEvent event)
          Deprecated. Receives notification that report generation initializes the current run.
 void TotalItemCountFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void HidePageBandForTableExportFunction.reportInitialized(ReportEvent event)
          Applies the defined flags to the report.
 void PageOfPagesFunction.reportInitialized(ReportEvent event)
          Forwards the report event to both the base class and the page-total function delegate.
 void GroupCountFunction.reportInitialized(ReportEvent event)
          Receives notification that a new report is about to start.
 void ItemSumFunction.reportInitialized(ReportEvent event)
          Receives notification that a new report is about to start.
 void CreateGroupAnchorsFunction.reportInitialized(ReportEvent event)
          Deprecated. Receives notification that report generation initializes the current run.
 void PageFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void ItemMaxFunction.reportInitialized(ReportEvent event)
          Receives notification that a new report is about to start.
 void TotalItemMaxFunction.reportInitialized(ReportEvent event)
          Receives notification that the report has started.
 void EventMonitorFunction.reportStarted(ReportEvent event)
          Receives notification that the report has started.
 void ItemPercentageFunction.reportStarted(ReportEvent event)
          Receives notification that the report has started.
 void AbstractElementFormatFunction.reportStarted(ReportEvent event)
          Processes the Report-Header.
 void AbstractFunction.reportStarted(ReportEvent event)
          Receives notification that the report has started.
 void PaintDynamicComponentFunction.reportStarted(ReportEvent event)
          Deprecated. Receives notification that the report has started.
 

Uses of ReportEvent in org.pentaho.reporting.engine.classic.core.function.sys
 

Methods in org.pentaho.reporting.engine.classic.core.function.sys with parameters of type ReportEvent
 void SingleValueQueryFunction.groupFinished(ReportEvent event)
          Calls the perform-query method.
 void SingleValueQueryFunction.groupStarted(ReportEvent event)
          Calls the perform-query method.
 void WizardItemHideFunction.itemsAdvanced(ReportEvent event)
           
 void SingleValueQueryFunction.itemsAdvanced(ReportEvent event)
          Calls the perform-query method.
 void SingleValueQueryFunction.itemsFinished(ReportEvent event)
          Calls the perform-query method.
 void WizardItemHideFunction.itemsStarted(ReportEvent event)
           
 void SingleValueQueryFunction.itemsStarted(ReportEvent event)
          Calls the perform-query method.
 void WizardItemHideFunction.pageStarted(ReportEvent event)
           
 void SingleValueQueryFunction.reportDone(ReportEvent event)
          Calls the perform-query method.
 void SingleValueQueryFunction.reportFinished(ReportEvent event)
          Calls the perform-query method.
 void StyleExpressionsEvaluator.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void SheetNameFunction.reportInitialized(ReportEvent event)
           
 void AttributeExpressionsEvaluator.reportInitialized(ReportEvent event)
          Receives notification that report generation initializes the current run.
 void SingleValueQueryFunction.reportInitialized(ReportEvent event)
          Calls the perform-query method.
 void SingleValueQueryFunction.reportStarted(ReportEvent event)
          Calls the perform-query method.
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type ReportEvent
 void GroupOutputHandler.groupFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void RelationalGroupOutputHandler.groupFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabRowOutputHandler.groupFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOtherOutputHandler.groupFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabColumnOutputHandler.groupFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOutputHandler.groupFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void DefaultOutputFunction.groupFinished(ReportEvent event)
          Receives notification that a group has finished.
 void GroupOutputHandler.groupStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void RelationalGroupOutputHandler.groupStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabRowOutputHandler.groupStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabColumnOutputHandler.groupStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOutputHandler.groupStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void DefaultOutputFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
static void CrosstabLayoutUtil.handleFinishPending(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void GroupOutputHandler.itemsAdvanced(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void RelationalGroupOutputHandler.itemsAdvanced(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabRowOutputHandler.itemsAdvanced(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOtherOutputHandler.itemsAdvanced(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabColumnOutputHandler.itemsAdvanced(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOutputHandler.itemsAdvanced(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void DefaultOutputFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void GroupOutputHandler.itemsFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void RelationalGroupOutputHandler.itemsFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabRowOutputHandler.itemsFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOtherOutputHandler.itemsFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabColumnOutputHandler.itemsFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOutputHandler.itemsFinished(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void DefaultOutputFunction.itemsFinished(ReportEvent event)
          Receives notification that a group of item bands has been completed.
 void GroupOutputHandler.itemsStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void RelationalGroupOutputHandler.itemsStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabRowOutputHandler.itemsStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOtherOutputHandler.itemsStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabColumnOutputHandler.itemsStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void CrosstabOutputHandler.itemsStarted(DefaultOutputFunction outputFunction, ReportEvent event)
           
 void DefaultOutputFunction.itemsStarted(ReportEvent event)
          Receives notification that a group of item bands is about to be processed.
 void DefaultOutputFunction.pageFinished(ReportEvent event)
          Receives notification that a page has ended.
 void DefaultOutputFunction.pageStarted(ReportEvent event)
          Receives notification that a page has started.
 void DefaultOutputFunction.reportDone(ReportEvent event)
          Receives notification that report generation has completed, the report footer was printed, no more output is done.
 void DefaultOutputFunction.reportFinished(ReportEvent event)
          Receives notification that the report has finished.
 void DefaultOutputFunction.reportInitialized(ReportEvent event)
           
 void DefaultOutputFunction.reportStarted(ReportEvent event)
          Receives notification that the report has started.
 void DefaultOutputFunction.updateFooterArea(ReportEvent event)
           
 

Uses of ReportEvent 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 ReportEvent
 void CSVWriter.groupFinished(ReportEvent event)
          Writes the GroupFooter of the active group.
 void CSVWriter.groupStarted(ReportEvent event)
          Writes the GroupHeader of the current group.
 void CSVWriter.itemsAdvanced(ReportEvent event)
          Writes the current ItemBand.
 void CSVWriter.itemsFinished(ReportEvent event)
          Receives notification that a group of item bands has been completed.
 void CSVWriter.itemsStarted(ReportEvent event)
          Receives notification that a group of item bands is about to be processed.
 void CSVWriter.reportFinished(ReportEvent event)
          Writes the ReportFooter.
 void CSVWriter.reportStarted(ReportEvent event)
          Writes the ReportHeader and (if defined) the dataRow names.
 

Uses of ReportEvent 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 ReportEvent
 void XMLWriter.groupFinished(ReportEvent event)
          Deprecated. Writes the footer of the current group.
 void XMLWriter.groupStarted(ReportEvent event)
          Deprecated. Writes the header of the current group.
 void XMLWriter.itemsAdvanced(ReportEvent event)
          Deprecated. Writes the itemband.
 void XMLWriter.itemsFinished(ReportEvent event)
          Deprecated. Closes the itemband section.
 void XMLWriter.itemsStarted(ReportEvent event)
          Deprecated. Starts the itembands section.
 void XMLWriter.reportFinished(ReportEvent event)
          Deprecated. Writes the report footer.
 void XMLWriter.reportStarted(ReportEvent event)
          Deprecated. Writes the report header.
 

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

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type ReportEvent
 void SubLayoutProcess.fireReportEvent(ReportEvent event)
           
 void InitialLayoutProcess.fireReportEvent(ReportEvent event)
           
 void LayoutProcess.fireReportEvent(ReportEvent originalEvent)
           
 

Uses of ReportEvent in org.pentaho.reporting.engine.classic.core.states.crosstab
 

Methods in org.pentaho.reporting.engine.classic.core.states.crosstab with parameters of type ReportEvent
 void CrosstabProcessorFunction.groupFinished(ReportEvent event)
          Receives notification that a group has finished.
 void CrosstabProcessorFunction.groupStarted(ReportEvent event)
          Receives notification that a group has started.
 void CrosstabProcessorFunction.itemsAdvanced(ReportEvent event)
          Receives notification that a row of data is being processed.
 void CrosstabProcessorFunction.reportDone(ReportEvent event)
          Receives notification that report generation has completed, the report footer was printed, no more output is done.
 void CrosstabProcessorFunction.reportStarted(ReportEvent event)
          Receives notification that the report has started.
 

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

Methods in org.pentaho.reporting.engine.classic.core.states.datarow with parameters of type ReportEvent
 void MasterDataRow.fireReportEvent(ReportEvent event)
           
 DefaultFlowController DefaultFlowController.fireReportEvent(ReportEvent event)
           
 void ExpressionDataRow.fireReportEvent(ReportEvent event)
           
 void GlobalMasterRow.fireReportEvent(ReportEvent event)