Skip to main content
Jump to: navigation, search

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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla
Value field to propose multiple choices.
  • implements: I obj.pngIListBox<T>
  • extends: C obj.pngAbstractListBox<T>

Description

Note.png
TODO
Add a description



Screenshot

Scout ListBox.png

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.


See Also

Back to the top