Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.data.MemoryProxy-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.data.MemoryProxy-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.data.MemoryProxy-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.data.MemoryProxy-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.data.MemoryProxy"><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.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11
  <img src="resources/elbow-end.gif"/><a ext:cls="Ext.data.DataProxy" ext:member="" href="output/Ext.data.DataProxy.html">DataProxy</a>
12
    <img src="resources/elbow-end.gif"/>MemoryProxy</pre></div>
13
                <h1>Class Ext.data.MemoryProxy</h1>
14
        <table cellspacing="0">
15
            <tr><td class="label">Package:</td><td class="hd-info">Ext.data</td></tr>
16
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/data/MemoryProxy.js" target="_blank">MemoryProxy.js</a></td></tr>
17
            <tr><td class="label">Class:</td><td class="hd-info">MemoryProxy</td></tr>
18
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.data.DataProxy" ext:member="" href="output/Ext.data.DataProxy.html">DataProxy</a></td></tr>
19
                    </table>
20
        <div class="description">
21
            An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor
22
to the Reader when its load method is called.        </div>
23
 
24
        <div class="hr"></div>
25
                <a id="Ext.data.MemoryProxy-configs"></a>
26
        <h2>Config Options</h2>
27
        <table cellspacing="0" class="member-table">
28
            <tr>
29
                <th class="sig-header" colspan="2">Config Options</th>
30
                <th class="msource-header">Defined By</th>
31
            </tr>
32
                <tr class="config-row inherited expandable">
33
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
34
        <td class="sig">
35
        <a id="Ext.data.MemoryProxy-listeners"></a>
36
            <b>listeners</b> : Object            <div class="mdesc">
37
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
38
            <div class="long">
39
                A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>
40
                        </div>
41
        </td>
42
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
43
    </tr>
44
            </table>
45
                <a id="Ext.data.MemoryProxy-props"></a>
46
        <h2>Public Properties</h2>
47
        <div class="no-members">This class has no public properties.</div>        <a id="Ext.data.MemoryProxy-methods"></a>
48
        <h2>Public Methods</h2>
49
                <table cellspacing="0" class="member-table">
50
            <tr>
51
                <th class="sig-header" colspan="2">Method</th>
52
                <th class="msource-header">Defined By</th>
53
            </tr>
54
                <tr class="method-row expandable">
55
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
56
        <td class="sig">
57
        <a id="Ext.data.MemoryProxy-MemoryProxy"></a>
58
            <b>MemoryProxy</b>(&nbsp;<code>Object data</code>&nbsp;)            <div class="mdesc">
59
                        <div class="short"></div>
60
            <div class="long">
61
                    <div class="mdetail-params">
62
        <strong>Parameters:</strong>
63
        <ul><li><code>data</code> : Object<div class="sub-desc">The data object which the Reader uses to construct a block of Ext.data.Records.</div></li>        </ul>
64
        <strong>Returns:</strong>
65
        <ul>
66
            <li><code></code></li>
67
        </ul>
68
    </div>
69
                </div>
70
                        </div>
71
        </td>
72
        <td class="msource">MemoryProxy</td>
73
    </tr>
74
        <tr class="method-row inherited alt expandable">
75
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
76
        <td class="sig">
77
        <a id="Ext.data.MemoryProxy-addEvents"></a>
78
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
79
                        <div class="short">Used to define events on this Observable</div>
80
            <div class="long">
81
                Used to define events on this Observable    <div class="mdetail-params">
82
        <strong>Parameters:</strong>
83
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
84
        <strong>Returns:</strong>
85
        <ul>
86
            <li><code>void</code></li>
87
        </ul>
88
    </div>
89
                </div>
90
                        </div>
91
        </td>
92
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
93
    </tr>
94
        <tr class="method-row inherited expandable">
95
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
96
        <td class="sig">
97
        <a id="Ext.data.MemoryProxy-addListener"></a>
98
            <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
99
                        <div class="short">Appends an event handler to this component</div>
