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.HttpProxy-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.data.HttpProxy-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.data.HttpProxy-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.data.HttpProxy-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.HttpProxy"><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"/>HttpProxy</pre></div>
13
                <h1>Class Ext.data.HttpProxy</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/HttpProxy.js" target="_blank">HttpProxy.js</a></td></tr>
17
            <tr><td class="label">Class:</td><td class="hd-info">HttpProxy</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 <a ext:cls="Ext.data.DataProxy" href="output/Ext.data.DataProxy.html">Ext.data.DataProxy</a> that reads a data object from a <a ext:cls="Ext.data.Connection" href="output/Ext.data.Connection.html">Connection</a> object
22
configured to reference a certain URL.<br>
23
<p>
24
<b>Note that this class cannot be used to retrieve data from a domain other than the domain
25
from which the running page was served.<br>
26
<p>
27
For cross-domain access to remote data, use a <a ext:cls="Ext.data.ScriptTagProxy" href="output/Ext.data.ScriptTagProxy.html">ScriptTagProxy</a>.</b><br>
28
<p>
29
Be aware that to enable the browser to parse an XML document, the server must set
30
the Content-Type header in the HTTP response to "text/xml".        </div>
31
 
32
        <div class="hr"></div>
33
                <a id="Ext.data.HttpProxy-configs"></a>
34
        <h2>Config Options</h2>
35
        <table cellspacing="0" class="member-table">
36
            <tr>
37
                <th class="sig-header" colspan="2">Config Options</th>
38
                <th class="msource-header">Defined By</th>
39
            </tr>
40
                <tr class="config-row inherited expandable">
41
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
42
        <td class="sig">
43
        <a id="Ext.data.HttpProxy-listeners"></a>
44
            <b>listeners</b> : Object            <div class="mdesc">
45
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
46
            <div class="long">
47
                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>
48
                        </div>
49
        </td>
50
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
51
    </tr>
52
            </table>
53
                <a id="Ext.data.HttpProxy-props"></a>
54
        <h2>Public Properties</h2>
55
                <table cellspacing="0" class="member-table">
56
            <tr>
57
                <th class="sig-header" colspan="2">Property</th>
58
                <th class="msource-header">Defined By</th>
59
            </tr>
60
                <tr class="property-row expandable">
61
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
62
        <td class="sig">
63
        <a id="Ext.data.HttpProxy-conn"></a>
64
            <b>conn</b> : Object            <div class="mdesc">
65
                        <div class="short">The Connection object (Or options parameter to Ext.Ajax.request) which this HttpProxy uses to make requests to the se...</div>
66
            <div class="long">
67
                The Connection object (Or options parameter to <a ext:cls="Ext.Ajax.request" href="output/Ext.Ajax.request.html">Ext.Ajax.request</a>) which this HttpProxy uses to make requests to the server.
68
Properties of this object may be changed dynamically to change the way data is requested.            </div>
69
                        </div>
70
        </td>
71
        <td class="msource">HttpProxy</td>
72
    </tr>
73
            </table>
74
                <a id="Ext.data.HttpProxy-methods"></a>
75
        <h2>Public Methods</h2>
76
                <table cellspacing="0" class="member-table">
77
            <tr>
78
                <th class="sig-header" colspan="2">Method</th>
79
                <th class="msource-header">Defined By</th>
80
            </tr>
81
                <tr class="method-row expandable">
82
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
83
        <td class="sig">
84
        <a id="Ext.data.HttpProxy-HttpProxy"></a>
85
            <b>HttpProxy</b>(&nbsp;<code>Object conn</code>&nbsp;)            <div class="mdesc">
86
                        <div class="short"></div>
87
            <div class="long">
88
                    <div class="mdetail-params">
89
        <strong>Parameters:</strong>
90
        <ul><li><code>conn</code> : Object<div class="sub-desc">an <a ext:cls="Ext.data.Connection" href="output/Ext.data.Connection.html">Ext.data.Connection</a> object, or options parameter to <a ext:cls="Ext.Ajax.request" href="output/Ext.Ajax.request.html">Ext.Ajax.request</a>.
