|
The Generic Radio Button and Radio Button are functionally the same. They do, however have different styling, Generic Radio Buttons resemble the classic Java GUI implementation.
|
|
Styles and common widget properties are not included in the table below.
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
---|---|---|---|---|---|
Orientation
|
Button alignment (horizontal or vertical).
|
STRING
|
Vertical
|
N
|
N
|
SelectedValue
|
Get or Set value that drives the State
|
STRING
|
Vertical
|
Y
|
N
|
SelectedText
|
Get or Set the name of the selected State.
|
STRING
|
n/a
|
Y
|
N
|
ReadOnly
|
If set to true only displays the current state
|
BOOLEAN
|
False
|
N
|
N
|
ButtonStates
|
Choose a state definition and the radio button will auto-populate the buttons with the state names and values.
|
STATEDEFINITION
|
True
|
N
|
N
|
ShowDataLoading
|
Displays a spinning icon when data is loading.
|
BOOLEAN
|
True
|
N
|
N
|
SelectionChanged
|
Event. Fires when the selected button changes.
|
n/a
|
n/a
|
Y
|
N
|
Visible
|
Is the widget visible in run time?
|
BOOLEAN
|
True
|
N
|
N
|