:: drafts :: com :: sun :: star ::

module form

Services
BindableDataAwareControlModel is a specialization of the ::com::sun::star::form::DataAwareControlModel which additionally supports binding to external value suppliers.
ListEntrySource defines a component which provides a list of string entries
ValueBinding defines a component which allows access to a single value
Interfaces
XBindableValue specifies support for being bound to an external value
XListEntryBroadcaster specifies a source of string list entries which notifies changes in this list
XListEntryListener specifies a listener for changes in a string entry list
XListEntrySink specifies support for indirect manipulation of of a string list
XListEntrySource specifies a source of string list entries
XValueBinding specifies a binding to a value which can be read and written.
Structs
ListEntryEvent specifies the event which is notified when a change in a string entry list occured
Exceptions
IncompatibleTypesException thrown to indicate that the types of an XValueBinding and an XBindableValue are incompatible
Top of Page