:: com :: sun :: star :: form :: component ::

service ListBox

Included Services - Summary
::com::sun::star::awt::UnoControlListBoxModel
(referenced entity's summary:)
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
Exported Interfaces - Summary
::com::sun::star::form::XReset

can be used to reset the control to its default state. (details)

Properties' Summary
sequence< short >
DefaultSelection
contains the indexes of entries of the listbox, which should selected by default.  
sequence< string >
ListSource
contains the values associated to the strings to be displayed (which are specified by com::sun::star::awt::UnoControlListBoxModel::StringItemList)  
Included Services - Details
::com::sun::star::awt::UnoControlListBoxModel
(referenced entity's summary:)
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
Exported Interfaces - Details
::com::sun::star::form::XReset
Description
can be used to reset the control to its default state.
See also
ListBox::DefaultSelection
Properties' Details
DefaultSelection
sequence< short > DefaultSelection;
Description
contains the indexes of entries of the listbox, which should selected by default.

This selection is used initially or for a reset.

See also
::com::sun::star::awt::UnoControlListBoxModel::SelectedItems, ::com::sun::star::form::XReset
ListSource
sequence< string > ListSource;
Description
contains the values associated to the strings to be displayed (which are specified by com::sun::star::awt::UnoControlListBoxModel::StringItemList)

 
Top of Page