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"

(New page: {{ScoutPage|cat=Concepts}} Specific type of {{ScoutLink|Concepts|ValueField|value field}} to propose a choice between a limited number of possibilities. * implements: {{ScoutJavadoc|IRad...)
 
(Description: pointer on the forum entry)
Line 9: Line 9:
 
{{note|TODO|Add a description}}
 
{{note|TODO|Add a description}}
  
* It ist possible to define Buttons as Inner-Class, or use a {{ScoutLink|Concepts|CodeType|CodeType}} or {{ScoutLink|Concepts|LookupCall|LookupCall}}
+
* 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 ==
 
== Screenshot ==

Revision as of 06:58, 18 October 2011

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

Specific type of The Scout documentation has been moved to https://eclipsescout.github.io/. to propose a choice between a limited number of possibilities.

Description

Note.png
TODO
Add a description


Note.png
TODO
Explain this: RadioButtonGroup is both a The Scout documentation has been moved to https://eclipsescout.github.io/. and a The Scout documentation has been moved to https://eclipsescout.github.io/.. It is possible to add some other The Scout documentation has been moved to https://eclipsescout.github.io/. in the group (as inner class). See this forum post


Screenshot

Scout RadioButtonGroup.png

Properties

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

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the properties that all fields have in common.


Events

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

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the events that all fields have in common.


See Also

Back to the top