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/RadioButtonGroup"

(Description: pointer on the forum entry)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Specific type of {{ScoutLink|Concepts|ValueField|value field}} to propose a choice between a limited number of possibilities.
+
 
+
* implements: {{ScoutJavadoc|IRadioButtonGroup<T>|I}}
+
* extends: {{ScoutJavadoc|AbstractRadioButtonGroup<T>|C}}
+
 
+
== Description ==
+
{{note|TODO|Add a description}}
+
 
+
* It is possible to define {{ScoutLink|Concepts|RadioButton}} as Inner-Class, or use a {{ScoutLink|Concepts|CodeType|CodeType}} or {{ScoutLink|Concepts|LookupCall|LookupCall}}
+
 
+
{{note|TODO|Explain this: RadioButtonGroup is both a {{ScoutLink|Concepts|ValueField}} and a {{ScoutLink|Concepts|CompositeField}}. It is possible to add some other {{ScoutLink|Concepts|Field|fields}} in the group (as inner class). See [http://www.eclipse.org/forums/index.php/mv/msg/247230/739550/#msg_739550 this forum post]}}
+
 
+
== Screenshot ==
+
[[Image:Scout RadioButtonGroup.png]]
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|ValueField|Value field}} pages for the properties that all fields have in common.
+
 
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|ValueField|Value field}} pages for the events that all fields have in common.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|ValueField|Value field}}
+
* {{ScoutLink|Concepts|Field|Field}}
+
* {{ScoutLink|Concepts|Form|Form}}
+

Latest revision as of 04:54, 14 March 2024

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

Back to the top