Uses of Class
com.stimulsoft.report.components.StiComponentsCollection

Packages that use StiComponentsCollection
com.stimulsoft.report   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.crossTab.core   
com.stimulsoft.report.crossTab.core.summaries   
com.stimulsoft.report.engine   
com.stimulsoft.report.engine.engineV1.builders   
com.stimulsoft.report.engine.engineV2   
com.stimulsoft.report.engine.engineV2.builders   
com.stimulsoft.report.styles   
com.stimulsoft.webdesigner.helper   
 

Uses of StiComponentsCollection in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiComponentsCollection
 StiComponentsCollection StiReport.getComponents()
           
 StiComponentsCollection StiReport.GetComponents()
          Returns a list of all components, including pages in the report.
 StiComponentsCollection StiReport.GetRenderedComponents()
          Returns a list of all rendered components, including rendered pages in the report.
 

Uses of StiComponentsCollection in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiComponentsCollection
static StiComponentsCollection StiComponentDivider.BreakContainer(StiContainer renderedContainer, StiContainer masterContainer, boolean firstPass)
          Break container with all components.
 

Methods in com.stimulsoft.report.components with parameters of type StiComponentsCollection
 void StiComponentsCollection.AddRange(StiComponentsCollection components)
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.components.bands
 

Fields in com.stimulsoft.report.components.bands declared as StiComponentsCollection
 StiComponentsCollection StiHeaderBandInfoV1.BreakableComps
           
 StiComponentsCollection StiGroupHeaderBandInfoV1.BreakableComps
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.components.complexcomponents
 

Fields in com.stimulsoft.report.components.complexcomponents declared as StiComponentsCollection
 StiComponentsCollection StiContainerInfoV1.BottomRenderedParentsDataBands
           
 StiComponentsCollection StiContainerInfoV1.BottomRenderedParentsFooters
           
 StiComponentsCollection StiContainerInfoV1.BottomRenderedParentsGroupFooters
           
 StiComponentsCollection StiContainerInfoV1.BottomRenderedParentsHeaders
           
 StiComponentsCollection StiContainerInfoV1.CloneComponents
          Gets or sets a collection of clones.
 StiComponentsCollection StiContainer.components
           
 

Methods in com.stimulsoft.report.components.complexcomponents that return StiComponentsCollection
 StiComponentsCollection StiContainer.getComponents()
          Gets or sets a collection of components.
 StiComponentsCollection StiClone.getComponents()
          Gets or sets a collection of components.
 StiComponentsCollection StiContainer.GetComponents()
          Returns the list of all components which are located in the container.
 StiComponentsCollection StiContainer.GetIncorrect()
          Returns the list of all objects which require motion between containers.
 StiComponentsCollection StiContainer.GetIncorrect(boolean onlySelect)
          Returns the list of all objects which require motion between containers.
 StiComponentsCollection StiContainer.getIncorrect2(boolean onlySelect)
           
 StiComponentsCollection StiContainer.GetSelectedComponents()
          Returns the array of the selected components.
 StiComponentsCollection StiContainer.GetSelectedComponentsWithChilds()
          Returns the array of the selected objects including child of the selected objects.
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiComponentsCollection
 void StiContainer.setComponents(StiComponentsCollection value)
           
 void StiContainer.setComponentsWithSetParent(StiComponentsCollection components)
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.crossTab.core
 

Fields in com.stimulsoft.report.crossTab.core declared as StiComponentsCollection
 StiComponentsCollection StiCross.colFields
           
 

Methods in com.stimulsoft.report.crossTab.core that return StiComponentsCollection
 StiComponentsCollection StiCross.getColFields()
           
 StiComponentsCollection StiCross.getColTitleFields()
           
 StiComponentsCollection StiCross.getRowFields()
           
 StiComponentsCollection StiCross.getRowTitleFields()
           
 StiComponentsCollection StiCross.getSumFields()
           
 StiComponentsCollection StiCross.getSumHeaderFields()
           
 

Methods in com.stimulsoft.report.crossTab.core with parameters of type StiComponentsCollection
 void StiCross.setColFields(StiComponentsCollection value)
           
 void StiCross.setColTitleFields(StiComponentsCollection value)
           
 void StiCross.setRowFields(StiComponentsCollection value)
           
 void StiCross.setRowTitleFields(StiComponentsCollection value)
           
 void StiCross.setSumFields(StiComponentsCollection value)
           
 void StiCross.setSumHeaderFields(StiComponentsCollection value)
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.crossTab.core.summaries
 

Constructors in com.stimulsoft.report.crossTab.core.summaries with parameters of type StiComponentsCollection
StiAverage(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiCount(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiCountDistinct(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiImage(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiMax(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiMin(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiNone(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiSum(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
StiSummaries(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.engine
 

Methods in com.stimulsoft.report.engine with parameters of type StiComponentsCollection
static void StiPostProcessDuplicatesHelper.PostProcessDuplicates(StiComponentsCollection comps, java.util.Hashtable parentCont)
           
static void StiPostProcessDuplicatesHelper.PostProcessDuplicates(StiComponentsCollection comps, java.util.Hashtable parentCont, StiPostProcessDuplicatesHelper.TypeOfDuplicates typeOfDuplicates)
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.engine.engineV1.builders
 

Methods in com.stimulsoft.report.engine.engineV1.builders that return StiComponentsCollection
 StiComponentsCollection StiDataBandV1Builder.getHeaders(StiDataBand masterDataBand)
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.engine.engineV2
 

Methods in com.stimulsoft.report.engine.engineV2 that return StiComponentsCollection
 StiComponentsCollection StiEngine.RenderBand(StiBand band)
          Renders a specified band taking Child bands into consideration.
 StiComponentsCollection StiEngine.RenderBand(StiBand band, boolean ignorePageBreaks, boolean allowRenderingEvents)
          Renders a specified band taking Child bands into consideration.
 

Uses of StiComponentsCollection in com.stimulsoft.report.engine.engineV2.builders
 

Methods in com.stimulsoft.report.engine.engineV2.builders that return StiComponentsCollection
static StiComponentsCollection StiBandV2Builder.GetChildBands(StiBand masterBand)
          Returns child bands.
static StiComponentsCollection StiBandV2Builder.GetSubReports(StiBand masterBand)
           
 

Uses of StiComponentsCollection in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles with parameters of type StiComponentsCollection
 void StiBaseStyle.GetStyleFromComponents(StiComponentsCollection comps, StiStyleElements styleElements)
          Gets a style from the components.
 

Uses of StiComponentsCollection in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiComponentsCollection
static StiComponentsCollection StiGroup.getSelectedComponents(boolean isSelectedFinded, int level, StiContainer cont, StiComponentsCollection allComps, java.util.HashMap<java.lang.String,java.lang.Object> lists)
           
 StiComponentsCollection StiGroup.insertIntoPage(StiPage page)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiComponentsCollection
static StiComponentsCollection StiGroup.getSelectedComponents(boolean isSelectedFinded, int level, StiContainer cont, StiComponentsCollection allComps, java.util.HashMap<java.lang.String,java.lang.Object> lists)
           
static void StiInsertionComponents.insertComponents(StiPage currentPage, StiComponentsCollection comps)
           
static void StiInsertionComponents.insertComponents(StiPage currentPage, StiComponentsCollection comps, boolean alignToGrid)