com.stimulsoft.report.components.complexcomponents
Class StiContainerInfoV1

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

public class StiContainerInfoV1
extends StiComponentInfo


Field Summary
 java.util.Hashtable BottomRenderedDataBands
           
 java.util.Hashtable BottomRenderedFooters
           
 java.util.Hashtable BottomRenderedGroupFooters
           
 java.util.Hashtable BottomRenderedHeaders
           
 StiComponentsCollection BottomRenderedParentsDataBands
           
 StiComponentsCollection BottomRenderedParentsFooters
           
 StiComponentsCollection BottomRenderedParentsGroupFooters
           
 StiComponentsCollection BottomRenderedParentsHeaders
           
 StiComponentsCollection CloneComponents
          Gets or sets a collection of clones.
 int CurrentColumn
          Gets or sets the current column(used for definition of the current column).
 StiComponent CurrentComponent
          Gets or sets the current component for printing.
 boolean ForceBreak
           
 boolean IsColumn
           
 StiComponent LastDataBand
           
 
Constructor Summary
StiContainerInfoV1()
           
 
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

ForceBreak

public boolean ForceBreak

IsColumn

public boolean IsColumn

CurrentColumn

public int CurrentColumn
Gets or sets the current column(used for definition of the current column).


CurrentComponent

public StiComponent CurrentComponent
Gets or sets the current component for printing.


CloneComponents

public StiComponentsCollection CloneComponents
Gets or sets a collection of clones.


BottomRenderedFooters

public java.util.Hashtable BottomRenderedFooters

BottomRenderedGroupFooters

public java.util.Hashtable BottomRenderedGroupFooters

BottomRenderedDataBands

public java.util.Hashtable BottomRenderedDataBands

BottomRenderedHeaders

public java.util.Hashtable BottomRenderedHeaders

BottomRenderedParentsFooters

public StiComponentsCollection BottomRenderedParentsFooters

BottomRenderedParentsGroupFooters

public StiComponentsCollection BottomRenderedParentsGroupFooters

BottomRenderedParentsDataBands

public StiComponentsCollection BottomRenderedParentsDataBands

BottomRenderedParentsHeaders

public StiComponentsCollection BottomRenderedParentsHeaders

LastDataBand

public StiComponent LastDataBand
Constructor Detail

StiContainerInfoV1

public StiContainerInfoV1()