|
||||||||||
| 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.StiRadioButtonControl
public class StiRadioButtonControl
Represents a Windows radio button.
| 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 | |
|---|---|
StiRadioButtonControl()
Creates a new StiRadioButtonControl. |
|
StiRadioButtonControl(StiRectangle rect)
Creates a new StiRadioButtonControl. |
|
| Method Summary | |
|---|---|
boolean |
getChecked()
Gets or sets a value indicating whether the control is checked. |
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. |
StiEventsCollection |
getEvents()
Return events collection of this component; |
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 StiRadioButtonControl()
public StiRadioButtonControl(StiRectangle rect)
rect - The rectangle describes sizes and position of the control.| Method Detail |
|---|
public StiEventsCollection getEvents()
getEvents in class StiReportControlpublic int getToolboxPosition()
getToolboxPosition in class StiReportControlpublic java.lang.String getLocalizedName()
getLocalizedName in class StiReportControlpublic StiCheckedChangedEvent getCheckedChangedEvent()
public void setCheckedChangedEvent(StiCheckedChangedEvent value)
public final java.lang.String getTextBinding()
public final void setTextBinding(java.lang.String value)
public final java.lang.String getCheckedBinding()
public final void setCheckedBinding(java.lang.String value)
public final boolean getChecked()
public final void setChecked(boolean value)
public final java.lang.String getText()
public final void setText(java.lang.String value)
public StiEvent GetDefaultEvent()
GetDefaultEvent in interface IStiReportControlGetDefaultEvent in class StiReportControl
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiReportControlJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiReportControlJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||