Difference between revisions of "Scout/Concepts/Button"
Dev.jmini.fr (Talk | contribs) (New page: {{ScoutPage|cat=Concepts}} Type of {{ScoutLink|Concepts|Field|Field}} for buttons. * implements: {{ScoutJavadoc|IButton|I}} * extends: {{ScoutJavadoc|AbstractButton|C}} == Description =...) |
m (Category changed) |
||
Line 1: | Line 1: | ||
− | {{ScoutPage|cat= | + | {{ScoutPage|cat=Component Model}} |
Type of {{ScoutLink|Concepts|Field|Field}} for buttons. | Type of {{ScoutLink|Concepts|Field|Field}} for buttons. |
Revision as of 11:39, 3 November 2011
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:
- RadioButton to be used in RadioButtonGroup
- ...
Screenshot
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.