Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.PageFlowSelector

Packages that use PageFlowSelector
org.pentaho.reporting.engine.classic.core.modules.output.pageable.base Support for the output targets that are page- and print oriented. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf PDF export classes and the PDF output target. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext PlainText export target module. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml   
 

Uses of PageFlowSelector in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base that implement PageFlowSelector
 class AllPageFlowSelector
          Creation-Date: 12.11.2006, 13:42:38
 class SinglePageFlowSelector
           
 

Uses of PageFlowSelector in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 

Subinterfaces of PageFlowSelector in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 interface GraphicsContentInterceptor
           
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal that implement PageFlowSelector
 class QueryLogicalPageInterceptor
          Creation-Date: 10.11.2006, 20:41:29
 class QueryPhysicalPageInterceptor
          Creation-Date: 10.11.2006, 20:41:29
 

Uses of PageFlowSelector in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf that return PageFlowSelector
 PageFlowSelector PdfOutputProcessor.getFlowSelector()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf with parameters of type PageFlowSelector
 void PdfOutputProcessor.setFlowSelector(PageFlowSelector flowSelector)
           
 

Uses of PageFlowSelector in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext that return PageFlowSelector
 PageFlowSelector PageableTextOutputProcessor.getFlowSelector()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext with parameters of type PageFlowSelector
 void PageableTextOutputProcessor.setFlowSelector(PageFlowSelector flowSelector)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml with parameters of type PageFlowSelector
 void XmlPageOutputProcessor.setFlowSelector(PageFlowSelector flowSelector)