Lines Matching refs:binding
28 #include <com/sun/star/form/binding/XBindableValue.idl>
36 module com { module sun { module star { module form { module binding {
38 /** specifies the model of a form control which supports binding to an external
47 If an bindable control model, at which a binding has been established (via
49 binding is also established at the clone. Effectively, this means that
50 both control model instances share the same binding instance.</p>
58 in the external binding.</p>
60 … <p>If the binding set via this interface supports the <member>ValueBinding::ReadOnly</member>
63 binding's <code>ReadOnly</code> property. That is, any control using the value
64 binding is read-only as long as the binding is.</li>
66 with the binding's <code>Relevant</code> property. That is, any control using
67 the value binding is disabled as long as the binding is not relevant.</li>
72 the restriction imposed by the binding.<br/>
73 For instance, if the binding declares it's value to
76 fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
78 … The very same holds for the binding's <member>ValueBinding::Relevant</member> and the control