com :: sun :: star :: form :: component :: service ListBox
- Description
- This service specifies the ControlModel of a box which contains a
list of strings to select from.
Properties' Summary
|
DefaultSelection |
contains the indexes for entries of the listbox, which should selected
by default. These selection is used initially or for a reset.
|
ListSource |
contains the listbox entries.
|
Properties' Details
|
- DefaultSelection
-  
sequence< short > DefaultSelection;
- Description
- contains the indexes for entries of the listbox, which should selected
by default. These selection is used initially or for a reset.
|
- ListSource
-  
sequence< string > ListSource;
- Description
- contains the listbox entries.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.