:: com :: sun :: star :: form :: binding ::

unpublished service BindableDatabaseComboBox
Description
This service specifies a model of a combo box (a list box combined with a text input field) which is data-aware and thus can be bound to a database field, and additionally supports binding to arbitrary external values.

If an ValueBinding instance is set at the field, it will exchange it's text with the binding as string , thus only bindings supporting string exchange will be accepted in XValueBinding::setValueBinding .

See also
XValueBinding::supportsType, ::com::sun::star::awt::UnoControlComboBoxModel::Text

Included Services
::com::sun::star::form::component::DatabaseComboBox
(referenced entity's summary:)
This service specifies a combo box which is data-aware, and can be bound to a database field.
BindableDataAwareControlModel
Description
specifies the interaction between an internal binding to a database column, and an external value binding.


 
Top of Page