91
If an options parameter is passed, the singleton <a ext:cls="Ext.Ajax" href="output/Ext.Ajax.html">Ext.Ajax</a> object will be used to make the request.</div></li>        </ul>
92
        <strong>Returns:</strong>
93
        <ul>
94
            <li><code></code></li>
95
        </ul>
96
    </div>
97
                </div>
98
                        </div>
99
        </td>
100
        <td class="msource">HttpProxy</td>
101
    </tr>
102
        <tr class="method-row inherited alt expandable">
103
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
104
        <td class="sig">
105
        <a id="Ext.data.HttpProxy-addEvents"></a>
106
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
107
                        <div class="short">Used to define events on this Observable</div>
108
            <div class="long">
109
                Used to define events on this Observable    <div class="mdetail-params">
110
        <strong>Parameters:</strong>
111
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
112
        <strong>Returns:</strong>
113
        <ul>
114
            <li><code>void</code></li>
115
        </ul>
116
    </div>
117
                </div>
118
                        </div>
119
        </td>
120
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
121
    </tr>
122
        <tr class="method-row inherited expandable">
123
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
124
        <td class="sig">
125
        <a id="Ext.data.HttpProxy-addListener"></a>
126
            <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">
127
                        <div class="short">Appends an event handler to this component</div>
128
            <div class="long">
129
                Appends an event handler to this component    <div class="mdetail-params">
130
        <strong>Parameters:</strong>
131
        <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
132
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
133
properties. This may contain any of the following properties:<ul>
134
<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>
135
<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>
136
<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>
137
<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
138
by the specified number of milliseconds. If the event fires again within that time, the original
139
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
140
</ul><br>
141
<p>
142
<b>Combining Options</b><br>
143
Using the options argument, it is possible to combine different types of listeners:<br>
144
<br>
145
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
146
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
147
    single: true,
148
    delay: 100,
149
    forumId: 4
150
});</code></pre>
151
<p>
152
<b>Attaching multiple handlers in 1 call</b><br>
153
The method also allows for a single argument to be passed which is a config object containing properties
154
which specify multiple handlers.
155
<p>
156
<pre><code>foo.on({
157
    <em>'click'</em> : {
158
        fn: <b>this</b>.onClick,
159
        scope: <b>this</b>,
160
        delay: 100
161
    },
162
    <em>'mouseover'</em> : {
163
        fn: <b>this</b>.onMouseOver,
164
        scope: <b>this</b>
165
    },
166
    <em>'mouseout'</em> : {
167
        fn: <b>this</b>.onMouseOut,
168
        scope: <b>this</b>
169
    }
170
});</code></pre>
171
<p>
172
Or a shorthand syntax:<br>
173
<pre><code>foo.on({
174
    <em>'click'</em> : <b>this</b>.onClick,
175
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
176
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
177
     scope: <b>this</b>
178
});</code></pre></div></li>        </ul>
179
        <strong>Returns:</strong>
180
        <ul>
181
            <li><code>void</code></li>
182
        </ul>
183
    </div>
184
                </div>
185
                        </div>
186
        </td>
187
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
188
    </tr>
189
        <tr class="method-row inherited alt expandable">
190
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
191
        <td class="sig">
192
        <a id="Ext.data.HttpProxy-fireEvent"></a>
193
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
194
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
195
            <div class="long">
196
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
197
        <strong>Parameters:</strong>
198
        <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>
199
        <strong>Returns:</strong>
200
        <ul>
201
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
202
        </ul>
203
    </div>
204
                </div>
205
                        </div>
206
        </td>
207
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
208
    </tr>
209
        <tr class="method-row expandable">
210
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
211
        <td class="sig">
212
        <a id="Ext.data.HttpProxy-getConnection"></a>
213
            <b>getConnection</b>() : Connection            <div class="mdesc">
214
                        <div class="short">Return the <a ext:cls="Ext.data.Connection" href="output/Ext.data.Connection.html">Ext.data.Connection</a> object being used by this Proxy.</div>
215
            <div class="long">
216
                Return the <a ext:cls="Ext.data.Connection" href="output/Ext.data.Connection.html">Ext.data.Connection</a> object being used by this Proxy.    <div class="mdetail-params">
217
        <strong>Parameters:</strong>
218
        <ul><li>None.</li>        </ul>
