|
||||||||||
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.StiCheckBoxControl
public class StiCheckBoxControl
Represents a Windows check box.
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 | |
---|---|
StiCheckBoxControl()
Creates a new StiCheckBoxControl. |
|
StiCheckBoxControl(StiRectangle rect)
Creates a new StiCheckBoxControl. |
Method Summary | |
---|---|
boolean |
getChecked()
Gets or set a value indicating whether the check box is in the checked state. |
java.lang.String |
getCheckedBinding()
Gets the data bindings for the checked. |
StiCheckedChangedEvent |
getCheckedChangedEvent()
Gets or sets a script of the event CheckedChanged. |
StiEvent |
GetDefaultEvent()
Gets default event for this report control. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.lang.String |
getText()
Gets or sets the text associated with this control. |
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 |
setChecked(boolean value)
|
void |
setCheckedBinding(java.lang.String value)
|
void |
setCheckedChangedEvent(StiCheckedChangedEvent value)
|
void |
setText(java.lang.String 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 StiCheckBoxControl()
public StiCheckBoxControl(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 StiCheckedChangedEvent getCheckedChangedEvent()
public void setCheckedChangedEvent(StiCheckedChangedEvent value)
public final java.lang.String getCheckedBinding()
getCheckedBinding
in interface IStiCheckBoxControl
public final void setCheckedBinding(java.lang.String value)
setCheckedBinding
in interface IStiCheckBoxControl
public final java.lang.String getTextBinding()
public final void setTextBinding(java.lang.String value)
public final boolean getChecked()
public final void setChecked(boolean value)
public final java.lang.String getText()
getText
in interface IStiCheckBoxControl
public final void setText(java.lang.String value)
setText
in interface IStiCheckBoxControl
public StiEvent GetDefaultEvent()
GetDefaultEvent
in interface IStiReportControl
GetDefaultEvent
in class StiReportControl
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 |