Lines Matching refs:model

55 	<p>The connection between a data-aware control model and a form whose data the
57 control model (see <type scope="com::sun::star::container">XChild</type>, inherited
65 /** makes it possible to transfer the data of the model to the connected data field.
75 /** must be implemented in order to recognize when the containing form of the model connects
76 to its data source (loads its data). After loading the form, the model may bind to its
85 <p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
89 <member>XReset::reset</member> does not reset the model's value to its default value, but uses the
91 …In all other cases, the model is reset to the default value as specified by the respective propert…
112 …s property makes sense in the <em>context</em> of the control model only. Normally, a control model
117 <p>Not every control model can be bound to every database column. Usually, super services of the
126 <p>If this property is set to <FALSE/>, then the form runtime will not check the control/model for
127 <NULL/> values before submitting data to the database. Usually, if a control model is bound to
128 …a database field which cannot be <NULL/>, and the model itself does not have a value, then the dat…
139 <p>Applies only if the form the control model belongs to is loaded and the control is valid bound.
148 /** references to a control model within the same document which should be used as a label.
170 <li>It has to be a part of the same document as the model whose property is to be modified.</il>
171 …<li>Additionally, the support of a special service, indicating that the model is of the right type,
172 …is required. Which kind of service is in the request depends on the type of the control model.<br/>