|
||||||||||
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
public abstract class StiBand
Describes the base class for bands.
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 | |
---|---|
StiBand()
Creates a new band. |
|
StiBand(StiRectangle rect)
Creates a new band. |
Method Summary | |
---|---|
boolean |
canContainIn(StiComponent component)
May this container be located : the specified component. |
java.lang.Object |
clone(boolean cloneProperties,
boolean cloneComponents)
Creates a new object that instanceof a copy of the current instance. |
StiBandInfoV2 |
getBandInfoV2()
|
boolean |
getCanGrow()
Gets or sets value indicates that this object can grow. |
StiComponentType |
getComponentType()
Gets the type of processing when printing. |
StiRectangle |
getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiDockStyle |
getDockStyle()
Gets or sets a type of the component docking. |
double |
getFooterSize()
Gets the footer height. |
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
abstract StiColor |
getHeaderEndColor()
Gets header end color. |
double |
getHeaderSize()
Gets the header height. |
abstract StiColor |
getHeaderStartColor()
Gets header start color. |
java.lang.String |
GetHeaderText()
Returns the band header text. |
double |
getLeft()
gets or sets left position of a component. |
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
double |
getMaxHeight()
Gets or sets maximal height of band. |
StiSize |
getMaxSize()
gets or sets maximal size. |
double |
getMinHeight()
Gets or sets minimal height of band. |
StiSize |
getMinSize()
gets or sets minimal size. |
int |
getNestedLevel()
Gets nested level of this band. |
boolean |
getPrintable()
gets or sets a value which indicates whether a component is printable or not. |
java.lang.String |
getQuickInfo()
|
StiRectangle |
getRectangleMoveComponent()
|
boolean |
getResetPageNumber()
Allows to reset page number on this band. |
StiRectangle |
getSelectRectangle()
Gets or sets a rectangle of the component selection. |
StiEnumSet<StiShiftMode> |
getShiftMode()
gets or sets a value which indicates the shift mode of a component. |
double |
getTop()
gets or sets top position of a component. |
double |
getWidth()
gets or sets width of a component. |
boolean |
isAutomaticDock()
Gets value indicates that this instanceof an automatic docking. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCanGrow(boolean value)
|
void |
setDirectDisplayRectangle(StiRectangle rect)
|
void |
setDisplayRectangle(StiRectangle value)
|
void |
setDockStyle(StiDockStyle value)
|
void |
setGrowToHeight(boolean value)
|
void |
setLeft(double value)
|
void |
setMaxHeight(double value)
|
void |
setMaxSize(StiSize value)
|
void |
setMinHeight(double value)
|
void |
setMinSize(StiSize value)
|
void |
setPrintable(boolean value)
|
void |
setRectangleMoveComponent(StiRectangle value)
|
void |
setResetPageNumber(boolean value)
|
void |
setSelectRectangle(StiRectangle value)
Returns the GroupHeaderBand in which the component is loc * null, if nothing is located. |
void |
setShiftMode(StiEnumSet<StiShiftMode> value)
|
void |
setTop(double value)
|
void |
setWidth(double value)
|
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 StiBand()
public StiBand(StiRectangle rect)
rect
- The rectangle describes size and position of the component.Method Detail |
---|
public boolean getResetPageNumber()
getResetPageNumber
in interface IStiResetPageNumber
public void setResetPageNumber(boolean value)
setResetPageNumber
in interface IStiResetPageNumber
public boolean getCanGrow()
getCanGrow
in interface IStiCanGrow
getCanGrow
in class StiComponent
public void setCanGrow(boolean value)
setCanGrow
in interface IStiCanGrow
setCanGrow
in class StiComponent
public java.lang.String getQuickInfo()
getQuickInfo
in class StiComponent
public boolean getGrowToHeight()
StiComponent
getGrowToHeight
in interface IStiGrowToHeight
getGrowToHeight
in class StiComponent
public void setGrowToHeight(boolean value)
setGrowToHeight
in interface IStiGrowToHeight
setGrowToHeight
in class StiComponent
public StiEnumSet<StiShiftMode> getShiftMode()
StiComponent
getShiftMode
in interface IStiShift
getShiftMode
in class StiComponent
public void setShiftMode(StiEnumSet<StiShiftMode> value)
setShiftMode
in interface IStiShift
setShiftMode
in class StiComponent
public boolean canContainIn(StiComponent component)
canContainIn
in class StiComponent
component
- Component for checking.
public java.lang.String getLocalizedCategory()
getLocalizedCategory
in class StiContainer
public StiComponentType getComponentType()
getComponentType
in class StiContainer
public final StiBandInfoV2 getBandInfoV2()
public boolean getPrintable()
StiComponent
getPrintable
in class StiComponent
public void setPrintable(boolean value)
setPrintable
in class StiComponent
public StiDockStyle getDockStyle()
getDockStyle
in class StiComponent
public void setDockStyle(StiDockStyle value)
setDockStyle
in class StiComponent
public boolean isAutomaticDock()
isAutomaticDock
in class StiComponent
public StiSize getMinSize()
StiComponent
getMinSize
in class StiComponent
public void setMinSize(StiSize value)
setMinSize
in class StiComponent
public StiSize getMaxSize()
StiComponent
getMaxSize
in class StiComponent
public void setMaxSize(StiSize value)
setMaxSize
in class StiComponent
public double getMinHeight()
public void setMinHeight(double value)
public double getMaxHeight()
public void setMaxHeight(double value)
public double getLeft()
StiComponent
getLeft
in class StiComponent
public void setLeft(double value)
setLeft
in class StiComponent
public double getTop()
StiComponent
getTop
in class StiComponent
public void setTop(double value)
setTop
in class StiComponent
public double getWidth()
StiComponent
getWidth
in class StiComponent
public void setWidth(double value)
setWidth
in class StiComponent
public StiRectangle getDefaultClientRectangle()
getDefaultClientRectangle
in class StiContainer
public StiRectangle getDisplayRectangle()
getDisplayRectangle
in class StiComponent
public void setDisplayRectangle(StiRectangle value)
setDisplayRectangle
in class StiComponent
public void setDirectDisplayRectangle(StiRectangle rect)
setDirectDisplayRectangle
in class StiComponent
public StiRectangle getSelectRectangle()
getSelectRectangle
in class StiComponent
public void setSelectRectangle(StiRectangle value)
StiComponent
setSelectRectangle
in class StiComponent
public final StiRectangle getRectangleMoveComponent()
public final void setRectangleMoveComponent(StiRectangle value)
public java.lang.String GetHeaderText()
public abstract StiColor getHeaderStartColor()
public abstract StiColor getHeaderEndColor()
public double getHeaderSize()
public double getFooterSize()
public int getNestedLevel()
public java.lang.Object clone(boolean cloneProperties, boolean cloneComponents)
StiContainer
clone
in class StiContainer
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiContainer
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiContainer
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |