Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/RadioButton"

m (Description)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=Component Model}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Special type of {{ScoutLink|Concepts|Button|Button}} to be used in {{ScoutLink|Concepts|RadioButtonGroup|RadioButtonGroup}}.
+
 
+
* implements: {{ScoutJavadoc|IButton|I}}
+
* extends: {{ScoutJavadoc|AbstractRadioButton|C}}
+
 
+
== Description ==
+
RadioButtons should be used in a {{ScoutLink|Concepts|RadioButtonGroup|RadioButtonGroup}}.
+
+
In one RadioButtonGroup can be only one selected RadioButton.<br>
+
If you select another RadioButton the first selected Button won't be selected anymore.
+
{{note|TODO|Add a description}}
+
 
+
== Screenshot ==
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! State
+
! RAP
+
! SWT
+
! Swing
+
! Swing Rayo
+
|-
+
| Normal || [[Image:Scout_3.8_RadioButton_Normal_RAP.png]] || [[Image:Scout_3.8_RadioButton_Normal_SWT.png]] || [[Image:Scout_3.8_RadioButton_Normal_Swing.png]] || [[Image:Scout_3.8_RadioButton_Normal_Swing_Rayo.png]]
+
|-
+
| Selected || [[Image:Scout_3.8_RadioButton_Selected_RAP.png]] || [[Image:Scout_3.8_RadioButton_Selected_SWT.png]] || [[Image:Scout_3.8_RadioButton_Selected_Swing.png]] || [[Image:Scout_3.8_RadioButton_Selected_Swing_Rayo.png]]
+
|-
+
|}
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|Button|Button}} pages for the properties that all buttons have in common.
+
 
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} and  the {{ScoutLink|Concepts|Button|Button}} pages for the events that all buttons have in common.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Button|Button}}
+
* {{ScoutLink|Concepts|Field|Field}}
+

Latest revision as of 04:49, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top