|
||||||||||
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 IStiCanShrink
getCanShrink
in class StiComponent
public void setCanShrink(boolean value)
setCanShrink
in interface IStiCanShrink
setCanShrink
in class StiComponent
public boolean getCanGrow()
StiComponent
getCanGrow
in interface IStiCanGrow
getCanGrow
in class StiComponent
public void setCanGrow(boolean value)
setCanGrow
in interface IStiCanGrow
setCanGrow
in class StiComponent
public boolean getShift()
StiComponent
getShift
in interface IStiShift
getShift
in class StiComponent
public void setShift(boolean value)
setShift
in interface IStiShift
setShift
in class StiComponent
public boolean getUseParentStyles()
StiComponent
getUseParentStyles
in class StiComponent
public void setUseParentStyles(boolean value)
setUseParentStyles
in class StiComponent
public StiDockStyle getDockStyle()
StiComponent
getDockStyle
in class StiComponent
public void setDockStyle(StiDockStyle value)
setDockStyle
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 final StiConditionsCollection getConditions()
StiComponent
getConditions
in interface IStiConditions
getConditions
in class StiComponent
public final void setConditions(StiConditionsCollection value)
setConditions
in interface IStiConditions
setConditions
in class StiComponent
public java.lang.String getLocalizedCategory()
getLocalizedCategory
in class StiBase
public StiComponentType getComponentType()
getComponentType
in class StiComponent
public int getPriority()
getPriority
in class StiComponent
public StiRectangle getClientRectangle()
getClientRectangle
in class StiComponent
public void setClientRectangle(StiRectangle value)
setClientRectangle
in class StiComponent
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 JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiComponent
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |