Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
57 control should display is made by parentship relations. The parent of a data-aware
66 /** makes it possible to transfer the data of the model to the connected data field.
69 the changes of it's value to the field it is connected to immediately (means whenever a user
76 /** must be implemented in order to recognize when the containing form of the model connects
86 <p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
88 …If (and only if) the control is valid bound to a column of it's <typee scope="com::sun::star::form…
99 <p>In the context of a <type scope="com::sun::star::form::component">DataForm</type>, controls are
100 automatically reset when one of the following applies
103 <li>The changes in the current record of the form are undone</li>
111 /** specifies the name of the bound database field.
113 …<p>This property makes sense in the <em>context</em> of the control model only. Normally, a contro…
114 is a child of a <type scope="com::sun::star::form::component">DataForm</type>, which is bound
116 This member here describes the column of this result set which the control should act for.</p>
118 <p>Not every control model can be bound to every database column. Usually, super services of the
153 with the latter describing the content of the former. For instance, you may have a
155 column of your data source. Then you will probably add a
162 <p>When setting the property, a number of constraints apply:
171 <li>It has to be a part of the same document as the model who's property is to be modified.</il>
172 …<li>Additionally, the support of a special service, indicating that the model is of the right type,
173 …is required. Which kind of service is in the request depends on the type of the control model.<br/>