|
||||||||||
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 IStiStateSaveRestore
saveState
in class StiContainer
stateName
- A name of the state being saved.public void RestoreState(java.lang.String stateName)
RestoreState
in class StiContainer
stateName
- A name of the state being restored.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 final StiContainer getContainer()
getContainer
in interface IStiClone
getContainer
in class StiComponent
public final void setContainer(StiContainer value)
setContainer
in interface IStiClone
public java.lang.Object clone()
clone
in class StiComponent
public boolean getIsRendered()
getIsRendered
in class StiComponent
public void setIsRendered(boolean value)
setIsRendered
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 int getToolboxPosition()
getToolboxPosition
in class StiContainer
public boolean getForceRedrawAll()
getForceRedrawAll
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 java.lang.String getLocalizedName()
getLocalizedName
in class StiContainer
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 StiComponentType getComponentType()
getComponentType
in class StiContainer
public StiComponentsCollection getComponents()
getComponents
in class StiContainer
public final boolean getScaleHor()
public final void setScaleHor(boolean value)
public java.lang.String getJsonContainerValueTemp()
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 |