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

service BindableDatabaseNumericField
Usage Restrictions
not published
Description
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.

The ::com::sun::star::form::binding::XValueBinding instance which can be associated with a ::com::sun::star::form::binding::BindableDatabaseNumericField must support exchanging values of type double .

See also
::com::sun::star::form::binding::XValueBinding::supportsType

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


 
Top of Page