|
||||||||||
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.StiEmptyBand
public class StiEmptyBand
Desribes the class that realizes the band - Empty Band.
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 | |
---|---|
StiEmptyBand()
Creates a new component of the type StiHeaderBand. |
|
StiEmptyBand(StiRectangle rect)
Creates a new component of the type StiHeaderBand with specified location. |
Method Summary | |
---|---|
StiBeginRenderEvent |
getBeginRenderEvent()
Occurs when band begin render. |
StiEndRenderEvent |
getEndRenderEvent()
Occurs when band rendering is finished. |
java.lang.String |
getEvenStyle()
Gets or sets value, indicates style of even lines. |
StiColor |
getHeaderEndColor()
Gets header end color. |
StiColor |
getHeaderStartColor()
Gets header start color. |
java.lang.String |
GetHeaderText()
Returns the band header text. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.lang.String |
getOddStyle()
Gets or sets value, indicates style of odd lines. |
int |
getPriority()
Gets a component priority. |
StiRenderingEvent |
getRenderingEvent()
Occurs when a data row rendering. |
StiEmptySizeMode |
getSizeMode()
This property allows to indicate how to change the size of the last row on a page. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
InvokeRendering()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBeginRenderEvent(StiBeginRenderEvent value)
|
void |
setEndRenderEvent(StiEndRenderEvent value)
|
void |
setEvenStyle(java.lang.String value)
|
void |
setOddStyle(java.lang.String value)
|
void |
setRenderingEvent(StiRenderingEvent value)
|
void |
setSizeMode(StiEmptySizeMode value)
|
Methods inherited from class com.stimulsoft.report.components.bands.StiBand |
---|
canContainIn, clone, getBandInfoV2, getCanGrow, getComponentType, getDefaultClientRectangle, getDisplayRectangle, getDockStyle, getFooterSize, getGrowToHeight, getHeaderSize, 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.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Constructor Detail |
---|
public StiEmptyBand()
public StiEmptyBand(StiRectangle rect)
rect
- The rectangle describes size and position of the component.Method Detail |
---|
public java.lang.String GetHeaderText()
GetHeaderText
in class StiBand
public StiColor getHeaderStartColor()
getHeaderStartColor
in class StiBand
public StiColor getHeaderEndColor()
getHeaderEndColor
in class StiBand
public int getToolboxPosition()
getToolboxPosition
in class StiContainer
public int getPriority()
getPriority
in class StiContainer
public java.lang.String getLocalizedName()
getLocalizedName
in class StiContainer
public java.lang.String getEvenStyle()
getEvenStyle
in interface IStiOddEvenStyles
public void setEvenStyle(java.lang.String value)
setEvenStyle
in interface IStiOddEvenStyles
public java.lang.String getOddStyle()
getOddStyle
in interface IStiOddEvenStyles
public void setOddStyle(java.lang.String value)
setOddStyle
in interface IStiOddEvenStyles
public final StiBeginRenderEvent getBeginRenderEvent()
public final void setBeginRenderEvent(StiBeginRenderEvent value)
public final StiRenderingEvent getRenderingEvent()
public final void setRenderingEvent(StiRenderingEvent value)
public final StiEndRenderEvent getEndRenderEvent()
public final void setEndRenderEvent(StiEndRenderEvent value)
public StiEmptySizeMode getSizeMode()
public void setSizeMode(StiEmptySizeMode value)
public void InvokeRendering()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiBand
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiBand
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |