Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
64 /** This service specifies a form which is connected to a database and
78 /** is used to reset controls belonging to the form, and to reset database fields to which the
82 to the insertion row.</p>
84 <p>The insertion row is a virtual row which is used to insert new records. It is reached
93 … property is reset to <FALSE/>. This property might have been switched to <TRUE/> during listener
94 notifications, since listeners are allowed to change field values. Also, the
96 … models might have modified the fields they're bound to (by filling them with default values).</li>
102 /** used to load/unload the form
113 /** can be used to allow an interaction handler to supply missing data during a load process.
128 to a form to get notified whenever the form needs parameter values to be filled in<br/>
129 In a first approach, the form tries to fill any parameters from it's master-detail relation
130 (if any). All values which can't be filled are then passed to all listeners, which can
147 The values of theses columns are used to identify the data for the subform.
158 which are related to the master fields of the parent form.
164 to the DetailFields property. In this case, the parameter will be filled from
167 and add the column name <code>cust_ref</code> to the DetailFields. In this case,
173 to either decide for the parameter or the column, and proceed as usual.
198 form. Form implementations may decide to allow for insertions done via the API, even
199 if the property is set to <FALSE/>, but the user interface should respect the property
208 form. Form implementations may decide to allow for updates done via the API, even
209 if the property is set to <FALSE/>, but the user interface should respect the property
218 form. Form implementations may decide to allow for deletions done via the API, even
219 if the property is set to <FALSE/>, but the user interface should respect the property