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

module binding

Services
::com::sun::star::form::binding::BindableControlModel specifies the model of a form control which supports binding to an external value supplier.
::com::sun::star::form::binding::BindableDataAwareControlModel is a specialization of the ::com::sun::star::form::DataAwareControlModel which additionally supports binding to external value suppliers.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::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.
::com::sun::star::form::binding::BindableIntegerValueRange this service specifies a ::com::sun::star::form::binding::BindableControlModel which reflects an integer value, out of a range of permitted integer values.
::com::sun::star::form::binding::ListEntrySource defines a component which provides a list of string entries
::com::sun::star::form::binding::ValueBinding defines a component which allows access to a single value
Interfaces
::com::sun::star::form::binding::XBindableValue specifies support for being bound to an external value
::com::sun::star::form::binding::XListEntryListener specifies a listener for changes in a string entry list
::com::sun::star::form::binding::XListEntrySink specifies support for indirect manipulation of of a string list
::com::sun::star::form::binding::XListEntrySource specifies a source of string list entries
::com::sun::star::form::binding::XValueBinding specifies a binding to a value which can be read and written.
Structs
::com::sun::star::form::binding::ListEntryEvent specifies the event which is notified when a change in a string entry list occured
Exceptions
::com::sun::star::form::binding::IncompatibleTypesException thrown to indicate that the types of an ::com::sun::star::form::binding::XValueBinding and an ::com::sun::star::form::binding::XBindableValue are incompatible
::com::sun::star::form::binding::InvalidBindingStateException thrown when an ::com::sun::star::form::binding::XValueBinding cannot perform a requested operation due to an invalid state.
Top of Page