Syntax
service DatabaseComboBox;
Description
This service specifies a data-aware ComboBox.
com::sun::star::form::component::ComboBox -
Description
specifies a component which allows the input of text or selection
of text from a list of text values.
com::sun::star::form::DataAwareControlModel -
Description
is an abstract service for specialized FormControlModel s
which are data aware and thus can be bound to a data source.
Property Summary
|
ConvertEmptyToNull |
determines if an empty text should be regarded as a NULL
value.
|
|
ListSource |
describes the data for the ComboBox entries. This could be e.g. a
SQL-Statement.
|
|
ListSourceType |
specifies the kind of list source.
|
|
Property Details
|
|
Syntax
boolean ConvertEmptyToNull;
Description
determines if an empty text should be regarded as a NULL
value.
Syntax
string ListSource;
Description
describes the data for the ComboBox entries. This could be e.g. a
SQL-Statement.
Syntax
com::sun::star::form::ListSourceType ListSourceType;
Description
specifies the kind of list source.
A value list is not allowed for a combobox.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.