100
            <div class="long">
101
                Appends an event handler to this component    <div class="mdetail-params">
102
        <strong>Parameters:</strong>
103
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
104
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
105
properties. This may contain any of the following properties:<ul>
106
<li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
107
<li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
108
<li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
109
<li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
110
by the specified number of milliseconds. If the event fires again within that time, the original
111
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
112
</ul><br>
113
<p>
114
<b>Combining Options</b><br>
115
Using the options argument, it is possible to combine different types of listeners:<br>
116
<br>
117
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
118
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
119
    single: true,
120
    delay: 100,
121
    forumId: 4
122
});</code></pre>
123
<p>
124
<b>Attaching multiple handlers in 1 call</b><br>
125
The method also allows for a single argument to be passed which is a config object containing properties
126
which specify multiple handlers.
127
<p>
128
<pre><code>foo.on({
129
    <em>'click'</em> : {
130
        fn: <b>this</b>.onClick,
131
        scope: <b>this</b>,
132
        delay: 100
133
    },
134
    <em>'mouseover'</em> : {
135
        fn: <b>this</b>.onMouseOver,
136
        scope: <b>this</b>
137
    },
138
    <em>'mouseout'</em> : {
139
        fn: <b>this</b>.onMouseOut,
140
        scope: <b>this</b>
141
    }
142
});</code></pre>
143
<p>
144
Or a shorthand syntax:<br>
145
<pre><code>foo.on({
146
    <em>'click'</em> : <b>this</b>.onClick,
147
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
148
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
149
     scope: <b>this</b>
150
});</code></pre></div></li>        </ul>
151
        <strong>Returns:</strong>
152
        <ul>
153
            <li><code>void</code></li>
154
        </ul>
155
    </div>
156
                </div>
157
                        </div>
158
        </td>
159
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
160
    </tr>
161
        <tr class="method-row inherited alt expandable">
162
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
163
        <td class="sig">
164
        <a id="Ext.data.MemoryProxy-fireEvent"></a>
165
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
166
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
167
            <div class="long">
168
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
169
        <strong>Parameters:</strong>
170
        <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>
171
        <strong>Returns:</strong>
172
        <ul>
173
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
174
        </ul>
175
    </div>
176
                </div>
177
                        </div>
178
        </td>
179
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
180
    </tr>
181
        <tr class="method-row inherited expandable">
182
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
183
        <td class="sig">
184
        <a id="Ext.data.MemoryProxy-hasListener"></a>
185
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
186
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
187
            <div class="long">
188
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
189
        <strong>Parameters:</strong>
190
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
191
        <strong>Returns:</strong>
192
        <ul>
193
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
194
        </ul>
195
    </div>
196
                </div>
197
                        </div>
198
        </td>
199
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
200
    </tr>
201
        <tr class="method-row alt expandable">
202
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
203
        <td class="sig">
204
        <a id="Ext.data.MemoryProxy-load"></a>
205
            <b>load</b>(&nbsp;<code>Object params</code>, <code>Ext.data.DataReader) reader</code>, <code>Function callback</code>, <code>Object scope</code>, <code>Object arg</code>&nbsp;) : void            <div class="mdesc">
206
                        <div class="short">Load data from the requested source (in this case an in-memory
207
data object passed to the constructor), read the data ...</div>
208
            <div class="long">
209
                Load data from the requested source (in this case an in-memory
210
data object passed to the constructor), read the data object into
211
a block of Ext.data.Records using the passed Ext.data.DataReader implementation, and
212
process that block using the passed callback.    <div class="mdetail-params">
213
        <strong>Parameters:</strong>
214
        <ul><li><code>params</code> : Object<div class="sub-desc">This parameter is not used by the MemoryProxy class.</div></li><li><code>reader</code> : Ext.data.DataReader)<div class="sub-desc">The Reader object which converts the data
