Skip to main content
Jump to: navigation, search

Scout/Concepts/RadioButton

< Scout‎ | Concepts
Revision as of 03:27, 5 October 2012 by Ssw.bsiag.com (Talk | contribs) (Description)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Special type of Button to be used in RadioButtonGroup.

  • implements: I obj.pngIButton
  • extends: C obj.pngAbstractRadioButton

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.

Note.png
TODO
Add a description


Screenshot

State RAP SWT Swing Swing Rayo
Normal Scout 3.8 RadioButton Normal RAP.png Scout 3.8 RadioButton Normal SWT.png Scout 3.8 RadioButton Normal Swing.png Scout 3.8 RadioButton Normal Swing Rayo.png
Selected Scout 3.8 RadioButton Selected RAP.png Scout 3.8 RadioButton Selected SWT.png Scout 3.8 RadioButton Selected Swing.png Scout 3.8 RadioButton Selected Swing Rayo.png

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.


See Also

Back to the top