Lines Matching refs:p

54 	<p>As soon as a form (containing controls) is to be presented to the user,
57 like controlling the tab order and the grouping of controls.</p>
59 <p>As a form may contain one or many subforms, a <type>FormController</type> may
65 the model of the controller.</p>
67 …<p>A controller is called <em>active</em> if one of the controls it is responsible for has the foc…
69 add listeners.</p>
71 <p>This interface supersedes the <type scope="com::sun::star::form">FormController</type>.</p>
74 …<p>A <type>FormController</type> is responsible for a <type scope="com::sun::star::awt">UnoControl…
75 and all controls therein.</p>
77 …<p>Furthermore, a form controller is responsible for preventing invalid user input. That is, if th…
79 check their current value when the current record is to be saved to the database.</p>
81 …<p>First, it will check whether any controls with an external validator exist. If so, those valida…
83 is displayed to the user, the control is focused, and the update of the record is vetoed.</p>
85 …<p>Second, the controls are examined for NULL values. If a control is bound to a database field wh…
88 the update of the record is vetoed.</p>
90 … <p>Note that you can precent the second check - for database fields containing <NULL/> values - on
97 (also named <code>FormsCheckRequiredFields</code>) to <FALSE/>.</p>
99 <p>Alternatively, you can prevent the check on a per-control basis, using the
100 <member>DataAwareControlModel::InputRequired</member> property of a single control model.</p>
102 …<p>If a control which the controller is responsible for supports the <type scope="com::sun::star::…
104 functionality to the controller by querying the dispatch interceptor for it.</p>
106 …<p>Below, there's a list of URLs which have a defined meaning - if an implementation supports one …
108 set of these URLs.</p>
110 …<p>In general, all URLs start with the same prefix, namely <em>.uno:FormController/</em>. To this,…
113 requesting a dispatcher for this functionality is <em>.uno:FormController/deleteRecord</em>.</p>
115 …<p>Some URLs may require parameters. For this, the sequence of <type scope="com::sun::star::beans"…
117 used as one named parameter.</p>
119 …<p>For all URLs, interested parties can register as status listeners (<type scope="com::sun::star:…
123 record, and it will be disabled in case the form is already positioned on the first record.</p>
230 <td><p>Toggles the <member scope="com::sun::star::sdb">RowSet::ApplyFilter</member> property
231 of the form.</p>
232 …<p>Additionally, status listeners will be provided with the current (boolean) state of this proper…
234 notified by the dispatcher.</p></td>
254 …<p>The model obtained via <member scope="com::sun::star::awt">XTabController::getModel</member> is…
255 controller is responsible.</p>
282 …<p>A form controller listens for deletion events at the form it is responsible for. If and only if…
284 the controller, it uses an own dialog to ask the user for confirmation.</p>
290 <p>A form controller listens for error events at the form it is responsible for. If and only if no
292 uses an own dialog to notify the user of the error.</p>
303 …<p>A form controller listens for parameter events at the form it is responsible for. If and only i…
305 uses an own dialog to ask the user for parameter values.</p>
312 …<p>The two modes usually (but not necessarily) supported by a form controller are the <code>DataMo…
315 responsible for.</p>
321 …<p>If the form controller supports a <a href="#mode_selector">form based filter mode</a>, then it …
322 … support the <type>XFilterController</type> interface, which allows controlling this mode.</p>
329 …<p>This instance can be used, for instance, to determine the current state of certain form feature…