|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
com.stimulsoft.report.components.StiComponent
com.stimulsoft.report.components.complexcomponents.StiContainer
com.stimulsoft.report.components.bands.StiBand
com.stimulsoft.report.components.bands.StiDynamicBand
com.stimulsoft.report.components.bands.StiReportSummaryBand
public class StiReportSummaryBand
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.report.components.complexcomponents.StiContainer |
|---|
border, brush, collapsingIndex, components, ParentComponentIsBand, ParentComponentIsCrossBand |
| Fields inherited from class com.stimulsoft.report.components.StiComponent |
|---|
canGrow, canShrink, componentPlacement, conditions, currentPointer, expressions, interaction, isRendered, page, parent, parentBookmark, parentPointer, top, width |
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiReportSummaryBand()
Creates a new component of the type StiComponent. |
|
StiReportSummaryBand(StiRectangle rect)
Creates a new component of the type StiComponent with specified location. |
|
| Method Summary | |
|---|---|
boolean |
canContainIn(StiComponent component)
May this container be located in the specified component. |
StiComponentType |
getComponentType()
Gets the type of processing when printing. |
StiColor |
getHeaderEndColor()
Gets header end color. |
StiColor |
getHeaderStartColor()
Gets header start color. |
boolean |
getKeepReportSummaryTogether()
Gets or sets value indicates that the report summary is printed with data. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
StiComponent |
GetMaster()
Returns the component Master of the object. |
boolean |
getPrintIfEmpty()
Gets or sets value indicates that the footer is printed at bottom of page. |
StiPrintOnType |
getPrintOn()
gets or sets a value which indicates on what pages component will be printed. |
int |
getPriority()
Gets a component priority. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setKeepReportSummaryTogether(boolean value)
|
void |
setPrintIfEmpty(boolean value)
|
void |
setPrintOn(StiPrintOnType value)
|
| Methods inherited from class com.stimulsoft.report.components.bands.StiDynamicBand |
|---|
Break, getBreakIfLessThan, getNewColumnAfter, getNewColumnBefore, getNewPageAfter, getNewPageBefore, getPrintAtBottom, getSkipFirst, setBreakIfLessThan, setCanBreak, setNewColumnAfter, setNewColumnBefore, setNewPageAfter, setNewPageBefore, setPrintAtBottom, setSkipFirst |
| Methods inherited from class com.stimulsoft.report.components.bands.StiBand |
|---|
clone, getBandInfoV2, getCanGrow, getDefaultClientRectangle, getDisplayRectangle, getDockStyle, getFooterSize, getGrowToHeight, getHeaderSize, GetHeaderText, getLeft, getLocalizedCategory, getMaxHeight, getMaxSize, getMinHeight, getMinSize, getNestedLevel, getPrintable, getQuickInfo, getRectangleMoveComponent, getResetPageNumber, getSelectRectangle, getShiftMode, getTop, getWidth, isAutomaticDock, setCanGrow, setDirectDisplayRectangle, setDisplayRectangle, setDockStyle, setGrowToHeight, setLeft, setMaxHeight, setMaxSize, setMinHeight, setMinSize, setPrintable, setRectangleMoveComponent, setResetPageNumber, setSelectRectangle, setShiftMode, setTop, setWidth |
| Methods inherited from class com.stimulsoft.report.StiBase |
|---|
getServiceName |
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiBreakable |
|---|
getCanBreak |
| Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Constructor Detail |
|---|
public StiReportSummaryBand()
public StiReportSummaryBand(StiRectangle rect)
rect - The rectangle describes size and position of the component.| Method Detail |
|---|
public StiPrintOnType getPrintOn()
StiComponent
getPrintOn in interface IStiPrintOngetPrintOn in class StiComponentpublic void setPrintOn(StiPrintOnType value)
setPrintOn in interface IStiPrintOnsetPrintOn in class StiComponentpublic boolean getKeepReportSummaryTogether()
getKeepReportSummaryTogether in interface IStiKeepReportSummaryTogetherpublic void setKeepReportSummaryTogether(boolean value)
setKeepReportSummaryTogether in interface IStiKeepReportSummaryTogetherpublic boolean getPrintIfEmpty()
getPrintIfEmpty in interface IStiPrintIfEmptypublic void setPrintIfEmpty(boolean value)
setPrintIfEmpty in interface IStiPrintIfEmptypublic StiColor getHeaderStartColor()
getHeaderStartColor in class StiBandpublic StiColor getHeaderEndColor()
getHeaderEndColor in class StiBandpublic int getToolboxPosition()
getToolboxPosition in class StiContainerpublic boolean canContainIn(StiComponent component)
canContainIn in class StiBandcomponent - Component for checking.
public java.lang.String getLocalizedName()
getLocalizedName in class StiContainerpublic int getPriority()
getPriority in class StiContainerpublic StiComponentType getComponentType()
getComponentType in class StiBandpublic final StiComponent GetMaster()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiDynamicBandJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiDynamicBandJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||