org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
Class AllPageFlowSelector

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.AllPageFlowSelector
All Implemented Interfaces:
FlowSelector, PageFlowSelector

public class AllPageFlowSelector
extends Object
implements PageFlowSelector

Creation-Date: 12.11.2006, 13:42:38

Author:
Thomas Morgner

Constructor Summary
AllPageFlowSelector()
           
AllPageFlowSelector(boolean logicalPages)
           
 
Method Summary
 boolean isLogicalPageAccepted(LogicalPageKey key)
           
 boolean isPhysicalPageAccepted(PhysicalPageKey key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllPageFlowSelector

public AllPageFlowSelector(boolean logicalPages)

AllPageFlowSelector

public AllPageFlowSelector()
Method Detail

isPhysicalPageAccepted

public boolean isPhysicalPageAccepted(PhysicalPageKey key)
Specified by:
isPhysicalPageAccepted in interface PageFlowSelector

isLogicalPageAccepted

public boolean isLogicalPageAccepted(LogicalPageKey key)
Specified by:
isLogicalPageAccepted in interface FlowSelector