219
        <strong>Returns:</strong>
220
        <ul>
221
            <li><code>Connection</code><div class="sub-desc">The Connection object. This object may be used to subscribe to events on a finer-grained basis than the DataProxy events.</div></li>
222
        </ul>
223
    </div>
224
                </div>
225
                        </div>
226
        </td>
227
        <td class="msource">HttpProxy</td>
228
    </tr>
229
        <tr class="method-row inherited alt expandable">
230
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
231
        <td class="sig">
232
        <a id="Ext.data.HttpProxy-hasListener"></a>
233
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
234
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
235
            <div class="long">
236
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
237
        <strong>Parameters:</strong>
238
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
239
        <strong>Returns:</strong>
240
        <ul>
241
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
242
        </ul>
243
    </div>
244
                </div>
245
                        </div>
246
        </td>
247
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
248
    </tr>
249
        <tr class="method-row expandable">
250
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
251
        <td class="sig">
252
        <a id="Ext.data.HttpProxy-load"></a>
253
            <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">
254
                        <div class="short">Load data from the configured Ext.data.Connection, read the data object into
255
a block of Ext.data.Records using the pa...</div>
256
            <div class="long">
257
                Load data from the configured <a ext:cls="Ext.data.Connection" href="output/Ext.data.Connection.html">Ext.data.Connection</a>, read the data object into
258
a block of Ext.data.Records using the passed <a ext:cls="Ext.data.DataReader" href="output/Ext.data.DataReader.html">Ext.data.DataReader</a> implementation, and
259
process that block using the passed callback.    <div class="mdetail-params">
260
        <strong>Parameters:</strong>
261
        <ul><li><code>params</code> : Object<div class="sub-desc">An object containing properties which are to be used as HTTP parameters
262
for the request to the remote server.</div></li><li><code>reader</code> : Ext.data.DataReader<div class="sub-desc">The Reader object which converts the data
263
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.
264
The function must be passed <ul>
265
<li>The Record block object</li>
266
<li>The "arg" argument from the load function</li>
267
<li>A boolean success indicator</li>
268
</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>
269
        <strong>Returns:</strong>
270
        <ul>
271
            <li><code>void</code></li>
272
        </ul>
273
    </div>
274
                </div>
275
                        </div>
276
        </td>
277
        <td class="msource">HttpProxy</td>
278
    </tr>
279
        <tr class="method-row inherited alt expandable">
280
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
281
        <td class="sig">
282
        <a id="Ext.data.HttpProxy-on"></a>
283
            <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">
284
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
285
            <div class="long">
286
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
287
        <strong>Parameters:</strong>
288
        <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
289
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
290
        <strong>Returns:</strong>
291
        <ul>
292
            <li><code>void</code></li>
293
        </ul>
294
    </div>
295
                </div>
296
                        </div>
297
        </td>
298
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
299
    </tr>
300
        <tr class="method-row inherited expandable">
301
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
302
        <td class="sig">
303
        <a id="Ext.data.HttpProxy-purgeListeners"></a>
304
            <b>purgeListeners</b>() : void            <div class="mdesc">
305
                        <div class="short">Removes all listeners for this object</div>
306
            <div class="long">
307
                Removes all listeners for this object    <div class="mdetail-params">
308
        <strong>Parameters:</strong>
309
        <ul><li>None.</li>        </ul>
310
        <strong>Returns:</strong>
311
        <ul>
312
            <li><code>void</code></li>
313
        </ul>
314
    </div>
315
                </div>
316
                        </div>
317
        </td>
318
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
319
    </tr>
320
        <tr class="method-row inherited alt expandable">
321
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
322
        <td class="sig">
323
        <a id="Ext.data.HttpProxy-removeListener"></a>
324
            <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">
325
                        <div class="short">Removes a listener</div>
326
            <div class="long">
327
                Removes a listener    <div class="mdetail-params">
328
        <strong>Parameters:</strong>
329
        <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>
330
        <strong>Returns:</strong>
331
        <ul>
332
            <li><code>void</code></li>
333
        </ul>
334
    </div>
335
                </div>
336
                        </div>
337
        </td>
338
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
339
    </tr>
340
        <tr class="method-row inherited expandable">
341
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
342
        <td class="sig">
343
        <a id="Ext.data.HttpProxy-resumeEvents"></a>
344
            <b>resumeEvents</b>() : void            <div class="mdesc">
345
                        <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>
346
            <div class="long">
347
                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">
348
        <strong>Parameters:</strong>
349
        <ul><li>None.</li>        </ul>
350
        <strong>Returns:</strong>
351
        <ul>
352
            <li><code>void</code></li>
353
        </ul>
354
    </div>
355
                </div>
356
                        </div>
357
        </td>
358
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
359
    </tr>
360
        <tr class="method-row inherited alt expandable">
361
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
362
        <td class="sig">
363
        <a id="Ext.data.HttpProxy-suspendEvents"></a>
364
            <b>suspendEvents</b>() : void            <div class="mdesc">
365
                        <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>
366
            <div class="long">
367
                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">
368
        <strong>Parameters:</strong>
369
        <ul><li>None.</li>        </ul>
370
        <strong>Returns:</strong>
371
        <ul>
372
            <li><code>void</code></li>
373
        </ul>
374
    </div>
375
                </div>
376
                        </div>
377
        </td>
378
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
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.data.HttpProxy-un"></a>
384
            <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">
385
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
386
            <div class="long">
387
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
388
        <strong>Parameters:</strong>
389
        <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>
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.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
399
    </tr>
400
            </table>
401
                <a id="Ext.data.HttpProxy-events"></a>
402
        <h2>Public Events</h2>
403
                <table cellspacing="0" class="member-table">
404
            <tr>
405
                <th class="sig-header" colspan="2">Event</th>
406
                <th class="msource-header">Defined By</th>
407
            </tr>
408
                <tr class="event-row inherited expandable">
409
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
410
        <td class="sig">
411
        <a id="Ext.data.HttpProxy-beforeload"></a>
412
            <b>beforeload</b> : (&nbsp;<code>Object This</code>, <code>Object params</code>&nbsp;)            <div class="mdesc">
413
                        <div class="short">Fires before a network request is made to retrieve a data object.</div>
414
            <div class="long">
415
                Fires before a network request is made to retrieve a data object.    <div class="mdetail-params">
416
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
417
        <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>
418
    </div>
419
                </div>
420
                        </div>
421
        </td>
422
        <td class="msource"><a ext:cls="Ext.data.DataProxy" ext:member="#event-beforeload" href="output/Ext.data.DataProxy.html#event-beforeload">DataProxy</a></td>
423
    </tr>
424
        <tr class="event-row inherited alt expandable">
425
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
426
        <td class="sig">
427
        <a id="Ext.data.HttpProxy-load"></a>
428
            <b>load</b> : (&nbsp;<code>Object This</code>, <code>Object o</code>, <code>Object arg</code>&nbsp;)            <div class="mdesc">
429
                        <div class="short">Fires before the load method's callback is called.</div>
430
            <div class="long">
431
                Fires before the load method's callback is called.    <div class="mdetail-params">
432
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
433
        <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>
434
    </div>
435
                </div>
436
                        </div>
437
        </td>
438
        <td class="msource"><a ext:cls="Ext.data.DataProxy" ext:member="#event-load" href="output/Ext.data.DataProxy.html#event-load">DataProxy</a></td>
439
    </tr>
440
        <tr class="event-row inherited expandable">
441
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
442
        <td class="sig">
443
        <a id="Ext.data.HttpProxy-loadexception"></a>
444
            <b>loadexception</b> : (&nbsp;<code>Object This</code>, <code>Object o</code>, <code>Object arg</code>, <code>Object e</code>&nbsp;)            <div class="mdesc">
445
                        <div class="short">Fires if an Exception occurs during data retrieval.</div>
446
            <div class="long">
447
                Fires if an Exception occurs during data retrieval.    <div class="mdetail-params">
448
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
449
        <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>
450
    </div>
451
                </div>
452
                        </div>
453
        </td>
454
        <td class="msource"><a ext:cls="Ext.data.DataProxy" ext:member="#event-loadexception" href="output/Ext.data.DataProxy.html#event-loadexception">DataProxy</a></td>
455
    </tr>
456
            </table>
457
 
458
        </div>