Lines Matching refs:binding
31 #include <com/sun/star/form/binding/ValueBinding.idl>
35 #include <com/sun/star/form/binding/ListEntrySource.idl>
50 /** represent a binding to one or more nodes in the DOM tree of an <type>XModel</type>.
54 /** allows the binding to act as value supplier for a form component
56 @see com::sun::star::form::binding::BindableControlModel
58 service com::sun::star::form::binding::ValueBinding;
60 /** allows external instances to observe the value represented by the binding
63 <type scope="com::sun::star::form::binding">ValueBinding</type> servce, but loses
68 /** allows the binding to act as source for list entries of form controls
70 <p>If a binding is associated with more than one node in a DOM tree, it
74 service com::sun::star::form::binding::ListEntrySource;
76 /** allows the binding to act as validator for a form component
78 @see com::sun::star::form::binding::ValidatableControlModel