215
object into a block of Ext.data.Records.</div></li><li><code>callback</code> : Function<div class="sub-desc">The function into which to pass the block of Ext.data.records.
216
The function must be passed <ul>
217
<li>The Record block object</li>
218
<li>The "arg" argument from the load function</li>
219
<li>A boolean success indicator</li>
220
</ul></div></li><li><code>scope</code> : Object<div class="sub-desc">The scope in which to call the callback</div></li><li><code>arg</code> : Object<div class="sub-desc">An optional argument which is passed to the callback as its second parameter.</div></li>        </ul>
221
        <strong>Returns:</strong>
222
        <ul>
223
            <li><code>void</code></li>
224
        </ul>
225
    </div>
226
                </div>
227
                        </div>
228
        </td>
229
        <td class="msource">MemoryProxy</td>
230
    </tr>
231
        <tr class="method-row inherited expandable">
232
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
233
        <td class="sig">
234
        <a id="Ext.data.MemoryProxy-on"></a>
235
            <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
236
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
237
            <div class="long">
238
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
239
        <strong>Parameters:</strong>
240
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
241
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
242
        <strong>Returns:</strong>
243
        <ul>
244
            <li><code>void</code></li>
245
        </ul>
246
    </div>
247
                </div>
248
                        </div>
249
        </td>
250
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
251
    </tr>
252
        <tr class="method-row inherited alt expandable">
253
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
254
        <td class="sig">
255
        <a id="Ext.data.MemoryProxy-purgeListeners"></a>
256
            <b>purgeListeners</b>() : void            <div class="mdesc">
257
                        <div class="short">Removes all listeners for this object</div>
258
            <div class="long">
259
                Removes all listeners for this object    <div class="mdetail-params">
260
        <strong>Parameters:</strong>
261
        <ul><li>None.</li>        </ul>
262
        <strong>Returns:</strong>
263
        <ul>
264
            <li><code>void</code></li>
265
        </ul>
266
    </div>
267
                </div>
268
                        </div>
269
        </td>
270
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
271
    </tr>
272
        <tr class="method-row inherited expandable">
273
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
274
        <td class="sig">
275
        <a id="Ext.data.MemoryProxy-removeListener"></a>
276
            <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
277
                        <div class="short">Removes a listener</div>
278
            <div class="long">
279
                Removes a listener    <div class="mdetail-params">
280
        <strong>Parameters:</strong>
281
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
282
        <strong>Returns:</strong>
283
        <ul>
284
            <li><code>void</code></li>
285
        </ul>
286
    </div>
287
                </div>
288
                        </div>
289
        </td>
290
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
291
    </tr>
292
        <tr class="method-row inherited alt expandable">
293
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
294
        <td class="sig">
295
        <a id="Ext.data.MemoryProxy-resumeEvents"></a>
296
            <b>resumeEvents</b>() : void            <div class="mdesc">
297
                        <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>
298
            <div class="long">
299
                Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">
300
        <strong>Parameters:</strong>
301
        <ul><li>None.</li>        </ul>
302
        <strong>Returns:</strong>
303
        <ul>
304
            <li><code>void</code></li>
305
        </ul>
306
    </div>
307
                </div>
308
                        </div>
309
        </td>
310
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
311
    </tr>
312
        <tr class="method-row inherited expandable">
313
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
314
        <td class="sig">
315
        <a id="Ext.data.MemoryProxy-suspendEvents"></a>
316
            <b>suspendEvents</b>() : void            <div class="mdesc">
317
                        <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>
318
            <div class="long">
319
                Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">
320
        <strong>Parameters:</strong>
321
        <ul><li>None.</li>        </ul>
322
        <strong>Returns:</strong>
323
        <ul>
324
            <li><code>void</code></li>
325
        </ul>
326
    </div>
327
                </div>
328
                        </div>
329
        </td>
330
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
331
    </tr>
332
        <tr class="method-row inherited alt expandable">
333
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
334
        <td class="sig">
335
        <a id="Ext.data.MemoryProxy-un"></a>
336
            <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
337
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
338
            <div class="long">
