service DatabaseComboBox in module com::sun::star::form::component::

(Global Index)

Syntax

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.


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



ConvertEmptyToNull

Syntax

boolean ConvertEmptyToNull;

Description

determines if an empty text should be regarded as a NULL value.


ListSource

Syntax

string ListSource;

Description

describes the data for the ComboBox entries. This could be e.g. a SQL-Statement.


ListSourceType

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