Scout/Concepts/RadioButton
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Special type of Button to be used in RadioButtonGroup.
Description
RadioButtons should be used in a RadioButtonGroup.
In one RadioButtonGroup can be only one selected RadioButton.
If you select another RadioButton the first selected Button won't be selected anymore.
Screenshot
State | RAP | SWT | Swing | Swing Rayo |
---|---|---|---|---|
Normal | ![]() |
![]() |
![]() |
![]() |
Selected | ![]() |
![]() |
![]() |
![]() |
Properties
Defined with getConfiguredXxxxxx() methods.
See also the Field and the Button pages for the properties that all buttons have in common.
Events
Defined with execXxxxxx() methods.
See also the Field and the Button pages for the events that all buttons have in common.