Uses of Class
org.pentaho.reporting.engine.classic.core.states.ReportStateKey

Packages that use ReportStateKey
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.model   
org.pentaho.reporting.engine.classic.core.layout.process   
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.process   
 

Uses of ReportStateKey in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout that return ReportStateKey
 ReportStateKey Renderer.getLastStateKey()
           
 ReportStateKey AbstractRenderer.getLastStateKey()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout with parameters of type ReportStateKey
 void Renderer.add(Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void AbstractRenderer.add(Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void RepeatedFooterLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void LayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void DefaultLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void FooterLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void HeaderLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void RepeatedFooterLayoutBuilder.addEmptyRootLevelBand(RenderBox parent, ReportStateKey stateKey)
           
 void LayoutBuilder.addEmptyRootLevelBand(RenderBox parent, ReportStateKey stateKey)
           
 void DefaultLayoutBuilder.addEmptyRootLevelBand(RenderBox parent, ReportStateKey stateKey)
           
 void FooterLayoutBuilder.addEmptyRootLevelBand(RenderBox parent, ReportStateKey stateKey)
           
 void HeaderLayoutBuilder.addEmptyRootLevelBand(RenderBox parent, ReportStateKey stateKey)
           
 void Renderer.addEmptyRootLevelBand(ReportStateKey stateKey)
           
 void AbstractRenderer.addEmptyRootLevelBand(ReportStateKey stateKey)
           
 void Renderer.addPagebreak(ReportStateKey stateKey)
           
 void AbstractRenderer.addPagebreak(ReportStateKey stateKey)
           
 void AbstractRenderer.setLastStateKey(ReportStateKey lastStateKey)
           
 

Uses of ReportStateKey in org.pentaho.reporting.engine.classic.core.layout.model
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return ReportStateKey
 ReportStateKey RenderBox.getStateKey()
           
 ReportStateKey RenderNode.getStateKey()
           
 ReportStateKey FinishedRenderNode.getStateKey()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type ReportStateKey
 void ProgressMarkerRenderBox.setStateKey(ReportStateKey stateKey)
           
 void InlineProgressMarkerRenderBox.setStateKey(ReportStateKey stateKey)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type ReportStateKey
BlockRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
BreakMarkerRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributeMap, ReportStateKey stateKey)
           
CanvasRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
ContentPlaceholderRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey, InstanceID contentId)
           
FinishedRenderNode(long layoutedWidth, long layoutedHeight, long marginsTop, long marginsBottom, boolean breakAfter, ReportStateKey stateKey)
           
InlineRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
ParagraphPoolBox(StyleSheet style, InstanceID instanceID, ReportStateKey stateKey)
           
ParagraphRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributeMap, ReportStateKey stateKey)
           
RenderableReplacedContentBox(StyleSheet styleSheet, InstanceID instanceId, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey, RenderableReplacedContent content)
           
RowRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
SectionRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
 

Uses of ReportStateKey in org.pentaho.reporting.engine.classic.core.layout.process
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process that return ReportStateKey
 ReportStateKey PaginationResult.getLastVisibleState()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.process with parameters of type ReportStateKey
PaginationResult(PageBreakPositionList allBreaks, boolean overflow, boolean nextPageContainsContent, ReportStateKey lastVisibleState)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.states that return ReportStateKey
 ReportStateKey ReportStateKey.getParent()
           
 ReportStateKey ReportState.getProcessKey()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type ReportStateKey
static FunctionStorageKey FunctionStorageKey.createKey(ReportStateKey parent, ReportDefinition reportDefinition)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.states with parameters of type ReportStateKey
ReportStateKey(ReportStateKey parent, int cursor, int crosstabPadding, int stateCode, int groupLevel, int subreport, int sequenceCounter, boolean restoreState)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.states.crosstab that return ReportStateKey
 ReportStateKey OrderedMergeCrosstabSpecification.getKey()
           
 ReportStateKey CrosstabSpecification.getKey()
           
 ReportStateKey SortedMergeCrosstabSpecification.getKey()
           
 ReportStateKey DummyCrosstabSpecification.getKey()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.states.crosstab with parameters of type ReportStateKey
DummyCrosstabSpecification(ReportStateKey key)
           
OrderedMergeCrosstabSpecification(ReportStateKey key, String[] columnSet)
           
SortedMergeCrosstabSpecification(ReportStateKey key, String[] columnSet)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.states.process that return ReportStateKey
 ReportStateKey ProcessState.getProcessKey()