User Guide

628 Chapter 6: Components Dictionary
Properties inherited from the UIComponent class
The following table lists the properties the RadioButton class inherits from the UIComponent
class. When accessing these properties from the RadioButton object, use the form
RadioButtonInstance.propertyName.
Properties inherited from the SimpleButton class
The following table lists the properties RadioButton class inherits from the SimpleButton class.
When accessing these properties from the RadioButton object, use the form
RadioButtonInstance.propertyName.
Properties inherited from the Button class
The following table lists the properties the RadioButton class inherits from the Button class.
When accessing these properties from the RadioButton object, use the form
RadioButtonInstance.propertyName.
Event summary for the RadioButton class
The following table lists the event of the RadioButton class.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and input.
UIComponent.tabIndex A number indicating the tab order for a component in a document.
Property Description
SimpleButton.emphasized Indicates whether a button has the appearance of a
default push button.
SimpleButton.emphasizedStyleDeclaration The style declaration when the emphasized property is
set to
true.
SimpleButton.selected A Boolean value indicating whether the button is
selected (
true) or not (false). The default value is
false.
SimpleButton.toggle A Boolean value indicating whether the button
behaves as a toggle switch (
true) or not (false). The
default value is
false.
Property Description
Button.icon Specifies an icon for a button instance.
Button.label Specifies the text that appears in a button.
Button.labelPlacement Specifies the orientation of the label text in relation to an icon.
Event Description
RadioButton.click Triggered when the mouse is clicked over a radio button or radio
button group.