Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DatabaseComboBox

Description
This service specifies a data-aware ComboBox.


Included Services

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.

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