|
||||||||||
| 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.complexcomponents.StiClone
public class StiClone
Describes class that realizes component - Clone.
| Field Summary | |
|---|---|
java.lang.String |
jsonContainerValueTemp
|
| 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 | |
|---|---|
StiClone()
Creates a new clone. |
|
StiClone(StiRectangle rect)
Creates a new clone. |
|
| Method Summary | |
|---|---|
boolean |
canContainIn(StiComponent component)
May this container be located in the specified component. |
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
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. |
StiComponentsCollection |
getComponents()
Gets or sets a collection of components. |
StiComponentType |
getComponentType()
Gets the type of processing when printing. |
StiConditionsCollection |
getConditions()
gets or sets the collection of conditions. |
StiContainer |
getContainer()
Gets or sets a clone container. |
boolean |
getForceRedrawAll()
Gets value, indicates that it is necessary to draw again the whole page when moving the component or changing its sizes in the designer. |
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
boolean |
getIsRendered()
Gets or sets value indicates whether a component is rendered or not. |
java.lang.String |
getJsonContainerValueTemp()
|
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
boolean |
getScaleHor()
Gets or sets value which indicates that contents of the container will be shrunk or grown. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
void |
RestoreState(java.lang.String stateName)
Restores the earlier saved object state. |
void |
saveState(java.lang.String stateName)
Saves the current state of an object. |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCanGrow(boolean value)
|
void |
setCanShrink(boolean value)
|
void |
setConditions(StiConditionsCollection value)
|
void |
setContainer(StiContainer value)
|
void |
setGrowToHeight(boolean value)
|
void |
setIsRendered(boolean value)
|
void |
setScaleHor(boolean 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 |
| Field Detail |
|---|
public java.lang.String jsonContainerValueTemp
| Constructor Detail |
|---|
public StiClone()
public StiClone(StiRectangle rect)
rect - The rectangle describes size and position of the component.| Method Detail |
|---|
public void saveState(java.lang.String stateName)
saveState in interface IStiStateSaveRestoresaveState in class StiContainerstateName - A name of the state being saved.public void RestoreState(java.lang.String stateName)
RestoreState in class StiContainerstateName - A name of the state being restored.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 final StiContainer getContainer()
getContainer in interface IStiClonegetContainer in class StiComponentpublic final void setContainer(StiContainer value)
setContainer in interface IStiClonepublic java.lang.Object clone()
clone in class StiComponentpublic boolean getIsRendered()
getIsRendered in class StiComponentpublic void setIsRendered(boolean value)
setIsRendered 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 int getToolboxPosition()
getToolboxPosition in class StiContainerpublic boolean getForceRedrawAll()
getForceRedrawAll in class StiComponentpublic boolean canContainIn(StiComponent component)
canContainIn in class StiComponentcomponent - Component for checking.
public java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiContainerpublic java.lang.String getLocalizedName()
getLocalizedName in class StiContainerpublic boolean getGrowToHeight()
StiComponent
getGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiComponentpublic void setGrowToHeight(boolean value)
setGrowToHeight in interface IStiGrowToHeightsetGrowToHeight in class StiComponentpublic StiComponentType getComponentType()
getComponentType in class StiContainerpublic StiComponentsCollection getComponents()
getComponents in class StiContainerpublic final boolean getScaleHor()
public final void setScaleHor(boolean value)
public java.lang.String getJsonContainerValueTemp()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiContainerJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiContainerJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||