Scout/Concepts/ListBox
< Scout | Concepts
Revision as of 03:23, 11 June 2011 by 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...)
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.