~crf-team/crf-irp/crf-irp

« back to all changes in this revision

Viewing changes to WebContent/js/extjs-2/docs/output/Ext.grid.GridDragZone.html

  • Committer: Thomas
  • Date: 2010-03-10 23:55:46 UTC
  • Revision ID: thomas@daisybox-port-20100310235546-23635dk6x5asb1ca
Upgrade ExtJs 3.1.1
Upgrade Spring 3.0.1 + dependencies
Change Jawr JS post processor : YUI
Upgrade to last build of dwr 3 trunk 69 revision 3019(after build 116), upgrade jawr-dwr plugin 1.4 unofficiale from jose noheda, Jawr 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        <div class="body-wrap">
2
 
        <div class="top-tools">
3
 
            <a class="inner-link" href="#Ext.grid.GridDragZone-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
 
            <a class="inner-link" href="#Ext.grid.GridDragZone-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
 
            <a class="inner-link" href="#Ext.grid.GridDragZone-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
 
                            <a class="inner-link" href="#Ext.grid.GridDragZone-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
 
                        <a class="bookmark" href="../docs/?class=Ext.grid.GridDragZone"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8
 
        </div>
9
 
                <div class="inheritance res-block">
10
 
<pre class="res-block-inner"><a ext:cls="Ext.dd.DragDrop" ext:member="" href="output/Ext.dd.DragDrop.html">DragDrop</a>
11
 
  <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DD" ext:member="" href="output/Ext.dd.DD.html">DD</a>
12
 
    <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DDProxy" ext:member="" href="output/Ext.dd.DDProxy.html">DDProxy</a>
13
 
      <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DragSource" ext:member="" href="output/Ext.dd.DragSource.html">DragSource</a>
14
 
        <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DragZone" ext:member="" href="output/Ext.dd.DragZone.html">DragZone</a>
15
 
          <img src="resources/elbow-end.gif"/>GridDragZone</pre></div>
16
 
                <h1>Class Ext.grid.GridDragZone</h1>
17
 
        <table cellspacing="0">
18
 
            <tr><td class="label">Package:</td><td class="hd-info">Ext.grid</td></tr>
19
 
            <tr><td class="label">Defined In:</td><td class="hd-info">GridDD.js</td></tr>
20
 
            <tr><td class="label">Class:</td><td class="hd-info">GridDragZone</td></tr>
21
 
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.dd.DragZone" ext:member="" href="output/Ext.dd.DragZone.html">DragZone</a></td></tr>
22
 
                    </table>
23
 
        <div class="description">
24
 
            <p>A customized implementation of a <a ext:cls="Ext.dd.DragZone" href="output/Ext.dd.DragZone.html">DragZone</a> which provides default implementations of two of the
25
 
template methods of DragZone to enable dragging of the selected rows of a GridPanel.</p>
26
 
<p>A cooperating <a ext:cls="Ext.dd.DropZone" href="output/Ext.dd.DropZone.html">DropZone</a> must be created who's template method implementations of
27
 
<a ext:cls="Ext.dd.DropZone" ext:member="onNodeEnter" href="output/Ext.dd.DropZone.html#onNodeEnter">onNodeEnter</a>, <a ext:cls="Ext.dd.DropZone" ext:member="onNodeOver" href="output/Ext.dd.DropZone.html#onNodeOver">onNodeOver</a>,
28
 
<a ext:cls="Ext.dd.DropZone" ext:member="onNodeOut" href="output/Ext.dd.DropZone.html#onNodeOut">onNodeOut</a> and <a ext:cls="Ext.dd.DropZone" ext:member="onNodeDrop" href="output/Ext.dd.DropZone.html#onNodeDrop">onNodeDrop</a></p> are able
29
 
to process the <a ext:cls="Ext.grid.GridDragZone" ext:member="getDragData" href="output/Ext.grid.GridDragZone.html#getDragData">data</a> which is provided.        </div>
30
 
        
31
 
        <div class="hr"></div>
32
 
                <a id="Ext.grid.GridDragZone-configs"></a>
33
 
        <h2>Config Options</h2>
34
 
        <table cellspacing="0" class="member-table">
35
 
            <tr>
36
 
                <th class="sig-header" colspan="2">Config Options</th>
37
 
                <th class="msource-header">Defined By</th>
38
 
            </tr>
39
 
                <tr class="config-row inherited">
40
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
41
 
        <td class="sig">
42
 
        <a id="Ext.grid.GridDragZone-containerScroll"></a>
43
 
            <b>containerScroll</b> : Boolean            <div class="mdesc">
44
 
                            True to register this container with the Scrollmanager for auto scrolling during drag operations.                        </div>
45
 
        </td>
46
 
        <td class="msource"><a ext:cls="Ext.dd.DragZone" ext:member="#containerScroll" href="output/Ext.dd.DragZone.html#containerScroll">DragZone</a></td>
47
 
    </tr>
48
 
        <tr class="config-row inherited alt expandable">
49
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
50
 
        <td class="sig">
51
 
        <a id="Ext.grid.GridDragZone-ddGroup"></a>
52
 
            <b>ddGroup</b> : String            <div class="mdesc">
53
 
                        <div class="short">A named drag drop group to which this object belongs. If a group is specified, then this object will only interact wi...</div>
54
 
            <div class="long">
55
 
                A named drag drop group to which this object belongs. If a group is specified, then this object will only interact with other drag drop objects in the same group (defaults to undefined).            </div>
56
 
                        </div>
57
 
        </td>
58
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#ddGroup" href="output/Ext.dd.DragSource.html#ddGroup">DragSource</a></td>
59
 
    </tr>
60
 
        <tr class="config-row inherited">
61
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
62
 
        <td class="sig">
63
 
        <a id="Ext.grid.GridDragZone-dropAllowed"></a>
64
 
            <b>dropAllowed</b> : String            <div class="mdesc">
65
 
                            The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").                        </div>
66
 
        </td>
67
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#dropAllowed" href="output/Ext.dd.DragSource.html#dropAllowed">DragSource</a></td>
68
 
    </tr>
69
 
        <tr class="config-row inherited alt">
70
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
71
 
        <td class="sig">
72
 
        <a id="Ext.grid.GridDragZone-dropNotAllowed"></a>
73
 
            <b>dropNotAllowed</b> : String            <div class="mdesc">
74
 
                            The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").                        </div>
75
 
        </td>
76
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#dropNotAllowed" href="output/Ext.dd.DragSource.html#dropNotAllowed">DragSource</a></td>
77
 
    </tr>
78
 
        <tr class="config-row inherited expandable">
79
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
80
 
        <td class="sig">
81
 
        <a id="Ext.grid.GridDragZone-hlColor"></a>
82
 
            <b>hlColor</b> : String            <div class="mdesc">
83
 
                        <div class="short">The color to use when visually highlighting the drag source in the afterRepair method after a failed drop (defaults t...</div>
84
 
            <div class="long">
85
 
                The color to use when visually highlighting the drag source in the afterRepair method after a failed drop (defaults to "c3daf9" - light blue)            </div>
86
 
                        </div>
87
 
        </td>
88
 
        <td class="msource"><a ext:cls="Ext.dd.DragZone" ext:member="#hlColor" href="output/Ext.dd.DragZone.html#hlColor">DragZone</a></td>
89
 
    </tr>
90
 
            </table>
91
 
                <a id="Ext.grid.GridDragZone-props"></a>
92
 
        <h2>Public Properties</h2>
93
 
                <table cellspacing="0" class="member-table">
94
 
            <tr>
95
 
                <th class="sig-header" colspan="2">Property</th>
96
 
                <th class="msource-header">Defined By</th>
97
 
            </tr>
98
 
                <tr class="property-row inherited">
99
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
100
 
        <td class="sig">
101
 
        <a id="Ext.grid.GridDragZone-available"></a>
102
 
            <b>available</b> : boolean            <div class="mdesc">
103
 
                            The availabe property is false until the linked dom element is accessible.                        </div>
104
 
        </td>
105
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#available" href="output/Ext.dd.DragDrop.html#available">DragDrop</a></td>
106
 
    </tr>
107
 
        <tr class="property-row inherited alt expandable">
108
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
109
 
        <td class="sig">
110
 
        <a id="Ext.grid.GridDragZone-centerFrame"></a>
111
 
            <b>centerFrame</b> : boolean            <div class="mdesc">
112
 
                        <div class="short">By default the frame is positioned exactly where the drag element is, so
113
 
we use the cursor offset provided by Ext.dd....</div>
114
 
            <div class="long">
115
 
                By default the frame is positioned exactly where the drag element is, so
116
 
we use the cursor offset provided by Ext.dd.DD.  Another option that works only if
117
 
you do not have constraints on the obj is to have the drag frame centered
118
 
around the cursor.  Set centerFrame to true for this effect.            </div>
119
 
                        </div>
120
 
        </td>
121
 
        <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#centerFrame" href="output/Ext.dd.DDProxy.html#centerFrame">DDProxy</a></td>
122
 
    </tr>
123
 
        <tr class="property-row inherited">
124
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
125
 
        <td class="sig">
126
 
        <a id="Ext.grid.GridDragZone-config"></a>
127
 
            <b>config</b> : object            <div class="mdesc">
128
 
                            Configuration attributes passed into the constructor                        </div>
129
 
        </td>
130
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#config" href="output/Ext.dd.DragDrop.html#config">DragDrop</a></td>
131
 
    </tr>
132
 
        <tr class="property-row inherited alt">
133
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
134
 
        <td class="sig">
135
 
        <a id="Ext.grid.GridDragZone-defaultPadding"></a>
136
 
            <b>defaultPadding</b> : Object            <div class="mdesc">
137
 
                            Provides default constraint padding to "constrainTo" elements (defaults to {left: 0, right:0, top:0, bottom:0}).                        </div>
138
 
        </td>
139
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#defaultPadding" href="output/Ext.dd.DragDrop.html#defaultPadding">DragDrop</a></td>
140
 
    </tr>
141
 
        <tr class="property-row inherited expandable">
142
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
143
 
        <td class="sig">
144
 
        <a id="Ext.grid.GridDragZone-groups"></a>
145
 
            <b>groups</b> : object            <div class="mdesc">
146
 
                        <div class="short">The group defines a logical collection of DragDrop objects that are
147
 
related.  Instances only get events when interact...</div>
148
 
            <div class="long">
149
 
                The group defines a logical collection of DragDrop objects that are
150
 
related.  Instances only get events when interacting with other
151
 
DragDrop object in the same group.  This lets us define multiple
152
 
groups using a single DragDrop subclass if we want.            </div>
153
 
                        </div>
154
 
        </td>
155
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#groups" href="output/Ext.dd.DragDrop.html#groups">DragDrop</a></td>
156
 
    </tr>
157
 
        <tr class="property-row inherited alt expandable">
158
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
159
 
        <td class="sig">
160
 
        <a id="Ext.grid.GridDragZone-hasOuterHandles"></a>
161
 
            <b>hasOuterHandles</b> : boolean            <div class="mdesc">
162
 
                        <div class="short">By default, drags can only be initiated if the mousedown occurs in the
163
 
region the linked element is.  This is done in...</div>
164
 
            <div class="long">
165
 
                By default, drags can only be initiated if the mousedown occurs in the
166
 
region the linked element is.  This is done in part to work around a
167
 
bug in some browsers that mis-report the mousedown if the previous
168
 
mouseup happened outside of the window.  This property is set to true
169
 
if outer handles are defined.            </div>
170
 
                        </div>
171
 
        </td>
172
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#hasOuterHandles" href="output/Ext.dd.DragDrop.html#hasOuterHandles">DragDrop</a></td>
173
 
    </tr>
174
 
        <tr class="property-row inherited expandable">
175
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
176
 
        <td class="sig">
177
 
        <a id="Ext.grid.GridDragZone-id"></a>
178
 
            <b>id</b> : String            <div class="mdesc">
179
 
                        <div class="short">The id of the element associated with this object.  This is what we
180
 
refer to as the "linked element" because the size...</div>
181
 
            <div class="long">
182
 
                The id of the element associated with this object.  This is what we
183
 
refer to as the "linked element" because the size and position of
184
 
this element is used to determine when the drag and drop objects have
185
 
interacted.            </div>
186
 
                        </div>
187
 
        </td>
188
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#id" href="output/Ext.dd.DragDrop.html#id">DragDrop</a></td>
189
 
    </tr>
190
 
        <tr class="property-row inherited alt">
191
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
192
 
        <td class="sig">
193
 
        <a id="Ext.grid.GridDragZone-invalidHandleClasses"></a>
194
 
            <b>invalidHandleClasses</b> : Array            <div class="mdesc">
195
 
                            An Array of CSS class names for elements to be considered in valid as drag handles.                        </div>
196
 
        </td>
197
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleClasses" href="output/Ext.dd.DragDrop.html#invalidHandleClasses">DragDrop</a></td>
198
 
    </tr>
199
 
        <tr class="property-row inherited expandable">
200
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
201
 
        <td class="sig">
202
 
        <a id="Ext.grid.GridDragZone-invalidHandleIds"></a>
203
 
            <b>invalidHandleIds</b> : Object            <div class="mdesc">
204
 
                        <div class="short">An object who's property names identify the IDs of elements to be considered invalid as drag handles.
205
 
A non-null prop...</div>
206
 
            <div class="long">
207
 
                An object who's property names identify the IDs of elements to be considered invalid as drag handles.
208
 
A non-null property value identifies the ID as invalid. For example, to prevent
209
 
dragging from being initiated on element ID "foo", use:<pre><code>{
210
 
    foo: true
211
 
}</code></pre>            </div>
212
 
                        </div>
213
 
        </td>
214
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleIds" href="output/Ext.dd.DragDrop.html#invalidHandleIds">DragDrop</a></td>
215
 
    </tr>
216
 
        <tr class="property-row inherited alt expandable">
217
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
218
 
        <td class="sig">
219
 
        <a id="Ext.grid.GridDragZone-invalidHandleTypes"></a>
220
 
            <b>invalidHandleTypes</b> : Object            <div class="mdesc">
221
 
                        <div class="short">An object who's property names identify HTML tags to be considered invalid as drag handles.
222
 
A non-null property value...</div>
223
 
            <div class="long">
224
 
                An object who's property names identify HTML tags to be considered invalid as drag handles.
225
 
A non-null property value identifies the tag as invalid. Defaults to the 
226
 
following value which prevents drag operations from being initiated by &lt;a> elements:<pre><code>{
227
 
    A: <em>"A"</em>
228
 
}</code></pre>            </div>
229
 
                        </div>
230
 
        </td>
231
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleTypes" href="output/Ext.dd.DragDrop.html#invalidHandleTypes">DragDrop</a></td>
232
 
    </tr>
233
 
        <tr class="property-row inherited">
234
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
235
 
        <td class="sig">
236
 
        <a id="Ext.grid.GridDragZone-isTarget"></a>
237
 
            <b>isTarget</b> : boolean            <div class="mdesc">
238
 
                            By default, all instances can be a drop target.  This can be disabled by
239
 
setting isTarget to false.                        </div>
240
 
        </td>
241
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isTarget" href="output/Ext.dd.DragDrop.html#isTarget">DragDrop</a></td>
242
 
    </tr>
243
 
        <tr class="property-row inherited alt expandable">
244
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
245
 
        <td class="sig">
246
 
        <a id="Ext.grid.GridDragZone-maintainOffset"></a>
247
 
            <b>maintainOffset</b> : boolean            <div class="mdesc">
248
 
                        <div class="short">Maintain offsets when we resetconstraints.  Set to true when you want
249
 
the position of the element relative to its par...</div>
250
 
            <div class="long">
251
 
                Maintain offsets when we resetconstraints.  Set to true when you want
252
 
the position of the element relative to its parent to stay the same
253
 
when the page changes            </div>
254
 
                        </div>
255
 
        </td>
256
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#maintainOffset" href="output/Ext.dd.DragDrop.html#maintainOffset">DragDrop</a></td>
257
 
    </tr>
258
 
        <tr class="property-row inherited expandable">
259
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
260
 
        <td class="sig">
261
 
        <a id="Ext.grid.GridDragZone-moveOnly"></a>
262
 
            <b>moveOnly</b> : boolean            <div class="mdesc">
263
 
                        <div class="short">When set to true, other DD objects in cooperating DDGroups do not receive
264
 
notification events when this DD object is ...</div>
265
 
            <div class="long">
266
 
                When set to true, other DD objects in cooperating DDGroups do not receive
267
 
notification events when this DD object is dragged over them. Defaults to false.            </div>
268
 
                        </div>
269
 
        </td>
270
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#moveOnly" href="output/Ext.dd.DragDrop.html#moveOnly">DragDrop</a></td>
271
 
    </tr>
272
 
        <tr class="property-row inherited alt expandable">
273
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
274
 
        <td class="sig">
275
 
        <a id="Ext.grid.GridDragZone-onStartDrag"></a>
276
 
            <b>onStartDrag</b> : Object            <div class="mdesc">
277
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action once the initial
278
 
drag event has be...</div>
279
 
            <div class="long">
280
 
                An empty function by default, but provided so that you can perform a custom action once the initial
281
 
drag event has begun.  The drag cannot be canceled from this function.            </div>
282
 
                        </div>
283
 
        </td>
284
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#onStartDrag" href="output/Ext.dd.DragSource.html#onStartDrag">DragSource</a></td>
285
 
    </tr>
286
 
        <tr class="property-row inherited">
287
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
288
 
        <td class="sig">
289
 
        <a id="Ext.grid.GridDragZone-padding"></a>
290
 
            <b>padding</b> : int[]            <div class="mdesc">
291
 
                            The padding configured for this drag and drop object for calculating
292
 
the drop zone intersection with this object.                        </div>
293
 
        </td>
294
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#padding" href="output/Ext.dd.DragDrop.html#padding">DragDrop</a></td>
295
 
    </tr>
296
 
        <tr class="property-row inherited alt expandable">
297
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
298
 
        <td class="sig">
299
 
        <a id="Ext.grid.GridDragZone-primaryButtonOnly"></a>
300
 
            <b>primaryButtonOnly</b> : boolean            <div class="mdesc">
301
 
                        <div class="short">By default the drag and drop instance will only respond to the primary
302
 
button click (left button for a right-handed m...</div>
303
 
            <div class="long">
304
 
                By default the drag and drop instance will only respond to the primary
305
 
button click (left button for a right-handed mouse).  Set to true to
306
 
allow drag and drop to start with any mouse click that is propogated
307
 
by the browser            </div>
308
 
                        </div>
309
 
        </td>
310
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#primaryButtonOnly" href="output/Ext.dd.DragDrop.html#primaryButtonOnly">DragDrop</a></td>
311
 
    </tr>
312
 
        <tr class="property-row inherited expandable">
313
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
314
 
        <td class="sig">
315
 
        <a id="Ext.grid.GridDragZone-resizeFrame"></a>
316
 
            <b>resizeFrame</b> : boolean            <div class="mdesc">
317
 
                        <div class="short">By default we resize the drag frame to be the same size as the element
318
 
we want to drag (this is to get the frame effe...</div>
319
 
            <div class="long">
320
 
                By default we resize the drag frame to be the same size as the element
321
 
we want to drag (this is to get the frame effect).  We can turn it off
322
 
if we want a different behavior.            </div>
323
 
                        </div>
324
 
        </td>
325
 
        <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#resizeFrame" href="output/Ext.dd.DDProxy.html#resizeFrame">DDProxy</a></td>
326
 
    </tr>
327
 
        <tr class="property-row inherited alt expandable">
328
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
329
 
        <td class="sig">
330
 
        <a id="Ext.grid.GridDragZone-scroll"></a>
331
 
            <b>scroll</b> : boolean            <div class="mdesc">
332
 
                        <div class="short">When set to true, the utility automatically tries to scroll the browser
333
 
window when a drag and drop element is dragge...</div>
334
 
            <div class="long">
335
 
                When set to true, the utility automatically tries to scroll the browser
336
 
window when a drag and drop element is dragged near the viewport boundary.
337
 
Defaults to true.            </div>
338
 
                        </div>
339
 
        </td>
340
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#scroll" href="output/Ext.dd.DD.html#scroll">DD</a></td>
341
 
    </tr>
342
 
        <tr class="property-row inherited expandable">
343
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
344
 
        <td class="sig">
345
 
        <a id="Ext.grid.GridDragZone-xTicks"></a>
346
 
            <b>xTicks</b> : int[]            <div class="mdesc">
347
 
                        <div class="short">Array of pixel locations the element will snap to if we specified a
348
 
horizontal graduation/interval.  This array is ge...</div>
349
 
            <div class="long">
350
 
                Array of pixel locations the element will snap to if we specified a
351
 
horizontal graduation/interval.  This array is generated automatically
352
 
when you define a tick interval.            </div>
353
 
                        </div>
354
 
        </td>
355
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#xTicks" href="output/Ext.dd.DragDrop.html#xTicks">DragDrop</a></td>
356
 
    </tr>
357
 
        <tr class="property-row inherited alt expandable">
358
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
359
 
        <td class="sig">
360
 
        <a id="Ext.grid.GridDragZone-yTicks"></a>
361
 
            <b>yTicks</b> : int[]            <div class="mdesc">
362
 
                        <div class="short">Array of pixel locations the element will snap to if we specified a
363
 
vertical graduation/interval.  This array is gene...</div>
364
 
            <div class="long">
365
 
                Array of pixel locations the element will snap to if we specified a
366
 
vertical graduation/interval.  This array is generated automatically
367
 
when you define a tick interval.            </div>
368
 
                        </div>
369
 
        </td>
370
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#yTicks" href="output/Ext.dd.DragDrop.html#yTicks">DragDrop</a></td>
371
 
    </tr>
372
 
            </table>
373
 
                <a id="Ext.grid.GridDragZone-methods"></a>
374
 
        <h2>Public Methods</h2>
375
 
                <table cellspacing="0" class="member-table">
376
 
            <tr>
377
 
                <th class="sig-header" colspan="2">Method</th>
378
 
                <th class="msource-header">Defined By</th>
379
 
            </tr>
380
 
                <tr class="method-row inherited expandable">
381
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
382
 
        <td class="sig">
383
 
        <a id="Ext.grid.GridDragZone-addInvalidHandleClass"></a>
384
 
            <b>addInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">
385
 
                        <div class="short">Lets you specify a css class of elements that will not initiate a drag</div>
386
 
            <div class="long">
387
 
                Lets you specify a css class of elements that will not initiate a drag    <div class="mdetail-params">
388
 
        <strong>Parameters:</strong>
389
 
        <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the elements you wish to ignore</div></li>        </ul>
390
 
        <strong>Returns:</strong>
391
 
        <ul>
392
 
            <li><code>void</code></li>
393
 
        </ul>
394
 
    </div>
395
 
                </div>
396
 
                        </div>
397
 
        </td>
398
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleClass" href="output/Ext.dd.DragDrop.html#addInvalidHandleClass">DragDrop</a></td>
399
 
    </tr>
400
 
        <tr class="method-row inherited alt expandable">
401
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
402
 
        <td class="sig">
403
 
        <a id="Ext.grid.GridDragZone-addInvalidHandleId"></a>
404
 
            <b>addInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">
405
 
                        <div class="short">Lets you to specify an element id for a child of a drag handle
406
 
that should not initiate a drag</div>
407
 
            <div class="long">
408
 
                Lets you to specify an element id for a child of a drag handle
409
 
that should not initiate a drag    <div class="mdetail-params">
410
 
        <strong>Parameters:</strong>
411
 
        <ul><li><code>id</code> : string<div class="sub-desc">the element id of the element you wish to ignore</div></li>        </ul>
412
 
        <strong>Returns:</strong>
413
 
        <ul>
414
 
            <li><code>void</code></li>
415
 
        </ul>
416
 
    </div>
417
 
                </div>
418
 
                        </div>
419
 
        </td>
420
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleId" href="output/Ext.dd.DragDrop.html#addInvalidHandleId">DragDrop</a></td>
421
 
    </tr>
422
 
        <tr class="method-row inherited expandable">
423
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
424
 
        <td class="sig">
425
 
        <a id="Ext.grid.GridDragZone-addInvalidHandleType"></a>
426
 
            <b>addInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">
427
 
                        <div class="short">Allows you to specify a tag name that should not start a drag operation
428
 
when clicked.  This is designed to facilitate...</div>
429
 
            <div class="long">
430
 
                Allows you to specify a tag name that should not start a drag operation
431
 
when clicked.  This is designed to facilitate embedding links within a
432
 
drag handle that do something other than start the drag.    <div class="mdetail-params">
433
 
        <strong>Parameters:</strong>
434
 
        <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to exclude</div></li>        </ul>
435
 
        <strong>Returns:</strong>
436
 
        <ul>
437
 
            <li><code>void</code></li>
438
 
        </ul>
439
 
    </div>
440
 
                </div>
441
 
                        </div>
442
 
        </td>
443
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleType" href="output/Ext.dd.DragDrop.html#addInvalidHandleType">DragDrop</a></td>
444
 
    </tr>
445
 
        <tr class="method-row inherited alt expandable">
446
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
447
 
        <td class="sig">
448
 
        <a id="Ext.grid.GridDragZone-addToGroup"></a>
449
 
            <b>addToGroup</b>(&nbsp;<code>sGroup {string}</code>&nbsp;) : void            <div class="mdesc">
450
 
                        <div class="short">Add this instance to a group of related drag/drop objects.  All
451
 
instances belong to at least one group, and can belon...</div>
452
 
            <div class="long">
453
 
                Add this instance to a group of related drag/drop objects.  All
454
 
instances belong to at least one group, and can belong to as many
455
 
groups as needed.    <div class="mdetail-params">
456
 
        <strong>Parameters:</strong>
457
 
        <ul><li><code>{string}</code> : sGroup<div class="sub-desc">the name of the group</div></li>        </ul>
458
 
        <strong>Returns:</strong>
459
 
        <ul>
460
 
            <li><code>void</code></li>
461
 
        </ul>
462
 
    </div>
463
 
                </div>
464
 
                        </div>
465
 
        </td>
466
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addToGroup" href="output/Ext.dd.DragDrop.html#addToGroup">DragDrop</a></td>
467
 
    </tr>
468
 
        <tr class="method-row inherited expandable">
469
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
470
 
        <td class="sig">
471
 
        <a id="Ext.grid.GridDragZone-afterDragDrop"></a>
472
 
            <b>afterDragDrop</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">
473
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action
474
 
after a valid drag drop has occurr...</div>
475
 
            <div class="long">
476
 
                An empty function by default, but provided so that you can perform a custom action
477
 
after a valid drag drop has occurred by providing an implementation.    <div class="mdetail-params">
478
 
        <strong>Parameters:</strong>
479
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dropped element</div></li>        </ul>
480
 
        <strong>Returns:</strong>
481
 
        <ul>
482
 
            <li><code>void</code></li>
483
 
        </ul>
484
 
    </div>
485
 
                </div>
486
 
                        </div>
487
 
        </td>
488
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragDrop" href="output/Ext.dd.DragSource.html#afterDragDrop">DragSource</a></td>
489
 
    </tr>
490
 
        <tr class="method-row inherited alt expandable">
491
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
492
 
        <td class="sig">
493
 
        <a id="Ext.grid.GridDragZone-afterDragEnter"></a>
494
 
            <b>afterDragEnter</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">
495
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action
496
 
when the dragged item enters the d...</div>
497
 
            <div class="long">
498
 
                An empty function by default, but provided so that you can perform a custom action
499
 
when the dragged item enters the drop target by providing an implementation.    <div class="mdetail-params">
500
 
        <strong>Parameters:</strong>
501
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
502
 
        <strong>Returns:</strong>
503
 
        <ul>
504
 
            <li><code>void</code></li>
505
 
        </ul>
506
 
    </div>
507
 
                </div>
508
 
                        </div>
509
 
        </td>
510
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragEnter" href="output/Ext.dd.DragSource.html#afterDragEnter">DragSource</a></td>
511
 
    </tr>
512
 
        <tr class="method-row inherited expandable">
513
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
514
 
        <td class="sig">
515
 
        <a id="Ext.grid.GridDragZone-afterDragOut"></a>
516
 
            <b>afterDragOut</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">
517
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action
518
 
after the dragged item is dragged ...</div>
519
 
            <div class="long">
520
 
                An empty function by default, but provided so that you can perform a custom action
521
 
after the dragged item is dragged out of the target without dropping.    <div class="mdetail-params">
522
 
        <strong>Parameters:</strong>
523
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
524
 
        <strong>Returns:</strong>
525
 
        <ul>
526
 
            <li><code>void</code></li>
527
 
        </ul>
528
 
    </div>
529
 
                </div>
530
 
                        </div>
531
 
        </td>
532
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragOut" href="output/Ext.dd.DragSource.html#afterDragOut">DragSource</a></td>
533
 
    </tr>
534
 
        <tr class="method-row inherited alt expandable">
535
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
536
 
        <td class="sig">
537
 
        <a id="Ext.grid.GridDragZone-afterDragOver"></a>
538
 
            <b>afterDragOver</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">
539
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action
540
 
while the dragged item is over the...</div>
541
 
            <div class="long">
542
 
                An empty function by default, but provided so that you can perform a custom action
543
 
while the dragged item is over the drop target by providing an implementation.    <div class="mdetail-params">
544
 
        <strong>Parameters:</strong>
545
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
546
 
        <strong>Returns:</strong>
547
 
        <ul>
548
 
            <li><code>void</code></li>
549
 
        </ul>
550
 
    </div>
551
 
                </div>
552
 
                        </div>
553
 
        </td>
554
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragOver" href="output/Ext.dd.DragSource.html#afterDragOver">DragSource</a></td>
555
 
    </tr>
556
 
        <tr class="method-row inherited expandable">
557
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
558
 
        <td class="sig">
559
 
        <a id="Ext.grid.GridDragZone-afterInvalidDrop"></a>
560
 
            <b>afterInvalidDrop</b>(&nbsp;<code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">
561
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action
562
 
after an invalid drop has occurred...</div>
563
 
            <div class="long">
564
 
                An empty function by default, but provided so that you can perform a custom action
565
 
after an invalid drop has occurred by providing an implementation.    <div class="mdetail-params">
566
 
        <strong>Parameters:</strong>
567
 
        <ul><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dropped element</div></li>        </ul>
568
 
        <strong>Returns:</strong>
569
 
        <ul>
570
 
            <li><code>void</code></li>
571
 
        </ul>
572
 
    </div>
573
 
                </div>
574
 
                        </div>
575
 
        </td>
576
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterInvalidDrop" href="output/Ext.dd.DragSource.html#afterInvalidDrop">DragSource</a></td>
577
 
    </tr>
578
 
        <tr class="method-row alt expandable">
579
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
580
 
        <td class="sig">
581
 
        <a id="Ext.grid.GridDragZone-afterRepair"></a>
582
 
            <b>afterRepair</b>() : void            <div class="mdesc">
583
 
                        <div class="short">An empty immplementation. Implement this to provide behaviour after a repair of an invalid drop. An implementation mi...</div>
584
 
            <div class="long">
585
 
                An empty immplementation. Implement this to provide behaviour after a repair of an invalid drop. An implementation might highlight
586
 
the selected rows to show that they have not been dragged.    <div class="mdetail-params">
587
 
        <strong>Parameters:</strong>
588
 
        <ul><li>None.</li>        </ul>
589
 
        <strong>Returns:</strong>
590
 
        <ul>
591
 
            <li><code>void</code></li>
592
 
        </ul>
593
 
    </div>
594
 
                </div>
595
 
                        </div>
596
 
        </td>
597
 
        <td class="msource">GridDragZone</td>
598
 
    </tr>
599
 
        <tr class="method-row inherited expandable">
600
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
601
 
        <td class="sig">
602
 
        <a id="Ext.grid.GridDragZone-alignElWithMouse"></a>
603
 
            <b>alignElWithMouse</b>(&nbsp;<code>HTMLElement el</code>, <code>int iPageX</code>, <code>int iPageY</code>&nbsp;) : void            <div class="mdesc">
604
 
                        <div class="short">Sets the element to the location of the mousedown or click event,
605
 
maintaining the cursor location relative to the loc...</div>
606
 
            <div class="long">
607
 
                Sets the element to the location of the mousedown or click event,
608
 
maintaining the cursor location relative to the location on the element
609
 
that was clicked.  Override this if you want to place the element in a
610
 
location other than where the cursor is.    <div class="mdetail-params">
611
 
        <strong>Parameters:</strong>
612
 
        <ul><li><code>el</code> : HTMLElement<div class="sub-desc">the element to move</div></li><li><code>iPageX</code> : int<div class="sub-desc">the X coordinate of the mousedown or drag event</div></li><li><code>iPageY</code> : int<div class="sub-desc">the Y coordinate of the mousedown or drag event</div></li>        </ul>
613
 
        <strong>Returns:</strong>
614
 
        <ul>
615
 
            <li><code>void</code></li>
616
 
        </ul>
617
 
    </div>
618
 
                </div>
619
 
                        </div>
620
 
        </td>
621
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#alignElWithMouse" href="output/Ext.dd.DD.html#alignElWithMouse">DD</a></td>
622
 
    </tr>
623
 
        <tr class="method-row inherited alt expandable">
624
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
625
 
        <td class="sig">
626
 
        <a id="Ext.grid.GridDragZone-applyConfig"></a>
627
 
            <b>applyConfig</b>() : void            <div class="mdesc">
628
 
                        <div class="short">Applies the configuration parameters that were passed into the constructor.
629
 
This is supposed to happen at each level ...</div>
630
 
            <div class="long">
631
 
                Applies the configuration parameters that were passed into the constructor.
632
 
This is supposed to happen at each level through the inheritance chain.  So
633
 
a DDProxy implentation will execute apply config on DDProxy, DD, and
634
 
DragDrop in order to get all of the parameters that are available in
635
 
each object.    <div class="mdetail-params">
636
 
        <strong>Parameters:</strong>
637
 
        <ul><li>None.</li>        </ul>
638
 
        <strong>Returns:</strong>
639
 
        <ul>
640
 
            <li><code>void</code></li>
641
 
        </ul>
642
 
    </div>
643
 
                </div>
644
 
                        </div>
645
 
        </td>
646
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#applyConfig" href="output/Ext.dd.DragDrop.html#applyConfig">DragDrop</a></td>
647
 
    </tr>
648
 
        <tr class="method-row inherited expandable">
649
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
650
 
        <td class="sig">
651
 
        <a id="Ext.grid.GridDragZone-autoOffset"></a>
652
 
            <b>autoOffset</b>(&nbsp;<code>int iPageX</code>, <code>int iPageY</code>&nbsp;) : void            <div class="mdesc">
653
 
                        <div class="short">Sets the pointer offset to the distance between the linked element's top
654
 
left corner and the location the element was...</div>
655
 
            <div class="long">
656
 
                Sets the pointer offset to the distance between the linked element's top
657
 
left corner and the location the element was clicked    <div class="mdetail-params">
658
 
        <strong>Parameters:</strong>
659
 
        <ul><li><code>iPageX</code> : int<div class="sub-desc">the X coordinate of the click</div></li><li><code>iPageY</code> : int<div class="sub-desc">the Y coordinate of the click</div></li>        </ul>
660
 
        <strong>Returns:</strong>
661
 
        <ul>
662
 
            <li><code>void</code></li>
663
 
        </ul>
664
 
    </div>
665
 
                </div>
666
 
                        </div>
667
 
        </td>
668
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#autoOffset" href="output/Ext.dd.DD.html#autoOffset">DD</a></td>
669
 
    </tr>
670
 
        <tr class="method-row inherited alt expandable">
671
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
672
 
        <td class="sig">
673
 
        <a id="Ext.grid.GridDragZone-b4Drag"></a>
674
 
            <b>b4Drag</b>() : void            <div class="mdesc">
675
 
                        <div class="short">Event that fires prior to the onDrag event.  Overrides
676
 
Ext.dd.DragDrop.</div>
677
 
            <div class="long">
678
 
                Event that fires prior to the onDrag event.  Overrides
679
 
Ext.dd.DragDrop.    <div class="mdetail-params">
680
 
        <strong>Parameters:</strong>
681
 
        <ul><li>None.</li>        </ul>
682
 
        <strong>Returns:</strong>
683
 
        <ul>
684
 
            <li><code>void</code></li>
685
 
        </ul>
686
 
    </div>
687
 
                </div>
688
 
                        </div>
689
 
        </td>
690
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#b4Drag" href="output/Ext.dd.DD.html#b4Drag">DD</a></td>
691
 
    </tr>
692
 
        <tr class="method-row inherited expandable">
693
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
694
 
        <td class="sig">
695
 
        <a id="Ext.grid.GridDragZone-b4MouseDown"></a>
696
 
            <b>b4MouseDown</b>() : void            <div class="mdesc">
697
 
                        <div class="short">Event that fires prior to the onMouseDown event.  Overrides
698
 
Ext.dd.DragDrop.</div>
699
 
            <div class="long">
700
 
                Event that fires prior to the onMouseDown event.  Overrides
701
 
Ext.dd.DragDrop.    <div class="mdetail-params">
702
 
        <strong>Parameters:</strong>
703
 
        <ul><li>None.</li>        </ul>
704
 
        <strong>Returns:</strong>
705
 
        <ul>
706
 
            <li><code>void</code></li>
707
 
        </ul>
708
 
    </div>
709
 
                </div>
710
 
                        </div>
711
 
        </td>
712
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#b4MouseDown" href="output/Ext.dd.DD.html#b4MouseDown">DD</a></td>
713
 
    </tr>
714
 
        <tr class="method-row inherited alt expandable">
715
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
716
 
        <td class="sig">
717
 
        <a id="Ext.grid.GridDragZone-beforeDragDrop"></a>
718
 
            <b>beforeDragDrop</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">
719
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action before the dragged
720
 
item is dropped...</div>
721
 
            <div class="long">
722
 
                An empty function by default, but provided so that you can perform a custom action before the dragged
723
 
item is dropped onto the target and optionally cancel the onDragDrop.    <div class="mdetail-params">
724
 
        <strong>Parameters:</strong>
725
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
726
 
        <strong>Returns:</strong>
727
 
        <ul>
728
 
            <li><code>Boolean</code><div class="sub-desc">isValid True if the drag drop event is valid, else false to cancel</div></li>
729
 
        </ul>
730
 
    </div>
731
 
                </div>
732
 
                        </div>
733
 
        </td>
734
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragDrop" href="output/Ext.dd.DragSource.html#beforeDragDrop">DragSource</a></td>
735
 
    </tr>
736
 
        <tr class="method-row inherited expandable">
737
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
738
 
        <td class="sig">
739
 
        <a id="Ext.grid.GridDragZone-beforeDragEnter"></a>
740
 
            <b>beforeDragEnter</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">
741
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action
742
 
before the dragged item enters the...</div>
743
 
            <div class="long">
744
 
                An empty function by default, but provided so that you can perform a custom action
745
 
before the dragged item enters the drop target and optionally cancel the onDragEnter.    <div class="mdetail-params">
746
 
        <strong>Parameters:</strong>
747
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
748
 
        <strong>Returns:</strong>
749
 
        <ul>
750
 
            <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></li>
751
 
        </ul>
752
 
    </div>
753
 
                </div>
754
 
                        </div>
755
 
        </td>
756
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragEnter" href="output/Ext.dd.DragSource.html#beforeDragEnter">DragSource</a></td>
757
 
    </tr>
758
 
        <tr class="method-row inherited alt expandable">
759
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
760
 
        <td class="sig">
761
 
        <a id="Ext.grid.GridDragZone-beforeDragOut"></a>
762
 
            <b>beforeDragOut</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">
763
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action before the dragged
764
 
item is dragged...</div>
765
 
            <div class="long">
766
 
                An empty function by default, but provided so that you can perform a custom action before the dragged
767
 
item is dragged out of the target without dropping, and optionally cancel the onDragOut.    <div class="mdetail-params">
768
 
        <strong>Parameters:</strong>
769
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
770
 
        <strong>Returns:</strong>
771
 
        <ul>
772
 
            <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></li>
773
 
        </ul>
774
 
    </div>
775
 
                </div>
776
 
                        </div>
777
 
        </td>
778
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragOut" href="output/Ext.dd.DragSource.html#beforeDragOut">DragSource</a></td>
779
 
    </tr>
780
 
        <tr class="method-row inherited expandable">
781
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
782
 
        <td class="sig">
783
 
        <a id="Ext.grid.GridDragZone-beforeDragOver"></a>
784
 
            <b>beforeDragOver</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">
785
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action
786
 
while the dragged item is over the...</div>
787
 
            <div class="long">
788
 
                An empty function by default, but provided so that you can perform a custom action
789
 
while the dragged item is over the drop target and optionally cancel the onDragOver.    <div class="mdetail-params">
790
 
        <strong>Parameters:</strong>
791
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
792
 
        <strong>Returns:</strong>
793
 
        <ul>
794
 
            <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></li>
795
 
        </ul>
796
 
    </div>
797
 
                </div>
798
 
                        </div>
799
 
        </td>
800
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragOver" href="output/Ext.dd.DragSource.html#beforeDragOver">DragSource</a></td>
801
 
    </tr>
802
 
        <tr class="method-row inherited alt expandable">
803
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
804
 
        <td class="sig">
805
 
        <a id="Ext.grid.GridDragZone-beforeInvalidDrop"></a>
806
 
            <b>beforeInvalidDrop</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">
807
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action after an invalid
808
 
drop has occurred.</div>
809
 
            <div class="long">
810
 
                An empty function by default, but provided so that you can perform a custom action after an invalid
811
 
drop has occurred.    <div class="mdetail-params">
812
 
        <strong>Parameters:</strong>
813
 
        <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>
814
 
        <strong>Returns:</strong>
815
 
        <ul>
816
 
            <li><code>Boolean</code><div class="sub-desc">isValid True if the invalid drop should proceed, else false to cancel</div></li>
817
 
        </ul>
818
 
    </div>
819
 
                </div>
820
 
                        </div>
821
 
        </td>
822
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeInvalidDrop" href="output/Ext.dd.DragSource.html#beforeInvalidDrop">DragSource</a></td>
823
 
    </tr>
824
 
        <tr class="method-row inherited expandable">
825
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
826
 
        <td class="sig">
827
 
        <a id="Ext.grid.GridDragZone-cachePosition"></a>
828
 
            <b>cachePosition</b>(&nbsp;<code>iPageX the</code>, <code>iPageY the</code>&nbsp;) : void            <div class="mdesc">
829
 
                        <div class="short">Saves the most recent position so that we can reset the constraints and
830
 
tick marks on-demand.  We need to know this s...</div>
831
 
            <div class="long">
832
 
                Saves the most recent position so that we can reset the constraints and
833
 
tick marks on-demand.  We need to know this so that we can calculate the
834
 
number of pixels the element is offset from its original position.    <div class="mdetail-params">
835
 
        <strong>Parameters:</strong>
836
 
        <ul><li><code>the</code> : iPageX<div class="sub-desc">current x position (optional, this just makes it so we
837
 
don't have to look it up again)</div></li><li><code>the</code> : iPageY<div class="sub-desc">current y position (optional, this just makes it so we
838
 
don't have to look it up again)</div></li>        </ul>
839
 
        <strong>Returns:</strong>
840
 
        <ul>
841
 
            <li><code>void</code></li>
842
 
        </ul>
843
 
    </div>
844
 
                </div>
845
 
                        </div>
846
 
        </td>
847
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#cachePosition" href="output/Ext.dd.DD.html#cachePosition">DD</a></td>
848
 
    </tr>
849
 
        <tr class="method-row inherited alt expandable">
850
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
851
 
        <td class="sig">
852
 
        <a id="Ext.grid.GridDragZone-clearConstraints"></a>
853
 
            <b>clearConstraints</b>() : void            <div class="mdesc">
854
 
                        <div class="short">Clears any constraints applied to this instance.  Also clears ticks
855
 
since they can't exist independent of a constrain...</div>
856
 
            <div class="long">
857
 
                Clears any constraints applied to this instance.  Also clears ticks
858
 
since they can't exist independent of a constraint at this time.    <div class="mdetail-params">
859
 
        <strong>Parameters:</strong>
860
 
        <ul><li>None.</li>        </ul>
861
 
        <strong>Returns:</strong>
862
 
        <ul>
863
 
            <li><code>void</code></li>
864
 
        </ul>
865
 
    </div>
866
 
                </div>
867
 
                        </div>
868
 
        </td>
869
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearConstraints" href="output/Ext.dd.DragDrop.html#clearConstraints">DragDrop</a></td>
870
 
    </tr>
871
 
        <tr class="method-row inherited expandable">
872
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
873
 
        <td class="sig">
874
 
        <a id="Ext.grid.GridDragZone-clearTicks"></a>
875
 
            <b>clearTicks</b>() : void            <div class="mdesc">
876
 
                        <div class="short">Clears any tick interval defined for this instance</div>
877
 
            <div class="long">
878
 
                Clears any tick interval defined for this instance    <div class="mdetail-params">
879
 
        <strong>Parameters:</strong>
880
 
        <ul><li>None.</li>        </ul>
881
 
        <strong>Returns:</strong>
882
 
        <ul>
883
 
            <li><code>void</code></li>
884
 
        </ul>
885
 
    </div>
886
 
                </div>
887
 
                        </div>
888
 
        </td>
889
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearTicks" href="output/Ext.dd.DragDrop.html#clearTicks">DragDrop</a></td>
890
 
    </tr>
891
 
        <tr class="method-row inherited alt expandable">
892
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
893
 
        <td class="sig">
894
 
        <a id="Ext.grid.GridDragZone-constrainTo"></a>
895
 
            <b>constrainTo</b>(&nbsp;<code>Mixed constrainTo</code>, <span class="optional" title="Optional">[<code>Object/Number pad</code>]</span>, <span class="optional" title="Optional">[<code>Boolean inContent</code>]</span>&nbsp;) : void            <div class="mdesc">
896
 
                        <div class="short">Initializes the drag drop object's constraints to restrict movement to a certain element.
897
 
Usage:
898
 
 var dd = new Ext.d...</div>
899
 
            <div class="long">
900
 
                Initializes the drag drop object's constraints to restrict movement to a certain element.
901
 
Usage:
902
 
 <pre><code>var dd = <b>new</b> Ext.dd.DDProxy(<em>"dragDiv1"</em>, <em>"proxytest"</em>,
903
 
                { dragElId: <em>"existingProxyDiv"</em> });
904
 
 dd.startDrag = <b>function</b>(){
905
 
     <b>this</b>.constrainTo(<em>"parent-id"</em>);
906
 
 };</code></pre>
907
 
Or you can initalize it using the <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a> object:
908
 
 <pre><code>Ext.get(<em>"dragDiv1"</em>).initDDProxy(<em>"proxytest"</em>, {dragElId: <em>"existingProxyDiv"</em>}, {
909
 
     startDrag : <b>function</b>(){
910
 
         <b>this</b>.constrainTo(<em>"parent-id"</em>);
911
 
     }
912
 
 });</code></pre>    <div class="mdetail-params">
913
 
        <strong>Parameters:</strong>
914
 
        <ul><li><code>constrainTo</code> : Mixed<div class="sub-desc">The element to constrain to.</div></li><li><code>pad</code> : Object/Number<div class="sub-desc">(optional) Pad provides a way to specify "padding" of the constraints,
915
 
and can be either a number for symmetrical padding (4 would be equal to {left:4, right:4, top:4, bottom:4}) or
916
 
an object containing the sides to pad. For example: {right:10, bottom:10}</div></li><li><code>inContent</code> : Boolean<div class="sub-desc">(optional) Constrain the draggable in the content box of the element (inside padding and borders)</div></li>        </ul>
917
 
        <strong>Returns:</strong>
918
 
        <ul>
919
 
            <li><code>void</code></li>
920
 
        </ul>
921
 
    </div>
922
 
                </div>
923
 
                        </div>
924
 
        </td>
925
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#constrainTo" href="output/Ext.dd.DragDrop.html#constrainTo">DragDrop</a></td>
926
 
    </tr>
927
 
        <tr class="method-row inherited expandable">
928
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
929
 
        <td class="sig">
930
 
        <a id="Ext.grid.GridDragZone-createFrame"></a>
931
 
            <b>createFrame</b>() : void            <div class="mdesc">
932
 
                        <div class="short">Creates the proxy element if it does not yet exist</div>
933
 
            <div class="long">
934
 
                Creates the proxy element if it does not yet exist    <div class="mdetail-params">
935
 
        <strong>Parameters:</strong>
936
 
        <ul><li>None.</li>        </ul>
937
 
        <strong>Returns:</strong>
938
 
        <ul>
939
 
            <li><code>void</code></li>
940
 
        </ul>
941
 
    </div>
942
 
                </div>
943
 
                        </div>
944
 
        </td>
945
 
        <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#createFrame" href="output/Ext.dd.DDProxy.html#createFrame">DDProxy</a></td>
946
 
    </tr>
947
 
        <tr class="method-row inherited alt expandable">
948
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
949
 
        <td class="sig">
950
 
        <a id="Ext.grid.GridDragZone-endDrag"></a>
951
 
            <b>endDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
952
 
                        <div class="short">Fired when we are done dragging the object</div>
953
 
            <div class="long">
954
 
                Fired when we are done dragging the object    <div class="mdetail-params">
955
 
        <strong>Parameters:</strong>
956
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>
957
 
        <strong>Returns:</strong>
958
 
        <ul>
959
 
            <li><code>void</code></li>
960
 
        </ul>
961
 
    </div>
962
 
                </div>
963
 
                        </div>
964
 
        </td>
965
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#endDrag" href="output/Ext.dd.DragDrop.html#endDrag">DragDrop</a></td>
966
 
    </tr>
967
 
        <tr class="method-row expandable">
968
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
969
 
        <td class="sig">
970
 
        <a id="Ext.grid.GridDragZone-getDragData"></a>
971
 
            <b>getDragData</b>() : void            <div class="mdesc">
972
 
                        <div class="short">The provided implementation of the getDragData method which collects the data to be dragged from the GridPanel on mou...</div>
973
 
            <div class="long">
974
 
                <p>The provided implementation of the getDragData method which collects the data to be dragged from the GridPanel on mousedown.</p>
975
 
<p>This data is available for processing in the <a ext:cls="Ext.dd.DropZone" ext:member="onNodeEnter" href="output/Ext.dd.DropZone.html#onNodeEnter">onNodeEnter</a>, <a ext:cls="Ext.dd.DropZone" ext:member="onNodeOver" href="output/Ext.dd.DropZone.html#onNodeOver">onNodeOver</a>,
976
 
<a ext:cls="Ext.dd.DropZone" ext:member="onNodeOut" href="output/Ext.dd.DropZone.html#onNodeOut">onNodeOut</a> and <a ext:cls="Ext.dd.DropZone" ext:member="onNodeDrop" href="output/Ext.dd.DropZone.html#onNodeDrop">onNodeDrop</a> methods of a cooperating <a ext:cls="Ext.dd.DropZone" href="output/Ext.dd.DropZone.html">DropZone</a>.</p>
977
 
<p>The data object contains the following properties:<ul>
978
 
<li><b>grid</b> : Ext.Grid.GridPanel<div class="sub-desc">The GridPanel from which the data is being dragged.</div></li>
979
 
<li><b>ddel</b> : htmlElement<div class="sub-desc">An htmlElement which provides the "picture" of the data being dragged.</div></li>
980
 
<li><b>rowIndex</b> : Number<div class="sub-desc">The index of the row which receieved the mousedown gesture which triggered the drag.</div></li>
981
 
<li><b>selections</b> : Array<div class="sub-desc">An Array of the selected Records which are being dragged from the GridPanel.</div></li>
982
 
</ul></p>    <div class="mdetail-params">
983
 
        <strong>Parameters:</strong>
984
 
        <ul><li>None.</li>        </ul>
985
 
        <strong>Returns:</strong>
986
 
        <ul>
987
 
            <li><code>void</code></li>
988
 
        </ul>
989
 
    </div>
990
 
                </div>
991
 
                        </div>
992
 
        </td>
993
 
        <td class="msource">GridDragZone</td>
994
 
    </tr>
995
 
        <tr class="method-row inherited alt expandable">
996
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
997
 
        <td class="sig">
998
 
        <a id="Ext.grid.GridDragZone-getDragEl"></a>
999
 
            <b>getDragEl</b>() : HTMLElement            <div class="mdesc">
1000
 
                        <div class="short">Returns a reference to the actual element to drag.  By default this is
1001
 
the same as the html element, but it can be as...</div>
1002
 
            <div class="long">
1003
 
                Returns a reference to the actual element to drag.  By default this is
1004
 
the same as the html element, but it can be assigned to another
1005
 
element. An example of this can be found in Ext.dd.DDProxy    <div class="mdetail-params">
1006
 
        <strong>Parameters:</strong>
1007
 
        <ul><li>None.</li>        </ul>
1008
 
        <strong>Returns:</strong>
1009
 
        <ul>
1010
 
            <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>
1011
 
        </ul>
1012
 
    </div>
1013
 
                </div>
1014
 
                        </div>
1015
 
        </td>
1016
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getDragEl" href="output/Ext.dd.DragDrop.html#getDragEl">DragDrop</a></td>
1017
 
    </tr>
1018
 
        <tr class="method-row inherited expandable">
1019
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1020
 
        <td class="sig">
1021
 
        <a id="Ext.grid.GridDragZone-getEl"></a>
1022
 
            <b>getEl</b>() : HTMLElement            <div class="mdesc">
1023
 
                        <div class="short">Returns a reference to the linked element</div>
1024
 
            <div class="long">
1025
 
                Returns a reference to the linked element    <div class="mdetail-params">
1026
 
        <strong>Parameters:</strong>
1027
 
        <ul><li>None.</li>        </ul>
1028
 
        <strong>Returns:</strong>
1029
 
        <ul>
1030
 
            <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>
1031
 
        </ul>
1032
 
    </div>
1033
 
                </div>
1034
 
                        </div>
1035
 
        </td>
1036
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getEl" href="output/Ext.dd.DragDrop.html#getEl">DragDrop</a></td>
1037
 
    </tr>
1038
 
        <tr class="method-row inherited alt expandable">
1039
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1040
 
        <td class="sig">
1041
 
        <a id="Ext.grid.GridDragZone-getProxy"></a>
1042
 
            <b>getProxy</b>() : Ext.dd.StatusProxy            <div class="mdesc">
1043
 
                        <div class="short">Returns the drag source's underlying <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a></div>
1044
 
            <div class="long">
1045
 
                Returns the drag source's underlying <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a>    <div class="mdetail-params">
1046
 
        <strong>Parameters:</strong>
1047
 
        <ul><li>None.</li>        </ul>
1048
 
        <strong>Returns:</strong>
1049
 
        <ul>
1050
 
            <li><code>Ext.dd.StatusProxy</code><div class="sub-desc">proxy The StatusProxy</div></li>
1051
 
        </ul>
1052
 
    </div>
1053
 
                </div>
1054
 
                        </div>
1055
 
        </td>
1056
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#getProxy" href="output/Ext.dd.DragSource.html#getProxy">DragSource</a></td>
1057
 
    </tr>
1058
 
        <tr class="method-row expandable">
1059
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1060
 
        <td class="sig">
1061
 
        <a id="Ext.grid.GridDragZone-getRepairXY"></a>
1062
 
            <b>getRepairXY</b>(&nbsp;<code>EventObject e</code>&nbsp;) : Array            <div class="mdesc">
1063
 
                        <div class="short">An empty implementation. Implement this to provide coordinates for the drag proxy to slide back to after an invalid d...</div>
1064
 
            <div class="long">
1065
 
                <p>An empty implementation. Implement this to provide coordinates for the drag proxy to slide back to after an invalid drop.</p>
1066
 
<p>Called before a repair of an invalid drop to get the XY to animate to.</p>    <div class="mdetail-params">
1067
 
        <strong>Parameters:</strong>
1068
 
        <ul><li><code>e</code> : EventObject<div class="sub-desc">The mouse up event</div></li>        </ul>
1069
 
        <strong>Returns:</strong>
1070
 
        <ul>
1071
 
            <li><code>Array</code><div class="sub-desc">The xy location (e.g. [100, 200])</div></li>
1072
 
        </ul>
1073
 
    </div>
1074
 
                </div>
1075
 
                        </div>
1076
 
        </td>
1077
 
        <td class="msource">GridDragZone</td>
1078
 
    </tr>
1079
 
        <tr class="method-row inherited alt expandable">
1080
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1081
 
        <td class="sig">
1082
 
        <a id="Ext.grid.GridDragZone-hideProxy"></a>
1083
 
            <b>hideProxy</b>() : void            <div class="mdesc">
1084
 
                        <div class="short">Hides the drag source's <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a></div>
1085
 
            <div class="long">
1086
 
                Hides the drag source's <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a>    <div class="mdetail-params">
1087
 
        <strong>Parameters:</strong>
1088
 
        <ul><li>None.</li>        </ul>
1089
 
        <strong>Returns:</strong>
1090
 
        <ul>
1091
 
            <li><code>void</code></li>
1092
 
        </ul>
1093
 
    </div>
1094
 
                </div>
1095
 
                        </div>
1096
 
        </td>
1097
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#hideProxy" href="output/Ext.dd.DragSource.html#hideProxy">DragSource</a></td>
1098
 
    </tr>
1099
 
        <tr class="method-row inherited expandable">
1100
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1101
 
        <td class="sig">
1102
 
        <a id="Ext.grid.GridDragZone-init"></a>
1103
 
            <b>init</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">
1104
 
                        <div class="short">Sets up the DragDrop object.  Must be called in the constructor of any
1105
 
Ext.dd.DragDrop subclass</div>
1106
 
            <div class="long">
1107
 
                Sets up the DragDrop object.  Must be called in the constructor of any
1108
 
Ext.dd.DragDrop subclass    <div class="mdetail-params">
1109
 
        <strong>Parameters:</strong>
1110
 
        <ul><li><code>the</code> : id<div class="sub-desc">id of the linked element</div></li><li><code>sGroup</code> : String<div class="sub-desc">the group of related items</div></li><li><code>config</code> : object<div class="sub-desc">configuration attributes</div></li>        </ul>
1111
 
        <strong>Returns:</strong>
1112
 
        <ul>
1113
 
            <li><code>void</code></li>
1114
 
        </ul>
1115
 
    </div>
1116
 
                </div>
1117
 
                        </div>
1118
 
        </td>
1119
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#init" href="output/Ext.dd.DragDrop.html#init">DragDrop</a></td>
1120
 
    </tr>
1121
 
        <tr class="method-row inherited alt expandable">
1122
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1123
 
        <td class="sig">
1124
 
        <a id="Ext.grid.GridDragZone-initFrame"></a>
1125
 
            <b>initFrame</b>() : void            <div class="mdesc">
1126
 
                        <div class="short">Initialization for the drag frame element.  Must be called in the
1127
 
constructor of all subclasses</div>
1128
 
            <div class="long">
1129
 
                Initialization for the drag frame element.  Must be called in the
1130
 
constructor of all subclasses    <div class="mdetail-params">
1131
 
        <strong>Parameters:</strong>
1132
 
        <ul><li>None.</li>        </ul>
1133
 
        <strong>Returns:</strong>
1134
 
        <ul>
1135
 
            <li><code>void</code></li>
1136
 
        </ul>
1137
 
    </div>
1138
 
                </div>
1139
 
                        </div>
1140
 
        </td>
1141
 
        <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#initFrame" href="output/Ext.dd.DDProxy.html#initFrame">DDProxy</a></td>
1142
 
    </tr>
1143
 
        <tr class="method-row inherited expandable">
1144
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1145
 
        <td class="sig">
1146
 
        <a id="Ext.grid.GridDragZone-initTarget"></a>
1147
 
            <b>initTarget</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">
1148
 
                        <div class="short">Initializes Targeting functionality only... the object does not
1149
 
get a mousedown handler.</div>
1150
 
            <div class="long">
1151
 
                Initializes Targeting functionality only... the object does not
1152
 
get a mousedown handler.    <div class="mdetail-params">
1153
 
        <strong>Parameters:</strong>
1154
 
        <ul><li><code>the</code> : id<div class="sub-desc">id of the linked element</div></li><li><code>sGroup</code> : String<div class="sub-desc">the group of related items</div></li><li><code>config</code> : object<div class="sub-desc">configuration attributes</div></li>        </ul>
1155
 
        <strong>Returns:</strong>
1156
 
        <ul>
1157
 
            <li><code>void</code></li>
1158
 
        </ul>
1159
 
    </div>
1160
 
                </div>
1161
 
                        </div>
1162
 
        </td>
1163
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#initTarget" href="output/Ext.dd.DragDrop.html#initTarget">DragDrop</a></td>
1164
 
    </tr>
1165
 
        <tr class="method-row inherited alt expandable">
1166
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1167
 
        <td class="sig">
1168
 
        <a id="Ext.grid.GridDragZone-isLocked"></a>
1169
 
            <b>isLocked</b>() : boolean            <div class="mdesc">
1170
 
                        <div class="short">Returns true if this instance is locked, or the drag drop mgr is locked
1171
 
(meaning that all drag/drop is disabled on th...</div>
1172
 
            <div class="long">
1173
 
                Returns true if this instance is locked, or the drag drop mgr is locked
1174
 
(meaning that all drag/drop is disabled on the page.)    <div class="mdetail-params">
1175
 
        <strong>Parameters:</strong>
1176
 
        <ul><li>None.</li>        </ul>
1177
 
        <strong>Returns:</strong>
1178
 
        <ul>
1179
 
            <li><code>boolean</code><div class="sub-desc">true if this obj or all drag/drop is locked, else false</div></li>
1180
 
        </ul>
1181
 
    </div>
1182
 
                </div>
1183
 
                        </div>
1184
 
        </td>
1185
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isLocked" href="output/Ext.dd.DragDrop.html#isLocked">DragDrop</a></td>
1186
 
    </tr>
1187
 
        <tr class="method-row inherited expandable">
1188
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1189
 
        <td class="sig">
1190
 
        <a id="Ext.grid.GridDragZone-isValidHandleChild"></a>
1191
 
            <b>isValidHandleChild</b>(&nbsp;<code>HTMLElement node</code>&nbsp;) : boolean            <div class="mdesc">
1192
 
                        <div class="short">Checks the tag exclusion list to see if this click should be ignored</div>
1193
 
            <div class="long">
1194
 
                Checks the tag exclusion list to see if this click should be ignored    <div class="mdetail-params">
1195
 
        <strong>Parameters:</strong>
1196
 
        <ul><li><code>node</code> : HTMLElement<div class="sub-desc">the HTMLElement to evaluate</div></li>        </ul>
1197
 
        <strong>Returns:</strong>
1198
 
        <ul>
1199
 
            <li><code>boolean</code><div class="sub-desc">true if this is a valid tag type, false if not</div></li>
1200
 
        </ul>
1201
 
    </div>
1202
 
                </div>
1203
 
                        </div>
1204
 
        </td>
1205
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isValidHandleChild" href="output/Ext.dd.DragDrop.html#isValidHandleChild">DragDrop</a></td>
1206
 
    </tr>
1207
 
        <tr class="method-row inherited alt expandable">
1208
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1209
 
        <td class="sig">
1210
 
        <a id="Ext.grid.GridDragZone-lock"></a>
1211
 
            <b>lock</b>() : void            <div class="mdesc">
1212
 
                        <div class="short">Lock this instance</div>
1213
 
            <div class="long">
1214
 
                Lock this instance    <div class="mdetail-params">
1215
 
        <strong>Parameters:</strong>
1216
 
        <ul><li>None.</li>        </ul>
1217
 
        <strong>Returns:</strong>
1218
 
        <ul>
1219
 
            <li><code>void</code></li>
1220
 
        </ul>
1221
 
    </div>
1222
 
                </div>
1223
 
                        </div>
1224
 
        </td>
1225
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#lock" href="output/Ext.dd.DragDrop.html#lock">DragDrop</a></td>
1226
 
    </tr>
1227
 
        <tr class="method-row inherited expandable">
1228
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1229
 
        <td class="sig">
1230
 
        <a id="Ext.grid.GridDragZone-onAvailable"></a>
1231
 
            <b>onAvailable</b>() : void            <div class="mdesc">
1232
 
                        <div class="short">Override the onAvailable method to do what is needed after the initial
1233
 
position was determined.</div>
1234
 
            <div class="long">
1235
 
                Override the onAvailable method to do what is needed after the initial
1236
 
position was determined.    <div class="mdetail-params">
1237
 
        <strong>Parameters:</strong>
1238
 
        <ul><li>None.</li>        </ul>
1239
 
        <strong>Returns:</strong>
1240
 
        <ul>
1241
 
            <li><code>void</code></li>
1242
 
        </ul>
1243
 
    </div>
1244
 
                </div>
1245
 
                        </div>
1246
 
        </td>
1247
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onAvailable" href="output/Ext.dd.DragDrop.html#onAvailable">DragDrop</a></td>
1248
 
    </tr>
1249
 
        <tr class="method-row inherited alt expandable">
1250
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1251
 
        <td class="sig">
1252
 
        <a id="Ext.grid.GridDragZone-onBeforeDrag"></a>
1253
 
            <b>onBeforeDrag</b>(&nbsp;<code>Object data</code>, <code>Event e</code>&nbsp;) : Boolean            <div class="mdesc">
1254
 
                        <div class="short">An empty function by default, but provided so that you can perform a custom action before the initial
1255
 
drag event begi...</div>
1256
 
            <div class="long">
1257
 
                An empty function by default, but provided so that you can perform a custom action before the initial
1258
 
drag event begins and optionally cancel it.    <div class="mdetail-params">
1259
 
        <strong>Parameters:</strong>
1260
 
        <ul><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data to be shared with drop targets</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li>        </ul>
1261
 
        <strong>Returns:</strong>
1262
 
        <ul>
1263
 
            <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></li>
1264
 
        </ul>
1265
 
    </div>
1266
 
                </div>
1267
 
                        </div>
1268
 
        </td>
1269
 
        <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#onBeforeDrag" href="output/Ext.dd.DragSource.html#onBeforeDrag">DragSource</a></td>
1270
 
    </tr>
1271
 
        <tr class="method-row inherited expandable">
1272
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1273
 
        <td class="sig">
1274
 
        <a id="Ext.grid.GridDragZone-onDrag"></a>
1275
 
            <b>onDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
1276
 
                        <div class="short">Abstract method called during the onMouseMove event while dragging an
1277
 
object.</div>
1278
 
            <div class="long">
1279
 
                Abstract method called during the onMouseMove event while dragging an
1280
 
object.    <div class="mdetail-params">
1281
 
        <strong>Parameters:</strong>
1282
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li>        </ul>
1283
 
        <strong>Returns:</strong>
1284
 
        <ul>
1285
 
            <li><code>void</code></li>
1286
 
        </ul>
1287
 
    </div>
1288
 
                </div>
1289
 
                        </div>
1290
 
        </td>
1291
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDrag" href="output/Ext.dd.DragDrop.html#onDrag">DragDrop</a></td>
1292
 
    </tr>
1293
 
        <tr class="method-row inherited alt expandable">
1294
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1295
 
        <td class="sig">
1296
 
        <a id="Ext.grid.GridDragZone-onDragDrop"></a>
1297
 
            <b>onDragDrop</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
1298
 
                        <div class="short">Abstract method called when this item is dropped on another DragDrop
1299
 
obj</div>
1300
 
            <div class="long">
1301
 
                Abstract method called when this item is dropped on another DragDrop
1302
 
obj    <div class="mdetail-params">
1303
 
        <strong>Parameters:</strong>
1304
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
1305
 
id this was dropped on. In INTERSECT mode, an array of dd items this
1306
 
was dropped on.</div></li>        </ul>
1307
 
        <strong>Returns:</strong>
1308
 
        <ul>
1309
 
            <li><code>void</code></li>
1310
 
        </ul>
1311
 
    </div>
1312
 
                </div>
1313
 
                        </div>
1314
 
        </td>
1315
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragDrop" href="output/Ext.dd.DragDrop.html#onDragDrop">DragDrop</a></td>
1316
 
    </tr>
1317
 
        <tr class="method-row inherited expandable">
1318
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1319
 
        <td class="sig">
1320
 
        <a id="Ext.grid.GridDragZone-onDragEnter"></a>
1321
 
            <b>onDragEnter</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
1322
 
                        <div class="short">Abstract method called when this element fist begins hovering over
1323
 
another DragDrop obj</div>
1324
 
            <div class="long">
1325
 
                Abstract method called when this element fist begins hovering over
1326
 
another DragDrop obj    <div class="mdetail-params">
1327
 
        <strong>Parameters:</strong>
1328
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
1329
 
id this is hovering over. In INTERSECT mode, an array of one or more
1330
 
dragdrop items being hovered over.</div></li>        </ul>
1331
 
        <strong>Returns:</strong>
1332
 
        <ul>
1333
 
            <li><code>void</code></li>
1334
 
        </ul>
1335
 
    </div>
1336
 
                </div>
1337
 
                        </div>
1338
 
        </td>
1339
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragEnter" href="output/Ext.dd.DragDrop.html#onDragEnter">DragDrop</a></td>
1340
 
    </tr>
1341
 
        <tr class="method-row inherited alt expandable">
1342
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1343
 
        <td class="sig">
1344
 
        <a id="Ext.grid.GridDragZone-onDragOut"></a>
1345
 
            <b>onDragOut</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
1346
 
                        <div class="short">Abstract method called when we are no longer hovering over an element</div>
1347
 
            <div class="long">
1348
 
                Abstract method called when we are no longer hovering over an element    <div class="mdetail-params">
1349
 
        <strong>Parameters:</strong>
1350
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
1351
 
id this was hovering over. In INTERSECT mode, an array of dd items
1352
 
that the mouse is no longer over.</div></li>        </ul>
1353
 
        <strong>Returns:</strong>
1354
 
        <ul>
1355
 
            <li><code>void</code></li>
1356
 
        </ul>
1357
 
    </div>
1358
 
                </div>
1359
 
                        </div>
1360
 
        </td>
1361
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOut" href="output/Ext.dd.DragDrop.html#onDragOut">DragDrop</a></td>
1362
 
    </tr>
1363
 
        <tr class="method-row inherited expandable">
1364
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1365
 
        <td class="sig">
1366
 
        <a id="Ext.grid.GridDragZone-onDragOver"></a>
1367
 
            <b>onDragOver</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
1368
 
                        <div class="short">Abstract method called when this element is hovering over another
1369
 
DragDrop obj</div>
1370
 
            <div class="long">
1371
 
                Abstract method called when this element is hovering over another
1372
 
DragDrop obj    <div class="mdetail-params">
1373
 
        <strong>Parameters:</strong>
1374
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
1375
 
id this is hovering over. In INTERSECT mode, an array of dd items
1376
 
being hovered over.</div></li>        </ul>
1377
 
        <strong>Returns:</strong>
1378
 
        <ul>
1379
 
            <li><code>void</code></li>
1380
 
        </ul>
1381
 
    </div>
1382
 
                </div>
1383
 
                        </div>
1384
 
        </td>
1385
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOver" href="output/Ext.dd.DragDrop.html#onDragOver">DragDrop</a></td>
1386
 
    </tr>
1387
 
        <tr class="method-row alt expandable">
1388
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1389
 
        <td class="sig">
1390
 
        <a id="Ext.grid.GridDragZone-onInitDrag"></a>
1391
 
            <b>onInitDrag</b>() : void            <div class="mdesc">
1392
 
                        <div class="short">The provided implementation of the onInitDrag method. Sets the innerHTML of the drag proxy which provides the "pictur...</div>
1393
 
            <div class="long">
1394
 
                <p>The provided implementation of the onInitDrag method. Sets the <tt>innerHTML</tt> of the drag proxy which provides the "picture"
1395
 
of the data being dragged.</p>
1396
 
<p>The <tt>innerHTML</tt> data is found by calling the owning GridPanel's <a ext:cls="Ext.grid.GridPanel" ext:member="getDragDropText" href="output/Ext.grid.GridPanel.html#getDragDropText">getDragDropText</a>.</p>    <div class="mdetail-params">
1397
 
        <strong>Parameters:</strong>
1398
 
        <ul><li>None.</li>        </ul>
1399
 
        <strong>Returns:</strong>
1400
 
        <ul>
1401
 
            <li><code>void</code></li>
1402
 
        </ul>
1403
 
    </div>
1404
 
                </div>
1405
 
                        </div>
1406
 
        </td>
1407
 
        <td class="msource">GridDragZone</td>
1408
 
    </tr>
1409
 
        <tr class="method-row inherited expandable">
1410
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1411
 
        <td class="sig">
1412
 
        <a id="Ext.grid.GridDragZone-onInvalidDrop"></a>
1413
 
            <b>onInvalidDrop</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
1414
 
                        <div class="short">Abstract method called when this item is dropped on an area with no
1415
 
drop target</div>
1416
 
            <div class="long">
1417
 
                Abstract method called when this item is dropped on an area with no
1418
 
drop target    <div class="mdetail-params">
1419
 
        <strong>Parameters:</strong>
1420
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>
1421
 
        <strong>Returns:</strong>
1422
 
        <ul>
1423
 
            <li><code>void</code></li>
1424
 
        </ul>
1425
 
    </div>
1426
 
                </div>
1427
 
                        </div>
1428
 
        </td>
1429
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onInvalidDrop" href="output/Ext.dd.DragDrop.html#onInvalidDrop">DragDrop</a></td>
1430
 
    </tr>
1431
 
        <tr class="method-row inherited alt expandable">
1432
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1433
 
        <td class="sig">
1434
 
        <a id="Ext.grid.GridDragZone-onMouseDown"></a>
1435
 
            <b>onMouseDown</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
1436
 
                        <div class="short">Event handler that fires when a drag/drop obj gets a mousedown</div>
1437
 
            <div class="long">
1438
 
                Event handler that fires when a drag/drop obj gets a mousedown    <div class="mdetail-params">
1439
 
        <strong>Parameters:</strong>
1440
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousedown event</div></li>        </ul>
1441
 
        <strong>Returns:</strong>
1442
 
        <ul>
1443
 
            <li><code>void</code></li>
1444
 
        </ul>
1445
 
    </div>
1446
 
                </div>
1447
 
                        </div>
1448
 
        </td>
1449
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseDown" href="output/Ext.dd.DragDrop.html#onMouseDown">DragDrop</a></td>
1450
 
    </tr>
1451
 
        <tr class="method-row inherited expandable">
1452
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1453
 
        <td class="sig">
1454
 
        <a id="Ext.grid.GridDragZone-onMouseUp"></a>
1455
 
            <b>onMouseUp</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
1456
 
                        <div class="short">Event handler that fires when a drag/drop obj gets a mouseup</div>
1457
 
            <div class="long">
1458
 
                Event handler that fires when a drag/drop obj gets a mouseup    <div class="mdetail-params">
1459
 
        <strong>Parameters:</strong>
1460
 
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>
1461
 
        <strong>Returns:</strong>
1462
 
        <ul>
1463
 
            <li><code>void</code></li>
1464
 
        </ul>
1465
 
    </div>
1466
 
                </div>
1467
 
                        </div>
1468
 
        </td>
1469
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseUp" href="output/Ext.dd.DragDrop.html#onMouseUp">DragDrop</a></td>
1470
 
    </tr>
1471
 
        <tr class="method-row inherited alt expandable">
1472
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1473
 
        <td class="sig">
1474
 
        <a id="Ext.grid.GridDragZone-removeFromGroup"></a>
1475
 
            <b>removeFromGroup</b>(&nbsp;<code>string sGroup</code>&nbsp;) : void            <div class="mdesc">
1476
 
                        <div class="short">Remove's this instance from the supplied interaction group</div>
1477
 
            <div class="long">
1478
 
                Remove's this instance from the supplied interaction group    <div class="mdetail-params">
1479
 
        <strong>Parameters:</strong>
1480
 
        <ul><li><code>sGroup</code> : string<div class="sub-desc">The group to drop</div></li>        </ul>
1481
 
        <strong>Returns:</strong>
1482
 
        <ul>
1483
 
            <li><code>void</code></li>
1484
 
        </ul>
1485
 
    </div>
1486
 
                </div>
1487
 
                        </div>
1488
 
        </td>
1489
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeFromGroup" href="output/Ext.dd.DragDrop.html#removeFromGroup">DragDrop</a></td>
1490
 
    </tr>
1491
 
        <tr class="method-row inherited expandable">
1492
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1493
 
        <td class="sig">
1494
 
        <a id="Ext.grid.GridDragZone-removeInvalidHandleClass"></a>
1495
 
            <b>removeInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">
1496
 
                        <div class="short">Unsets an invalid css class</div>
1497
 
            <div class="long">
1498
 
                Unsets an invalid css class    <div class="mdetail-params">
1499
 
        <strong>Parameters:</strong>
1500
 
        <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the element(s) you wish to
1501
 
re-enable</div></li>        </ul>
1502
 
        <strong>Returns:</strong>
1503
 
        <ul>
1504
 
            <li><code>void</code></li>
1505
 
        </ul>
1506
 
    </div>
1507
 
                </div>
1508
 
                        </div>
1509
 
        </td>
1510
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleClass" href="output/Ext.dd.DragDrop.html#removeInvalidHandleClass">DragDrop</a></td>
1511
 
    </tr>
1512
 
        <tr class="method-row inherited alt expandable">
1513
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1514
 
        <td class="sig">
1515
 
        <a id="Ext.grid.GridDragZone-removeInvalidHandleId"></a>
1516
 
            <b>removeInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">
1517
 
                        <div class="short">Unsets an invalid handle id</div>
1518
 
            <div class="long">
1519
 
                Unsets an invalid handle id    <div class="mdetail-params">
1520
 
        <strong>Parameters:</strong>
1521
 
        <ul><li><code>id</code> : string<div class="sub-desc">the id of the element to re-enable</div></li>        </ul>
1522
 
        <strong>Returns:</strong>
1523
 
        <ul>
1524
 
            <li><code>void</code></li>
1525
 
        </ul>
1526
 
    </div>
1527
 
                </div>
1528
 
                        </div>
1529
 
        </td>
1530
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleId" href="output/Ext.dd.DragDrop.html#removeInvalidHandleId">DragDrop</a></td>
1531
 
    </tr>
1532
 
        <tr class="method-row inherited expandable">
1533
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1534
 
        <td class="sig">
1535
 
        <a id="Ext.grid.GridDragZone-removeInvalidHandleType"></a>
1536
 
            <b>removeInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">
1537
 
                        <div class="short">Unsets an excluded tag name set by addInvalidHandleType</div>
1538
 
            <div class="long">
1539
 
                Unsets an excluded tag name set by addInvalidHandleType    <div class="mdetail-params">
1540
 
        <strong>Parameters:</strong>
1541
 
        <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to unexclude</div></li>        </ul>
1542
 
        <strong>Returns:</strong>
1543
 
        <ul>
1544
 
            <li><code>void</code></li>
1545
 
        </ul>
1546
 
    </div>
1547
 
                </div>
1548
 
                        </div>
1549
 
        </td>
1550
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleType" href="output/Ext.dd.DragDrop.html#removeInvalidHandleType">DragDrop</a></td>
1551
 
    </tr>
1552
 
        <tr class="method-row inherited alt expandable">
1553
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1554
 
        <td class="sig">
1555
 
        <a id="Ext.grid.GridDragZone-resetConstraints"></a>
1556
 
            <b>resetConstraints</b>(&nbsp;<code>boolean maintainOffset</code>&nbsp;) : void            <div class="mdesc">
1557
 
                        <div class="short">resetConstraints must be called if you manually reposition a dd element.</div>
1558
 
            <div class="long">
1559
 
                resetConstraints must be called if you manually reposition a dd element.    <div class="mdetail-params">
1560
 
        <strong>Parameters:</strong>
1561
 
        <ul><li><code>maintainOffset</code> : boolean<div class="sub-desc"></div></li>        </ul>
1562
 
        <strong>Returns:</strong>
1563
 
        <ul>
1564
 
            <li><code>void</code></li>
1565
 
        </ul>
1566
 
    </div>
1567
 
                </div>
1568
 
                        </div>
1569
 
        </td>
1570
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#resetConstraints" href="output/Ext.dd.DragDrop.html#resetConstraints">DragDrop</a></td>
1571
 
    </tr>
1572
 
        <tr class="method-row inherited expandable">
1573
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1574
 
        <td class="sig">
1575
 
        <a id="Ext.grid.GridDragZone-setDelta"></a>
1576
 
            <b>setDelta</b>(&nbsp;<code>int iDeltaX</code>, <code>int iDeltaY</code>&nbsp;) : void            <div class="mdesc">
1577
 
                        <div class="short">Sets the pointer offset.  You can call this directly to force the
1578
 
offset to be in a particular location (e.g., pass i...</div>
1579
 
            <div class="long">
1580
 
                Sets the pointer offset.  You can call this directly to force the
1581
 
offset to be in a particular location (e.g., pass in 0,0 to set it
1582
 
to the center of the object)    <div class="mdetail-params">
1583
 
        <strong>Parameters:</strong>
1584
 
        <ul><li><code>iDeltaX</code> : int<div class="sub-desc">the distance from the left</div></li><li><code>iDeltaY</code> : int<div class="sub-desc">the distance from the top</div></li>        </ul>
1585
 
        <strong>Returns:</strong>
1586
 
        <ul>
1587
 
            <li><code>void</code></li>
1588
 
        </ul>
1589
 
    </div>
1590
 
                </div>
1591
 
                        </div>
1592
 
        </td>
1593
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#setDelta" href="output/Ext.dd.DD.html#setDelta">DD</a></td>
1594
 
    </tr>
1595
 
        <tr class="method-row inherited alt expandable">
1596
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1597
 
        <td class="sig">
1598
 
        <a id="Ext.grid.GridDragZone-setDragElId"></a>
1599
 
            <b>setDragElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">
1600
 
                        <div class="short">Allows you to specify that an element other than the linked element
1601
 
will be moved with the cursor during a drag</div>
1602
 
            <div class="long">
1603
 
                Allows you to specify that an element other than the linked element
1604
 
will be moved with the cursor during a drag    <div class="mdetail-params">
1605
 
        <strong>Parameters:</strong>
1606
 
        <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to initiate the drag</div></li>        </ul>
1607
 
        <strong>Returns:</strong>
1608
 
        <ul>
1609
 
            <li><code>void</code></li>
1610
 
        </ul>
1611
 
    </div>
1612
 
                </div>
1613
 
                        </div>
1614
 
        </td>
1615
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setDragElId" href="output/Ext.dd.DragDrop.html#setDragElId">DragDrop</a></td>
1616
 
    </tr>
1617
 
        <tr class="method-row inherited expandable">
1618
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1619
 
        <td class="sig">
1620
 
        <a id="Ext.grid.GridDragZone-setDragElPos"></a>
1621
 
            <b>setDragElPos</b>(&nbsp;<code>int iPageX</code>, <code>int iPageY</code>&nbsp;) : void            <div class="mdesc">
1622
 
                        <div class="short">Sets the drag element to the location of the mousedown or click event,
1623
 
maintaining the cursor location relative to th...</div>
1624
 
            <div class="long">
1625
 
                Sets the drag element to the location of the mousedown or click event,
1626
 
maintaining the cursor location relative to the location on the element
1627
 
that was clicked.  Override this if you want to place the element in a
1628
 
location other than where the cursor is.    <div class="mdetail-params">
1629
 
        <strong>Parameters:</strong>
1630
 
        <ul><li><code>iPageX</code> : int<div class="sub-desc">the X coordinate of the mousedown or drag event</div></li><li><code>iPageY</code> : int<div class="sub-desc">the Y coordinate of the mousedown or drag event</div></li>        </ul>
1631
 
        <strong>Returns:</strong>
1632
 
        <ul>
1633
 
            <li><code>void</code></li>
1634
 
        </ul>
1635
 
    </div>
1636
 
                </div>
1637
 
                        </div>
1638
 
        </td>
1639
 
        <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#setDragElPos" href="output/Ext.dd.DD.html#setDragElPos">DD</a></td>
1640
 
    </tr>
1641
 
        <tr class="method-row inherited alt expandable">
1642
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1643
 
        <td class="sig">
1644
 
        <a id="Ext.grid.GridDragZone-setHandleElId"></a>
1645
 
            <b>setHandleElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">
1646
 
                        <div class="short">Allows you to specify a child of the linked element that should be
1647
 
used to initiate the drag operation.  An example o...</div>
1648
 
            <div class="long">
1649
 
                Allows you to specify a child of the linked element that should be
1650
 
used to initiate the drag operation.  An example of this would be if
1651
 
you have a content div with text and links.  Clicking anywhere in the
1652
 
content area would normally start the drag operation.  Use this method
1653
 
to specify that an element inside of the content div is the element
1654
 
that starts the drag operation.    <div class="mdetail-params">
1655
 
        <strong>Parameters:</strong>
1656
 
        <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to
1657
 
initiate the drag.</div></li>        </ul>
1658
 
        <strong>Returns:</strong>
1659
 
        <ul>
1660
 
            <li><code>void</code></li>
1661
 
        </ul>
1662
 
    </div>
1663
 
                </div>
1664
 
                        </div>
1665
 
        </td>
1666
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setHandleElId" href="output/Ext.dd.DragDrop.html#setHandleElId">DragDrop</a></td>
1667
 
    </tr>
1668
 
        <tr class="method-row inherited expandable">
1669
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1670
 
        <td class="sig">
1671
 
        <a id="Ext.grid.GridDragZone-setInitPosition"></a>
1672
 
            <b>setInitPosition</b>(&nbsp;<code>int diffX</code>, <code>int diffY</code>&nbsp;) : void            <div class="mdesc">
1673
 
                        <div class="short">Stores the initial placement of the linked element.</div>
1674
 
            <div class="long">
1675
 
                Stores the initial placement of the linked element.    <div class="mdetail-params">
1676
 
        <strong>Parameters:</strong>
1677
 
        <ul><li><code>diffX</code> : int<div class="sub-desc">the X offset, default 0</div></li><li><code>diffY</code> : int<div class="sub-desc">the Y offset, default 0</div></li>        </ul>
1678
 
        <strong>Returns:</strong>
1679
 
        <ul>
1680
 
            <li><code>void</code></li>
1681
 
        </ul>
1682
 
    </div>
1683
 
                </div>
1684
 
                        </div>
1685
 
        </td>
1686
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setInitPosition" href="output/Ext.dd.DragDrop.html#setInitPosition">DragDrop</a></td>
1687
 
    </tr>
1688
 
        <tr class="method-row inherited alt expandable">
1689
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1690
 
        <td class="sig">
1691
 
        <a id="Ext.grid.GridDragZone-setOuterHandleElId"></a>
1692
 
            <b>setOuterHandleElId</b>(&nbsp;<code>id the</code>&nbsp;) : void            <div class="mdesc">
1693
 
                        <div class="short">Allows you to set an element outside of the linked element as a drag
1694
 
handle</div>
1695
 
            <div class="long">
1696
 
                Allows you to set an element outside of the linked element as a drag
1697
 
handle    <div class="mdetail-params">
1698
 
        <strong>Parameters:</strong>
1699
 
        <ul><li><code>the</code> : id<div class="sub-desc">id of the element that will be used to initiate the drag</div></li>        </ul>
1700
 
        <strong>Returns:</strong>
1701
 
        <ul>
1702
 
            <li><code>void</code></li>
1703
 
        </ul>
1704
 
    </div>
1705
 
                </div>
1706
 
                        </div>
1707
 
        </td>
1708
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setOuterHandleElId" href="output/Ext.dd.DragDrop.html#setOuterHandleElId">DragDrop</a></td>
1709
 
    </tr>
1710
 
        <tr class="method-row inherited expandable">
1711
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1712
 
        <td class="sig">
1713
 
        <a id="Ext.grid.GridDragZone-setPadding"></a>
1714
 
            <b>setPadding</b>(&nbsp;<code>int iTop</code>, <code>int iRight</code>, <code>int iBot</code>, <code>int iLeft</code>&nbsp;) : void            <div class="mdesc">
1715
 
                        <div class="short">Configures the padding for the target zone in px.  Effectively expands
1716
 
(or reduces) the virtual object size for targe...</div>
1717
 
            <div class="long">
1718
 
                Configures the padding for the target zone in px.  Effectively expands
1719
 
(or reduces) the virtual object size for targeting calculations.
1720
 
Supports css-style shorthand; if only one parameter is passed, all sides
1721
 
will have that padding, and if only two are passed, the top and bottom
1722
 
will have the first param, the left and right the second.    <div class="mdetail-params">
1723
 
        <strong>Parameters:</strong>
1724
 
        <ul><li><code>iTop</code> : int<div class="sub-desc">Top pad</div></li><li><code>iRight</code> : int<div class="sub-desc">Right pad</div></li><li><code>iBot</code> : int<div class="sub-desc">Bot pad</div></li><li><code>iLeft</code> : int<div class="sub-desc">Left pad</div></li>        </ul>
1725
 
        <strong>Returns:</strong>
1726
 
        <ul>
1727
 
            <li><code>void</code></li>
1728
 
        </ul>
1729
 
    </div>
1730
 
                </div>
1731
 
                        </div>
1732
 
        </td>
1733
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setPadding" href="output/Ext.dd.DragDrop.html#setPadding">DragDrop</a></td>
1734
 
    </tr>
1735
 
        <tr class="method-row inherited alt expandable">
1736
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1737
 
        <td class="sig">
1738
 
        <a id="Ext.grid.GridDragZone-setXConstraint"></a>
1739
 
            <b>setXConstraint</b>(&nbsp;<code>int iLeft</code>, <code>int iRight</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">
1740
 
                        <div class="short">By default, the element can be dragged any place on the screen.  Use
1741
 
this method to limit the horizontal travel of th...</div>
1742
 
            <div class="long">
1743
 
                By default, the element can be dragged any place on the screen.  Use
1744
 
this method to limit the horizontal travel of the element.  Pass in
1745
 
0,0 for the parameters if you want to lock the drag to the y axis.    <div class="mdetail-params">
1746
 
        <strong>Parameters:</strong>
1747
 
        <ul><li><code>iLeft</code> : int<div class="sub-desc">the number of pixels the element can move to the left</div></li><li><code>iRight</code> : int<div class="sub-desc">the number of pixels the element can move to the
1748
 
right</div></li><li><code>iTickSize</code> : int<div class="sub-desc">optional parameter for specifying that the
1749
 
element
1750
 
should move iTickSize pixels at a time.</div></li>        </ul>
1751
 
        <strong>Returns:</strong>
1752
 
        <ul>
1753
 
            <li><code>void</code></li>
1754
 
        </ul>
1755
 
    </div>
1756
 
                </div>
1757
 
                        </div>
1758
 
        </td>
1759
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setXConstraint" href="output/Ext.dd.DragDrop.html#setXConstraint">DragDrop</a></td>
1760
 
    </tr>
1761
 
        <tr class="method-row inherited expandable">
1762
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1763
 
        <td class="sig">
1764
 
        <a id="Ext.grid.GridDragZone-setYConstraint"></a>
1765
 
            <b>setYConstraint</b>(&nbsp;<code>int iUp</code>, <code>int iDown</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">
1766
 
                        <div class="short">By default, the element can be dragged any place on the screen.  Set
1767
 
this to limit the vertical travel of the element...</div>
1768
 
            <div class="long">
1769
 
                By default, the element can be dragged any place on the screen.  Set
1770
 
this to limit the vertical travel of the element.  Pass in 0,0 for the
1771
 
parameters if you want to lock the drag to the x axis.    <div class="mdetail-params">
1772
 
        <strong>Parameters:</strong>
1773
 
        <ul><li><code>iUp</code> : int<div class="sub-desc">the number of pixels the element can move up</div></li><li><code>iDown</code> : int<div class="sub-desc">the number of pixels the element can move down</div></li><li><code>iTickSize</code> : int<div class="sub-desc">optional parameter for specifying that the
1774
 
element should move iTickSize pixels at a time.</div></li>        </ul>
1775
 
        <strong>Returns:</strong>
1776
 
        <ul>
1777
 
            <li><code>void</code></li>
1778
 
        </ul>
1779
 
    </div>
1780
 
                </div>
1781
 
                        </div>
1782
 
        </td>
1783
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setYConstraint" href="output/Ext.dd.DragDrop.html#setYConstraint">DragDrop</a></td>
1784
 
    </tr>
1785
 
        <tr class="method-row inherited alt expandable">
1786
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1787
 
        <td class="sig">
1788
 
        <a id="Ext.grid.GridDragZone-startDrag"></a>
1789
 
            <b>startDrag</b>(&nbsp;<code>int X</code>, <code>int Y</code>&nbsp;) : void            <div class="mdesc">
1790
 
                        <div class="short">Abstract method called after a drag/drop object is clicked
1791
 
and the drag or mousedown time thresholds have beeen met.</div>
1792
 
            <div class="long">
1793
 
                Abstract method called after a drag/drop object is clicked
1794
 
and the drag or mousedown time thresholds have beeen met.    <div class="mdetail-params">
1795
 
        <strong>Parameters:</strong>
1796
 
        <ul><li><code>X</code> : int<div class="sub-desc">click location</div></li><li><code>Y</code> : int<div class="sub-desc">click location</div></li>        </ul>
1797
 
        <strong>Returns:</strong>
1798
 
        <ul>
1799
 
            <li><code>void</code></li>
1800
 
        </ul>
1801
 
    </div>
1802
 
                </div>
1803
 
                        </div>
1804
 
        </td>
1805
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#startDrag" href="output/Ext.dd.DragDrop.html#startDrag">DragDrop</a></td>
1806
 
    </tr>
1807
 
        <tr class="method-row inherited expandable">
1808
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1809
 
        <td class="sig">
1810
 
        <a id="Ext.grid.GridDragZone-toString"></a>
1811
 
            <b>toString</b>() : string            <div class="mdesc">
1812
 
                        <div class="short">toString method</div>
1813
 
            <div class="long">
1814
 
                toString method    <div class="mdetail-params">
1815
 
        <strong>Parameters:</strong>
1816
 
        <ul><li>None.</li>        </ul>
1817
 
        <strong>Returns:</strong>
1818
 
        <ul>
1819
 
            <li><code>string</code><div class="sub-desc">string representation of the dd obj</div></li>
1820
 
        </ul>
1821
 
    </div>
1822
 
                </div>
1823
 
                        </div>
1824
 
        </td>
1825
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#toString" href="output/Ext.dd.DragDrop.html#toString">DragDrop</a></td>
1826
 
    </tr>
1827
 
        <tr class="method-row inherited alt expandable">
1828
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1829
 
        <td class="sig">
1830
 
        <a id="Ext.grid.GridDragZone-unlock"></a>
1831
 
            <b>unlock</b>() : void            <div class="mdesc">
1832
 
                        <div class="short">Unlock this instace</div>
1833
 
            <div class="long">
1834
 
                Unlock this instace    <div class="mdetail-params">
1835
 
        <strong>Parameters:</strong>
1836
 
        <ul><li>None.</li>        </ul>
1837
 
        <strong>Returns:</strong>
1838
 
        <ul>
1839
 
            <li><code>void</code></li>
1840
 
        </ul>
1841
 
    </div>
1842
 
                </div>
1843
 
                        </div>
1844
 
        </td>
1845
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unlock" href="output/Ext.dd.DragDrop.html#unlock">DragDrop</a></td>
1846
 
    </tr>
1847
 
        <tr class="method-row inherited expandable">
1848
 
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1849
 
        <td class="sig">
1850
 
        <a id="Ext.grid.GridDragZone-unreg"></a>
1851
 
            <b>unreg</b>() : void            <div class="mdesc">
1852
 
                        <div class="short">Remove all drag and drop hooks for this element</div>
1853
 
            <div class="long">
1854
 
                Remove all drag and drop hooks for this element    <div class="mdetail-params">
1855
 
        <strong>Parameters:</strong>
1856
 
        <ul><li>None.</li>        </ul>
1857
 
        <strong>Returns:</strong>
1858
 
        <ul>
1859
 
            <li><code>void</code></li>
1860
 
        </ul>
1861
 
    </div>
1862
 
                </div>
1863
 
                        </div>
1864
 
        </td>
1865
 
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unreg" href="output/Ext.dd.DragDrop.html#unreg">DragDrop</a></td>
1866
 
    </tr>
1867
 
            </table>
1868
 
                <a id="Ext.grid.GridDragZone-events"></a>
1869
 
        <h2>Public Events</h2>
1870
 
        <div class="no-members">This class has no public events.</div>
1871
 
        </div>