com :: sun :: star :: form :: component :: service DatabaseComboBox
- Description
- This service specifies a data-aware ComboBox.
Properties' 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.
|
Properties' Details
|
- ConvertEmptyToNull
-  
boolean ConvertEmptyToNull;
- Description
- determines if an empty text should be regarded as a NULL value.
|
- ListSource
-  
string ListSource;
- Description
- describes the data for the ComboBox entries. This could be e.g. a
SQL-Statement.
|
- ListSourceType
-  
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.