org.pentaho.reporting.engine.classic.core.layout.process
Class ApplyAutoCommitPageHeaderStep

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.IterateStructuralProcessStep
      extended by org.pentaho.reporting.engine.classic.core.layout.process.ApplyAutoCommitPageHeaderStep

public final class ApplyAutoCommitPageHeaderStep
extends IterateStructuralProcessStep

Marks the Page-Header as commited and as seen. Page-headers are generated on the fly and are not part of the common report-processing system. Therefore they must be printed as soon as there is some commitable content.

Author:
Thomas Morgner

Constructor Summary
ApplyAutoCommitPageHeaderStep()
           
 
Method Summary
 void commitAll(LogicalPageBox pageBox)
           
 boolean compute(LogicalPageBox pageBox)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyAutoCommitPageHeaderStep

public ApplyAutoCommitPageHeaderStep()
Method Detail

compute

public boolean compute(LogicalPageBox pageBox)

commitAll

public void commitAll(LogicalPageBox pageBox)