| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static StiComponentsCollection |
StiComponentDivider.BreakContainer(StiContainer renderedContainer,
StiContainer masterContainer,
boolean firstPass)
Break container with all components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiComponentsCollection.AddRange(StiComponentsCollection components) |
| Modifier and Type | Field and Description |
|---|---|
StiComponentsCollection |
StiHeaderBandInfoV1.BreakableComps |
StiComponentsCollection |
StiGroupHeaderBandInfoV1.BreakableComps |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiContainer.setComponents(StiComponentsCollection value) |
void |
StiContainer.setComponentsWithSetParent(StiComponentsCollection components) |
| Modifier and Type | Field and Description |
|---|---|
StiComponentsCollection |
StiCross.colFields |
| Modifier and Type | Method and Description |
|---|---|
StiComponentsCollection |
StiCross.getColFields() |
StiComponentsCollection |
StiCross.getColTitleFields() |
StiComponentsCollection |
StiCross.getRowFields() |
StiComponentsCollection |
StiCross.getRowTitleFields() |
StiComponentsCollection |
StiCross.getSumFields() |
StiComponentsCollection |
StiCross.getSumHeaderFields() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected StiComponentsCollection |
StiSummaries.sumFields |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StiPostProcessDuplicatesHelper.PostProcessDuplicates(StiComponentsCollection comps,
java.util.Hashtable parentCont) |
static void |
StiPostProcessDuplicatesHelper.PostProcessDuplicates(StiComponentsCollection comps,
java.util.Hashtable parentCont,
StiPostProcessDuplicatesHelper.TypeOfDuplicates typeOfDuplicates) |
| Modifier and Type | Method and Description |
|---|---|
StiComponentsCollection |
StiDataBandV1Builder.getHeaders(StiDataBand masterDataBand) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static StiComponentsCollection |
StiBandV2Builder.GetChildBands(StiBand masterBand)
Returns child bands.
|
static StiComponentsCollection |
StiBandV2Builder.GetSubReports(StiBand masterBand) |
| Modifier and Type | Method and Description |
|---|---|
void |
StiBaseStyle.GetStyleFromComponents(StiComponentsCollection comps,
StiStyleElements styleElements)
Gets a style from the components.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.