339
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
340
        <strong>Parameters:</strong>
341
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
342
        <strong>Returns:</strong>
343
        <ul>
344
            <li><code>void</code></li>
345
        </ul>
346
    </div>
347
                </div>
348
                        </div>
349
        </td>
350
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
351
    </tr>
352
            </table>
353
                <a id="Ext.data.MemoryProxy-events"></a>
354
        <h2>Public Events</h2>
355
                <table cellspacing="0" class="member-table">
356
            <tr>
357
                <th class="sig-header" colspan="2">Event</th>
358
                <th class="msource-header">Defined By</th>
359
            </tr>
360
                <tr class="event-row inherited expandable">
361
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
362
        <td class="sig">
363
        <a id="Ext.data.MemoryProxy-beforeload"></a>
364
            <b>beforeload</b> : (&nbsp;<code>Object This</code>, <code>Object params</code>&nbsp;)            <div class="mdesc">
365
                        <div class="short">Fires before a network request is made to retrieve a data object.</div>
366
            <div class="long">
367
                Fires before a network request is made to retrieve a data object.    <div class="mdetail-params">
368
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
369
        <ul><li><code>This</code> : Object<div class="sub-desc">DataProxy object.</div></li><li><code>params</code> : Object<div class="sub-desc">The params parameter to the load function.</div></li>        </ul>
370
    </div>
371
                </div>
372
                        </div>
373
        </td>
374
        <td class="msource"><a ext:cls="Ext.data.DataProxy" ext:member="#event-beforeload" href="output/Ext.data.DataProxy.html#event-beforeload">DataProxy</a></td>
375
    </tr>
376
        <tr class="event-row inherited alt expandable">
377
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
378
        <td class="sig">
379
        <a id="Ext.data.MemoryProxy-load"></a>
380
            <b>load</b> : (&nbsp;<code>Object This</code>, <code>Object o</code>, <code>Object arg</code>&nbsp;)            <div class="mdesc">
381
                        <div class="short">Fires before the load method's callback is called.</div>
382
            <div class="long">
383
                Fires before the load method's callback is called.    <div class="mdetail-params">
384
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
385
        <ul><li><code>This</code> : Object<div class="sub-desc">DataProxy object.</div></li><li><code>o</code> : Object<div class="sub-desc">The data object.</div></li><li><code>arg</code> : Object<div class="sub-desc">The callback argument object passed to the load function.</div></li>        </ul>
386
    </div>
387
                </div>
388
                        </div>
389
        </td>
390
        <td class="msource"><a ext:cls="Ext.data.DataProxy" ext:member="#event-load" href="output/Ext.data.DataProxy.html#event-load">DataProxy</a></td>
391
    </tr>
392
        <tr class="event-row inherited expandable">
393
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
394
        <td class="sig">
395
        <a id="Ext.data.MemoryProxy-loadexception"></a>
396
            <b>loadexception</b> : (&nbsp;<code>Object This</code>, <code>Object o</code>, <code>Object arg</code>, <code>Object e</code>&nbsp;)            <div class="mdesc">
397
                        <div class="short">Fires if an Exception occurs during data retrieval.</div>
398
            <div class="long">
399
                Fires if an Exception occurs during data retrieval.    <div class="mdetail-params">
400
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
401
        <ul><li><code>This</code> : Object<div class="sub-desc">DataProxy object.</div></li><li><code>o</code> : Object<div class="sub-desc">The data object.</div></li><li><code>arg</code> : Object<div class="sub-desc">The callback argument object passed to the load function.</div></li><li><code>e</code> : Object<div class="sub-desc">The Exception.</div></li>        </ul>
402
    </div>
403
                </div>
404
                        </div>
405
        </td>
406
        <td class="msource"><a ext:cls="Ext.data.DataProxy" ext:member="#event-loadexception" href="output/Ext.data.DataProxy.html#event-loadexception">DataProxy</a></td>
407
    </tr>
408
            </table>
409
 
410
        </div>