Difference between revisions of "Scout/Concepts/Button"
(→Screenshot) |
m (→Description) |
||
Line 9: | Line 9: | ||
{{note|TODO|Add a description}} | {{note|TODO|Add a description}} | ||
Scout propose different types of buttons: | Scout propose different types of buttons: | ||
+ | * {{ScoutLink|Concepts|Button|DefaultButton}} | ||
+ | * {{ScoutLink|Concepts|ToggleButton|ToggleButton}} | ||
* {{ScoutLink|Concepts|RadioButton|RadioButton}} to be used in {{ScoutLink|Concepts|RadioButtonGroup|RadioButtonGroup}} | * {{ScoutLink|Concepts|RadioButton|RadioButton}} to be used in {{ScoutLink|Concepts|RadioButtonGroup|RadioButtonGroup}} | ||
− | * | + | * {{ScoutLink|Concepts|LinkButton|LinkButton}} |
− | + | ||
== Screenshot == | == Screenshot == |
Revision as of 09:43, 4 October 2012
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Type of Field for buttons.
Description
Scout propose different types of buttons:
- DefaultButton
- ToggleButton
- RadioButton to be used in RadioButtonGroup
- LinkButton
Screenshot
Button | RAP | SWT | Swing | Swing Rayo |
---|---|---|---|---|
Button | ![]() |
![]() |
![]() |
![]() |
ToggleButton | ![]() |
![]() |
![]() |
![]() |
LinkButton | ![]() |
![]() |
![]() |
![]() |
RadioButton | ![]() |
![]() |
![]() |
![]() |
Properties
Defined with getConfiguredXxxxxx() methods.
See also the Field page for the properties that all fields have in common.
Events
Defined with execXxxxxx() methods.
See also the Field page for the events that all fields have in common.