|
||||||||||
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.StiDataBand
com.stimulsoft.report.components.bands.StiHierarchicalBand
public class StiHierarchicalBand
Describes the class that realizes a Hierarchical Band.
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.components.bands.StiDataBand |
---|
handlerRendering, isBofValue, isEofValue, jsonMasterComponentTemp, lineThrough, PropertyEvenStyle, PropertyOddStyle |
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 | |
---|---|
StiHierarchicalBand()
Creates an object of the type StiHierarchicalBand. |
|
StiHierarchicalBand(StiRectangle rect)
Creates an object of the type StiHierarchicalBand. |
Method Summary | |
---|---|
StiBusinessObject |
getBusinessObject()
Get business object that is used for getting data. |
java.lang.String |
getFooters()
Gets or sets the list of footers for the hierarchical band. |
StiColor |
getHeaderEndColor()
Gets header end color. |
java.lang.String |
getHeaders()
Gets or sets the list of headers for the hierarchical band. |
StiColor |
getHeaderStartColor()
Gets header start color. |
StiHierarchicalBandInfoV2 |
getHierarchicalBandInfoV2()
|
double |
getIndent()
Gets or sets indent from the left side of band for offset of data levels. |
java.lang.String |
getKeyDataColumn()
Gets or sets column which contains data key. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.lang.String |
getMasterKeyDataColumn()
Gets or sets column which contains data master key. |
java.lang.String |
getParentValue()
Gets or sets column which contains parent value which identifies parent rows. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setFooters(java.lang.String value)
|
void |
setHeaders(java.lang.String value)
|
void |
setIndent(double value)
|
void |
setKeyDataColumn(java.lang.String value)
|
void |
setMasterKeyDataColumn(java.lang.String value)
|
void |
setParentValue(java.lang.String 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 |
---|
canContainIn, getBandInfoV2, getCanGrow, getDefaultClientRectangle, getDisplayRectangle, getDockStyle, getFooterSize, getGrowToHeight, getHeaderSize, getLeft, getLocalizedCategory, getMaxHeight, getMaxSize, getMinHeight, getMinSize, getNestedLevel, getPrintable, getQuickInfo, getRectangleMoveComponent, getSelectRectangle, getShiftMode, getTop, getWidth, isAutomaticDock, setCanGrow, setDirectDisplayRectangle, setDisplayRectangle, setDockStyle, setGrowToHeight, setLeft, setMaxHeight, setMaxSize, setMinHeight, setMinSize, setPrintable, setRectangleMoveComponent, 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 StiHierarchicalBand()
public StiHierarchicalBand(StiRectangle rect)
rect
- The rectangle decribes size and position of the component.Method Detail |
---|
public int getToolboxPosition()
getToolboxPosition
in class StiDataBand
public java.lang.String getLocalizedName()
getLocalizedName
in class StiDataBand
public StiColor getHeaderStartColor()
getHeaderStartColor
in class StiDataBand
public StiColor getHeaderEndColor()
getHeaderEndColor
in class StiDataBand
public final java.lang.String getKeyDataColumn()
public final void setKeyDataColumn(java.lang.String value)
public final java.lang.String getMasterKeyDataColumn()
public final void setMasterKeyDataColumn(java.lang.String value)
public final java.lang.String getParentValue()
public final void setParentValue(java.lang.String value)
public double getIndent()
public void setIndent(double value)
public final java.lang.String getHeaders()
public final void setHeaders(java.lang.String value)
public final java.lang.String getFooters()
public final void setFooters(java.lang.String value)
public final StiHierarchicalBandInfoV2 getHierarchicalBandInfoV2()
public StiBusinessObject getBusinessObject()
getBusinessObject
in interface IStiBusinessObject
getBusinessObject
in class StiDataBand
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiDataBand
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiDataBand
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |