|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.engine.StiComponentInfo
com.stimulsoft.report.components.bands.StiDataBandInfoV1
public class StiDataBandInfoV1
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 |
---|
public java.util.ArrayList<StiComponent> SubReportsComponents
public java.util.ArrayList<StiComponent> RenderedHeaders
public java.util.ArrayList<StiComponent> HeaderComponents
public java.util.ArrayList<StiComponent> FooterComponents
public java.util.ArrayList<StiComponent> DetailComponents
public java.util.ArrayList<StiComponent> DetailDataComponents
public StiComponent CurrentDetailComponent
public int LastPositionRendering
public boolean IsFirstPassOfBreak
public java.util.ArrayList<StiComponent> BreakableComps
public boolean AlwaysKeepChildTogether
public double FreeSpace
public boolean DataIsPrepared
public int ColumnIndex
public StiContainer ParentColumnContainer
public boolean LatestDataBandBreaked
public StiBookmark ResParentBookmark
public int StartGroupIndex
public int StartLine
public int RuntimeLine
public boolean LastRenderBreaked
public StiComponent LastComponent
public boolean FirstRow
public boolean FirstRowInPath
public boolean ForceStartNewPage
public java.util.ArrayList<StiComponent> RemmitedCollection
public java.util.ArrayList RenderedItems
public boolean ItemsActive
public boolean FirstCall
public boolean FirstGroupOnPass
public boolean SkipStartNewPage
public int StartMasterIndex
public double ResHeightOfContainerBeforeRendering
public boolean CrossTabExistOnDataBand
Constructor Detail |
---|
public StiDataBandInfoV1()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |