Skip to main content
Jump to: navigation, search

Scout/Concepts/ListBox


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


  • Value is stored in a Array: T[]
    It cointains the keys, whose entries were checked by the user. If no entry was checked, the value will be null.


Screenshot

RAP SWT Swing Swing Rayo
Scout 3.8 ListBox RAP.png Scout 3.8 ListBox SWT.png Scout 3.8 ListBox Swing.png Scout 3.8 ListBox Swing Rayo.png

Properties

Defined with getConfiguredXxxxxx() methods.

See also the Field and the Value field pages for the properties that all fields have in common.

See also the TreeBox for the properties that ListBox has in common with TreeBox.


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 the TreeBox for the events that ListBox has in common with TreeBox.


See Also

Back to the top