Difference between revisions of "Scout/Concepts/ListBox"
Dev.jmini.fr (Talk | contribs) (New page: {{ScoutPage|cat=Concepts}} {{ScoutLink|Concepts|ValueField|Value field}} to propose multiple choices. * implements: {{ScoutJavadoc|IListBox<T>|I}} * extends: {{ScoutJavadoc|AbstractListB...) |
m (Category changed) |
||
Line 1: | Line 1: | ||
− | {{ScoutPage|cat= | + | {{ScoutPage|cat=Component Model}} |
{{ScoutLink|Concepts|ValueField|Value field}} to propose multiple choices. | {{ScoutLink|Concepts|ValueField|Value field}} to propose multiple choices. |
Revision as of 11:46, 3 November 2011
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Description
- Value is stored in a Array:
T[]
- Like a Smart field but for multiple Values.
- Use a CodeType or a LookupCall
Screenshot
Properties
Defined with getConfiguredXxxxxx() methods.
See also the Field and the Value field pages for the properties that all fields have in common.
Events
Defined with execXxxxxx() methods.
See also the Field and the Value field pages for the events that all fields have in common.