Lines Matching refs:model
56 <p>The connection between a data-aware control model and a form which's data the
58 control model (see <type scope="com::sun::star::container">XChild</type>, inherited
66 /** makes it possible to transfer the data of the model to the connected data field.
76 /** must be implemented in order to recognize when the containing form of the model connects
77 to its data source (loads its data). After loading the form, the model may bind to its
86 <p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
90 …<member>XReset::reset</member> does not reset the model's value to it's default value, but uses the
92 …In all other cases, the model is reset to the default value as specified by the respective propert…
113 …s property makes sense in the <em>context</em> of the control model only. Normally, a control model
118 <p>Not every control model can be bound to every database column. Usually, super services of the
127 … <p>If this property is set to <FALSE/>, then the form runtime will not check the control/model for
128 … <NULL/> values before submitting data to the database. Usually, if a control model is bound to
129 …a database field which cannot be <NULL/>, and the model itself does not have a value, then the dat…
140 <p>Applies only if the form the control model belongs to is loaded and the control is valid bound.
149 /** references to a control model within the same document which should be used as a label.
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/>