Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/ListBox"

(Added reference to TreeBox)
m (Added detail to value description)
Line 1: Line 1:
{{ScoutPage|cat=Component Model}}
+
{{ScoutPage|cat=Component Model}}  
  
{{ScoutLink|Concepts|ValueField|Value field}} to propose multiple choices.
+
{{ScoutLink|Concepts|ValueField|Value field}} to propose multiple choices.  
  
* implements: {{ScoutJavadoc|IListBox<T>|I}}
+
*implements: {{ScoutJavadoc|IListBox<T>|I}}  
* extends: {{ScoutJavadoc|AbstractListBox<T>|C}}
+
*extends: {{ScoutJavadoc|AbstractListBox<T>|C}}
  
== Description ==
+
== Description ==
{{note|TODO|Add a description}}
+
  
* Value is stored in a Array: <code>T[]</code>
+
{{note|TODO|Add a description}}  
* Like a {{ScoutLink|Concepts|SmartField|Smart field}} but for multiple Values.
+
* Use a {{ScoutLink|Concepts|CodeType|CodeType}} or a {{ScoutLink|Concepts|LookupCall|LookupCall}}
+
  
 +
*Value is stored in a Array: <code>T[]</code><br>It cointains the keys, whose entries were checked by the user. If no entry was checked, the value will be null.
  
== Screenshot ==
+
*Like a {{ScoutLink|Concepts|SmartField|Smart field}} but for multiple Values.
{|{{BMTableStyle}}
+
*Use a {{ScoutLink|Concepts|CodeType|CodeType}} or a {{ScoutLink|Concepts|LookupCall|LookupCall}}
|-{{BMTHStyle}}
+
 
! RAP
+
<br>
! SWT
+
 
! Swing
+
== Screenshot ==
 +
 
 +
{|
 +
|-
 +
! RAP  
 +
! SWT  
 +
! Swing  
 
! Swing Rayo
 
! Swing Rayo
 
|-
 
|-
| [[Image:Scout_3.8_ListBox_RAP.png]] || [[Image:Scout_3.8_ListBox_SWT.png]] || [[Image:Scout_3.8_ListBox_Swing.png]] || [[Image:Scout_3.8_ListBox_Swing_Rayo.png]]
+
| [[Image:Scout 3.8 ListBox RAP.png]]  
|-
+
| [[Image:Scout 3.8 ListBox SWT.png]]  
 +
| [[Image:Scout 3.8 ListBox Swing.png]]  
 +
| [[Image:Scout 3.8 ListBox Swing Rayo.png]]
 
|}
 
|}
  
== Properties ==
+
== Properties ==
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
 +
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
 +
 
 +
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|ValueField|Value field}} pages for the properties that all fields have in common.
 +
 
 +
See also the {{ScoutLink|Concepts|TreeBox|TreeBox}} for the properties that ListBox has in common with TreeBox.  
  
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|ValueField|Value field}} pages for the properties that all fields have in common.
+
<br>
  
See also the {{ScoutLink|Concepts|TreeBox|TreeBox}} for the properties that ListBox has in common with TreeBox.
+
== Events  ==
  
 +
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
  
== Events ==
+
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|ValueField|Value field}} pages for the events that all fields have in common.  
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
  
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|ValueField|Value field}} pages for the events that all fields have in common.
+
See also the {{ScoutLink|Concepts|TreeBox|TreeBox}} for the events that ListBox has in common with TreeBox.  
  
See also the {{ScoutLink|Concepts|TreeBox|TreeBox}} for the events that ListBox has in common with TreeBox.
+
<br>
  
 +
== See Also  ==
  
== See Also ==
+
*{{ScoutLink|Concepts|SmartField|Smart field}}  
* {{ScoutLink|Concepts|SmartField|Smart field}}
+
*{{ScoutLink|Concepts|ValueField|Value field}}  
* {{ScoutLink|Concepts|ValueField|Value field}}
+
*{{ScoutLink|Concepts|Field|Field}}  
* {{ScoutLink|Concepts|Field|Field}}
+
*{{ScoutLink|Concepts|Form|Form}}
* {{ScoutLink|Concepts|Form|Form}}
+

Revision as of 03:51, 7 March 2013

The Scout documentation has been moved to https://eclipsescout.github.io/.

The Scout documentation has been moved to https://eclipsescout.github.io/. to propose multiple choices.

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 The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the properties that all fields have in common.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. for the properties that ListBox has in common with TreeBox.


Events

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the events that all fields have in common.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. for the events that ListBox has in common with TreeBox.


See Also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.