Services |
BindableControlModel |
specifies the model of a form control which supports binding to an external
value supplier.
|
BindableDataAwareControlModel |
is a specialization of the ::com::sun::star::form::DataAwareControlModel
which additionally supports binding to external value suppliers.
|
BindableDatabaseCheckBox |
This service specifies a check box which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
|
BindableDatabaseComboBox |
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.
|
BindableDatabaseDateField |
This service specifies a date input field which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
|
BindableDatabaseFormattedField |
This service specifies a formatted input field which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
|
BindableDatabaseListBox |
This service specifies a list box model which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
|
BindableDatabaseNumericField |
This service specifies a numeric input field which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
|
BindableDatabaseRadioButton |
This service specifies a radio button which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
|
BindableDatabaseTextField |
This service specifies 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.
|
BindableDatabaseTimeField |
This service specifies a date input field which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
|
BindableIntegerValueRange |
this service specifies a BindableControlModel which reflects
an integer value, out of a range of permitted integer values.
|
ListEntrySource |
defines a component which provides a list of string entries
|
ValueBinding |
defines a component which allows access to a single value
|