com.stimulsoft.report.components.bands
Class StiDataBandInfoV1

java.lang.Object
  extended by com.stimulsoft.report.engine.StiComponentInfo
      extended by com.stimulsoft.report.components.bands.StiDataBandInfoV1
All Implemented Interfaces:
java.lang.Cloneable

public class StiDataBandInfoV1
extends StiComponentInfo


Field Summary
 boolean AlwaysKeepChildTogether
           
 java.util.ArrayList<StiComponent> BreakableComps
           
 int ColumnIndex
           
 boolean CrossTabExistOnDataBand
           
 StiComponent CurrentDetailComponent
          Gets or sets the current child component.
 boolean DataIsPrepared
           
 java.util.ArrayList<StiComponent> DetailComponents
          Gets or sets collection of details.
 java.util.ArrayList<StiComponent> DetailDataComponents
          Gets or sets collection of data details.
 boolean FirstCall
           
 boolean FirstGroupOnPass
           
 boolean FirstRow
          Render first row.
 boolean FirstRowInPath
          Render first row in the current pass.
 java.util.ArrayList<StiComponent> FooterComponents
          Gets or sets collection of footers.
 boolean ForceStartNewPage
          Force start new page when on page exist footers from previus page.
 double FreeSpace
          Gets or sets free space for rendering.
 java.util.ArrayList<StiComponent> HeaderComponents
          Gets or sets a collection of headers.
 boolean IsFirstPassOfBreak
           
 boolean ItemsActive
          Save line to collection?
 StiComponent LastComponent
          Last rendered component.
 int LastPositionRendering
           
 boolean LastRenderBreaked
          Last rendered component was breaked.
 boolean LatestDataBandBreaked
           
 StiContainer ParentColumnContainer
           
 java.util.ArrayList<StiComponent> RemmitedCollection
          Collection of components, which will be render in next pass.
 java.util.ArrayList<StiComponent> RenderedHeaders
          Gets or sets a collection of rendered headers.
 java.util.ArrayList RenderedItems
          Collection rendered lines.
 double ResHeightOfContainerBeforeRendering
           
 StiBookmark ResParentBookmark
          Parent bookmark of the current component.
 int RuntimeLine
           
 boolean SkipStartNewPage
           
 int StartGroupIndex
          Contains the amount of the typed groups.
 int StartLine
          From what lines is calculation Line.
 int StartMasterIndex
           
 java.util.ArrayList<StiComponent> SubReportsComponents
          Gets or sets a collection of header groups.
 
Constructor Summary
StiDataBandInfoV1()
           
 
Method Summary
 
Methods inherited from class com.stimulsoft.report.engine.StiComponentInfo
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SubReportsComponents

public java.util.ArrayList<StiComponent> SubReportsComponents
Gets or sets a collection of header groups.


RenderedHeaders

public java.util.ArrayList<StiComponent> RenderedHeaders
Gets or sets a collection of rendered headers.


HeaderComponents

public java.util.ArrayList<StiComponent> HeaderComponents
Gets or sets a collection of headers.


FooterComponents

public java.util.ArrayList<StiComponent> FooterComponents
Gets or sets collection of footers.


DetailComponents

public java.util.ArrayList<StiComponent> DetailComponents
Gets or sets collection of details.


DetailDataComponents

public java.util.ArrayList<StiComponent> DetailDataComponents
Gets or sets collection of data details.


CurrentDetailComponent

public StiComponent CurrentDetailComponent
Gets or sets the current child component. If it equal in null then Master component is printed.


LastPositionRendering

public int LastPositionRendering

IsFirstPassOfBreak

public boolean IsFirstPassOfBreak

BreakableComps

public java.util.ArrayList<StiComponent> BreakableComps

AlwaysKeepChildTogether

public boolean AlwaysKeepChildTogether

FreeSpace

public double FreeSpace
Gets or sets free space for rendering.


DataIsPrepared

public boolean DataIsPrepared

ColumnIndex

public int ColumnIndex

ParentColumnContainer

public StiContainer ParentColumnContainer

LatestDataBandBreaked

public boolean LatestDataBandBreaked

ResParentBookmark

public StiBookmark ResParentBookmark
Parent bookmark of the current component.


StartGroupIndex

public int StartGroupIndex
Contains the amount of the typed groups. Begin position the group in container.


StartLine

public int StartLine
From what lines is calculation Line.


RuntimeLine

public int RuntimeLine

LastRenderBreaked

public boolean LastRenderBreaked
Last rendered component was breaked.


LastComponent

public StiComponent LastComponent
Last rendered component.


FirstRow

public boolean FirstRow
Render first row.


FirstRowInPath

public boolean FirstRowInPath
Render first row in the current pass.


ForceStartNewPage

public boolean ForceStartNewPage
Force start new page when on page exist footers from previus page.


RemmitedCollection

public java.util.ArrayList<StiComponent> RemmitedCollection
Collection of components, which will be render in next pass.


RenderedItems

public java.util.ArrayList RenderedItems
Collection rendered lines.


ItemsActive

public boolean ItemsActive
Save line to collection?


FirstCall

public boolean FirstCall

FirstGroupOnPass

public boolean FirstGroupOnPass

SkipStartNewPage

public boolean SkipStartNewPage

StartMasterIndex

public int StartMasterIndex

ResHeightOfContainerBeforeRendering

public double ResHeightOfContainerBeforeRendering

CrossTabExistOnDataBand

public boolean CrossTabExistOnDataBand
Constructor Detail

StiDataBandInfoV1

public StiDataBandInfoV1()