|
||||||||||
| 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.simplecomponents.StiPrimitive
public abstract class StiPrimitive
Describes class that realizes base component for all primitives.
| Field Summary |
|---|
| 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 | |
|---|---|
StiPrimitive()
Creates a new StiPrimitive. |
|
StiPrimitive(StiRectangle rect)
Creates a new StiPrimitive. |
|
| Method Summary | |
|---|---|
boolean |
getCanGrow()
gets or sets a value which indicates that this object can grow. |
boolean |
getCanShrink()
gets or sets value which indicates that this object can shrink. |
StiRectangle |
getClientRectangle()
Gets or sets the client area of a component. |
StiComponentType |
getComponentType()
Gets the type of processing when printing. |
StiConditionsCollection |
getConditions()
gets or sets the collection of conditions. |
StiRectangle |
getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiDockStyle |
getDockStyle()
gets or sets a type of the component docking. |
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
int |
getPriority()
Gets a component priority. |
boolean |
getShift()
gets or sets a value which indicates that this component can be shifted. |
boolean |
getUseParentStyles()
gets or sets a value which indicates that this component must use styles from parent component. |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCanGrow(boolean value)
|
void |
setCanShrink(boolean value)
|
void |
setClientRectangle(StiRectangle value)
|
void |
setConditions(StiConditionsCollection value)
|
void |
setDirectDisplayRectangle(StiRectangle rect)
|
void |
setDisplayRectangle(StiRectangle value)
|
void |
setDockStyle(StiDockStyle value)
|
void |
setGrowToHeight(boolean value)
|
void |
setShift(boolean value)
|
void |
setUseParentStyles(boolean value)
|
| Methods inherited from class com.stimulsoft.report.StiBase |
|---|
getLocalizedName, getName, 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 |
| Constructor Detail |
|---|
public StiPrimitive()
public StiPrimitive(StiRectangle rect)
rect - The rectangle describes size and position of the component.| Method Detail |
|---|
public boolean getCanShrink()
StiComponent
getCanShrink in interface IStiCanShrinkgetCanShrink in class StiComponentpublic void setCanShrink(boolean value)
setCanShrink in interface IStiCanShrinksetCanShrink in class StiComponentpublic boolean getCanGrow()
StiComponent
getCanGrow in interface IStiCanGrowgetCanGrow in class StiComponentpublic void setCanGrow(boolean value)
setCanGrow in interface IStiCanGrowsetCanGrow in class StiComponentpublic boolean getShift()
StiComponent
getShift in interface IStiShiftgetShift in class StiComponentpublic void setShift(boolean value)
setShift in interface IStiShiftsetShift in class StiComponentpublic boolean getUseParentStyles()
StiComponent
getUseParentStyles in class StiComponentpublic void setUseParentStyles(boolean value)
setUseParentStyles in class StiComponentpublic StiDockStyle getDockStyle()
StiComponent
getDockStyle in class StiComponentpublic void setDockStyle(StiDockStyle value)
setDockStyle in class StiComponentpublic boolean getGrowToHeight()
StiComponent
getGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiComponentpublic void setGrowToHeight(boolean value)
setGrowToHeight in interface IStiGrowToHeightsetGrowToHeight in class StiComponentpublic final StiConditionsCollection getConditions()
StiComponent
getConditions in interface IStiConditionsgetConditions in class StiComponentpublic final void setConditions(StiConditionsCollection value)
setConditions in interface IStiConditionssetConditions in class StiComponentpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiBasepublic StiComponentType getComponentType()
getComponentType in class StiComponentpublic int getPriority()
getPriority in class StiComponentpublic StiRectangle getClientRectangle()
getClientRectangle in class StiComponentpublic void setClientRectangle(StiRectangle value)
setClientRectangle in class StiComponentpublic StiRectangle getDisplayRectangle()
getDisplayRectangle in class StiComponentpublic void setDisplayRectangle(StiRectangle value)
setDisplayRectangle in class StiComponentpublic void setDirectDisplayRectangle(StiRectangle rect)
setDirectDisplayRectangle in class StiComponent
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiComponentJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||