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,
83 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">GridC…
97 /** allows access to the active cell within the grid.
100 …a table control bound to a data source is given implicitly (by the cursor position of the data sou…
106 /** used to broadcast modifications made by the user (within the active cell)
110 /** allows access to the field data of the grid's current row in different formats
114 /** allows access to objects wrapping a single column
122 /** is used to switch the operating modes of the control.
124 …<p>Besides the normal opreration mode (which is used to display the database form's data) the cont…
129 /** used to control the selection of rows in the grid control.
134 of the (to-be-) selected rows.</p>
138 /** allows external components to register dispatchers for some common form actions.
140 …grid control can contain own UI elements for traveling within the database form it belongs to (This
141 …concept seems to make sense, as a grid control - in opposite to other data aware controls - displa…
143 …With the help of this interface, external components which wish to handle such travelings themself…
146 <p>Usual URLs to use include
148 <dt>.uno:FormSlots/moveToFirst</dt><dd> move the cursor to the first record</dd>
149 <dt>.uno:FormSlots/moveToPrev</dt><dd> move the cursor to the previous record</dd>
150 <dt>.uno:FormSlots/moveToNext</dt><dd> move the cursor to the next record</dd>
151 <dt>.uno:FormSlots/moveToLast</dt><dd> move the cursor to the last record</dd>
152 …<dt>.uno:FormSlots/moveToNew</dt><dd> move the cursor to the (one and only) <em>new</em> record</d…
158 above, it must stick to the meanings defined above.</p>