|
||||||||||
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.dialogs.StiReportControl
com.stimulsoft.report.dialogs.StiLabelControl
public class StiLabelControl
Represents a standard Windows label.
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 | |
---|---|
StiLabelControl()
Creates a new StiLabelControl. |
|
StiLabelControl(StiRectangle rect)
Creates a new StiLabelControl. |
Method Summary | |
---|---|
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.lang.String |
getText()
Gets or sets the text associated with this control. |
StiContentAlignment |
getTextAlign()
Gets or sets the alignment of text in the label. |
java.lang.String |
getTextBinding()
Gets the data bindings for the text. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setText(java.lang.String value)
|
void |
setTextAlign(StiContentAlignment value)
|
void |
setTextBinding(java.lang.String 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 StiLabelControl()
public StiLabelControl(StiRectangle rect)
rect
- The rectangle describes sizes and position of the control.Method Detail |
---|
public int getToolboxPosition()
getToolboxPosition
in class StiReportControl
public java.lang.String getLocalizedName()
getLocalizedName
in class StiReportControl
public final java.lang.String getTextBinding()
public final void setTextBinding(java.lang.String value)
public final java.lang.String getText()
getText
in interface IStiLabelControl
public final void setText(java.lang.String value)
setText
in interface IStiLabelControl
public final StiContentAlignment getTextAlign()
public final void setTextAlign(StiContentAlignment value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiReportControl
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiReportControl
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |