:: com :: sun :: star :: xforms ::

unpublished service Binding
Usage Restrictions
not published
Description
represent a binding to one or more nodes in the DOM tree of an XModel.

Included Services - Summary
::com::sun::star::form::binding::ValueBinding

allows the binding to act as value supplier for a form component (details)

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

allows the binding to act as source for list entries of form controls (details)

Exported Interfaces - Summary
::com::sun::star::util::XModifyBroadcaster

allows external instances to observe the value represented by the binding (details)

::com::sun::star::form::validation::XValidator

allows the binding to act as validator for a form component (details)

Properties' Summary
::com::sun::star::container::XNameContainer
BindingNamespaces
[ OPTIONAL ]
among other properties, there is this one  
Included Services - Details
::com::sun::star::form::binding::ValueBinding
Description
allows the binding to act as value supplier for a form component
See also
::com::sun::star::form::binding::BindableControlModel
::com::sun::star::form::binding::ListEntrySource
Description
allows the binding to act as source for list entries of form controls

If a binding is associated with more than one node in a DOM tree, it does not represent a single value, but a list of values. Using this interface, this list can be displayed in form control list and combo boxes.

Exported Interfaces - Details
::com::sun::star::util::XModifyBroadcaster
Description
allows external instances to observe the value represented by the binding

This interface is an optional part of the ::com::sun::star::form::binding::ValueBinding service, but loses its optionality here.

::com::sun::star::form::validation::XValidator
Description
allows the binding to act as validator for a form component
See also
com::sun::star::form::binding::ValidatableControlModel
Properties' Details
BindingNamespaces
::com::sun::star::container::XNameContainer BindingNamespaces;
Usage Restrictions
optional
Description
among other properties, there is this one

It is unclear to me whether this is an implementation detail or a supported interface.

The value supports the service com::sun::star::xml::NamespaceContainer

See also
::com::sun::star::xml::NamespaceContainer

 
Top of Page