LibreOffice
LibreOffice 7.4 SDK API Reference
Classes
com::sun::star::form::binding Module Reference

collects functionality for binding form controls to external data sources. More...

Classes

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

Detailed Description

collects functionality for binding form controls to external data sources.

form bindings.