|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <title>API: datasource DataSource.IO (YUI Library)</title> |
|
6 |
|
7 <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
8 <link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
9 |
|
10 <script type="text/javascript" src="assets/api-js"></script> |
|
11 <script type="text/javascript" src="assets/ac-js"></script> |
|
12 </head> |
|
13 |
|
14 <body id="yahoo-com"> |
|
15 |
|
16 <div id="doc3" class="yui-t2"> |
|
17 <div id="hd"> |
|
18 <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
19 <h3>datasource <span class="subtitle">3.0.0b1</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_datasource.html" title="datasource">datasource</a> |
|
22 > DataSource.IO |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
29 </div> |
|
30 </div> |
|
31 </form> |
|
32 </div> |
|
33 |
|
34 <div id="bd"> |
|
35 <div id="yui-main"> |
|
36 <div class="yui-b"> |
|
37 <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
38 <fieldset> |
|
39 <legend>Filters</legend> |
|
40 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
41 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
42 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
43 </fieldset> |
|
44 </form> |
|
45 |
|
46 <h2> |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 Class <b property="yui:name">DataSource.IO</b> |
|
52 <span class="extends"> |
|
53 - extends <a href="DataSource.Local.html" title="DataSource.Local">DataSource.Local</a> |
|
54 </span> |
|
55 |
|
56 </h2> |
|
57 <!-- class tree goes here --> |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 <div class="summary description" property="yui:description"> |
|
63 IO subclass for the DataSource Utility. |
|
64 </div> |
|
65 |
|
66 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
67 <h3 id="constructor">Constructor</h3> |
|
68 <div class="content"> |
|
69 <div class="detail"> |
|
70 <strong property="yui:name">DataSource.IO</strong> |
|
71 <code> |
|
72 ( |
|
73 ) |
|
74 </code> |
|
75 <div class="description"> |
|
76 |
|
77 |
|
78 </div> |
|
79 </div> |
|
80 </div> |
|
81 </div> |
|
82 |
|
83 <div rel="yui:properties" resource="#properties"> |
|
84 <div class="section field details"> |
|
85 <h3 id="properties">Properties</h3> |
|
86 <div class="content"> |
|
87 <div class="private" rel="yui:property" resource="#property__queue"> |
|
88 <h4><a name="property__queue" property="yui:name">_queue</a> |
|
89 - <code>private <span property="yui:type">Object</span></code> |
|
90 </h4> |
|
91 <div class="detail"> |
|
92 <div class="description" property="yui:description"> |
|
93 Object literal to manage asynchronous request/response |
|
94 cycles enabled if queue needs to be managed (asyncMode/ioConnMode): |
|
95 <dl> |
|
96 <dt>interval {Number}</dt> |
|
97 <dd>Interval ID of in-progress queue.</dd> |
|
98 <dt>conn</dt> |
|
99 <dd>In-progress connection identifier (if applicable).</dd> |
|
100 <dt>requests {Object[]}</dt> |
|
101 <dd>Array of queued request objects: {request:request, callback:callback}.</dd> |
|
102 </dl> |
|
103 </div> |
|
104 </div> |
|
105 |
|
106 |
|
107 <div class="default" property="yui:defaultValue"> |
|
108 Default Value: {interval:null, conn:null, requests:[]} |
|
109 </div> |
|
110 |
|
111 |
|
112 <hr /> |
|
113 </div> |
|
114 <div class="" rel="yui:property" resource="#property_NAME"> |
|
115 <h4><a name="property_NAME" property="yui:name">NAME</a> |
|
116 - <code>static final <span property="yui:type">String</span></code> |
|
117 </h4> |
|
118 <div class="detail"> |
|
119 <div class="description" property="yui:description"> |
|
120 Class name. |
|
121 </div> |
|
122 </div> |
|
123 |
|
124 |
|
125 |
|
126 |
|
127 <hr /> |
|
128 </div> |
|
129 </div> |
|
130 </div> |
|
131 |
|
132 <div rel="yui:inheritance"> |
|
133 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
134 <h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
135 <div class="content" rel="yui:properties"> |
|
136 <code> |
|
137 |
|
138 </code> |
|
139 </div> |
|
140 </div> |
|
141 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
142 <h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
143 <div class="content" rel="yui:properties"> |
|
144 <code> |
|
145 |
|
146 <span rel="yui:property" resource="Base.html#property_name"> |
|
147 <a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a> |
|
148 </span> |
|
149 |
|
150 </code> |
|
151 </div> |
|
152 </div> |
|
153 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
154 <h4>Properties inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
155 <div class="content" rel="yui:properties"> |
|
156 <code> |
|
157 |
|
158 </code> |
|
159 </div> |
|
160 </div> |
|
161 </div> |
|
162 </div> |
|
163 |
|
164 <div rel="yui:methods" resource="#methods"> |
|
165 <div class="section method details"> |
|
166 <h3 id="methods">Methods</h3> |
|
167 <div class="content"> |
|
168 <div class="protected" rel="yui:method" resource="#method__defRequestFn"> |
|
169 <h4> |
|
170 <a name="method__defRequestFn">_defRequestFn</a></h4> |
|
171 <div class="detail" > |
|
172 <code> |
|
173 protected |
|
174 |
|
175 |
|
176 void |
|
177 <strong property="yui:name">_defRequestFn</strong> |
|
178 ( |
|
179 |
|
180 |
|
181 e |
|
182 |
|
183 |
|
184 ) |
|
185 </code> |
|
186 |
|
187 <div class="description" property="yui:description"> |
|
188 Passes query string to IO. Fires <code>response</code> event when |
|
189 response is received asynchronously. |
|
190 </div> |
|
191 |
|
192 <div class="description"> |
|
193 |
|
194 <dl rel="yui:parameters"> |
|
195 <dt>Parameters:</dt> |
|
196 <dd rel="yui:parameter"> |
|
197 <code><span property="yui:name">e</span> |
|
198 <<span property="yui:type">Event.Facade</span>> |
|
199 </code> |
|
200 <span property="yui:description"> Event Facade with the following properties: |
|
201 <dl> |
|
202 <dt>tId (Number)</dt> <dd>Unique transaction ID.</dd> |
|
203 <dt>request (Object)</dt> <dd>The request.</dd> |
|
204 <dt>callback (Object)</dt> <dd>The callback object with the following properties: |
|
205 <dl> |
|
206 <dt>success (Function)</dt> <dd>Success handler.</dd> |
|
207 <dt>failure (Function)</dt> <dd>Failure handler.</dd> |
|
208 </dl> |
|
209 </dd> |
|
210 <dt>cfg (Object)</dt> <dd>Configuration object.</dd> |
|
211 </dl></span> |
|
212 </dd> |
|
213 </dl> |
|
214 |
|
215 <dl> |
|
216 <dt>Returns: |
|
217 <code property="yui:return"> |
|
218 void |
|
219 </code></dt> |
|
220 <dd property="yui:returnInfo"></dd> |
|
221 </dl> |
|
222 |
|
223 |
|
224 |
|
225 |
|
226 </div> |
|
227 |
|
228 </div> |
|
229 <hr /> |
|
230 </div> |
|
231 <div class="private" rel="yui:method" resource="#method_initializer"> |
|
232 <h4> |
|
233 <a name="method_initializer">initializer</a></h4> |
|
234 <div class="detail" > |
|
235 <code> |
|
236 private |
|
237 |
|
238 |
|
239 void |
|
240 <strong property="yui:name">initializer</strong> |
|
241 ( |
|
242 |
|
243 |
|
244 config |
|
245 |
|
246 |
|
247 ) |
|
248 </code> |
|
249 |
|
250 <div class="description" property="yui:description"> |
|
251 Internal init() handler. |
|
252 </div> |
|
253 |
|
254 <div class="description"> |
|
255 |
|
256 <dl rel="yui:parameters"> |
|
257 <dt>Parameters:</dt> |
|
258 <dd rel="yui:parameter"> |
|
259 <code><span property="yui:name">config</span> |
|
260 <<span property="yui:type">Object</span>> |
|
261 </code> |
|
262 <span property="yui:description"> Config object.</span> |
|
263 </dd> |
|
264 </dl> |
|
265 |
|
266 <dl> |
|
267 <dt>Returns: |
|
268 <code property="yui:return"> |
|
269 void |
|
270 </code></dt> |
|
271 <dd property="yui:returnInfo"></dd> |
|
272 </dl> |
|
273 |
|
274 |
|
275 |
|
276 |
|
277 </div> |
|
278 |
|
279 </div> |
|
280 <hr /> |
|
281 </div> |
|
282 </div> |
|
283 </div> |
|
284 |
|
285 <div rel="yui:inheritance"> |
|
286 <div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html"> |
|
287 <h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4> |
|
288 <div class="content" rel="yui:methods"> |
|
289 <code> |
|
290 <span rel="yui:method" resource="EventTarget.html#method__getType"> |
|
291 <a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span> |
|
292 </span> |
|
293 <span rel="yui:method" resource="EventTarget.html#method__parseType"> |
|
294 <a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span> |
|
295 </span> |
|
296 <span rel="yui:method" resource="EventTarget.html#method_addTarget"> |
|
297 <a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span> |
|
298 </span> |
|
299 <span rel="yui:method" resource="EventTarget.html#method_after"> |
|
300 <a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span> |
|
301 </span> |
|
302 <span rel="yui:method" resource="EventTarget.html#method_before"> |
|
303 <a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span> |
|
304 </span> |
|
305 <span rel="yui:method" resource="EventTarget.html#method_bubble"> |
|
306 <a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span> |
|
307 </span> |
|
308 <span rel="yui:method" resource="EventTarget.html#method_detach"> |
|
309 <a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span> |
|
310 </span> |
|
311 <span rel="yui:method" resource="EventTarget.html#method_detachAll"> |
|
312 <a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span> |
|
313 </span> |
|
314 <span rel="yui:method" resource="EventTarget.html#method_fire"> |
|
315 <a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span> |
|
316 </span> |
|
317 <span rel="yui:method" resource="EventTarget.html#method_getEvent"> |
|
318 <a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span> |
|
319 </span> |
|
320 <span rel="yui:method" resource="EventTarget.html#method_on"> |
|
321 <a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span> |
|
322 </span> |
|
323 <span rel="yui:method" resource="EventTarget.html#method_publish"> |
|
324 <a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span> |
|
325 </span> |
|
326 <span rel="yui:method" resource="EventTarget.html#method_removeTarget"> |
|
327 <a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span> |
|
328 </span> |
|
329 <span rel="yui:method" resource="EventTarget.html#method_subscribe"> |
|
330 <a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span> |
|
331 </span> |
|
332 <span rel="yui:method" resource="EventTarget.html#method_unsubscribe"> |
|
333 <a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span> |
|
334 </span> |
|
335 <span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll"> |
|
336 <a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a> |
|
337 </span> |
|
338 </code> |
|
339 </div> |
|
340 </div> |
|
341 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
342 <h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
343 <div class="content" rel="yui:methods"> |
|
344 <code> |
|
345 <span rel="yui:method" resource="Attribute.html#method__addAttrs"> |
|
346 <a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span> |
|
347 </span> |
|
348 <span rel="yui:method" resource="Attribute.html#method__addLazyAttr"> |
|
349 <a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span> |
|
350 </span> |
|
351 <span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn"> |
|
352 <a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span> |
|
353 </span> |
|
354 <span rel="yui:method" resource="Attribute.html#method__fireAttrChange"> |
|
355 <a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span> |
|
356 </span> |
|
357 <span rel="yui:method" resource="Attribute.html#method__getAttrInitVal"> |
|
358 <a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span> |
|
359 </span> |
|
360 <span rel="yui:method" resource="Attribute.html#method__isLazyAttr"> |
|
361 <a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span> |
|
362 </span> |
|
363 <span rel="yui:method" resource="Attribute.html#method__set"> |
|
364 <a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span> |
|
365 </span> |
|
366 <span rel="yui:method" resource="Attribute.html#method__setAttr"> |
|
367 <a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span> |
|
368 </span> |
|
369 <span rel="yui:method" resource="Attribute.html#method__setAttrVal"> |
|
370 <a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span> |
|
371 </span> |
|
372 <span rel="yui:method" resource="Attribute.html#method__splitAttrVals"> |
|
373 <a class="private" href="Attribute.html#method__splitAttrVals" property="yui:name" title="_splitAttrVals">_splitAttrVals</a><span class="private">,</span> |
|
374 </span> |
|
375 <span rel="yui:method" resource="Attribute.html#method_addAttr"> |
|
376 <a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span> |
|
377 </span> |
|
378 <span rel="yui:method" resource="Attribute.html#method_addAttrs"> |
|
379 <a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span> |
|
380 </span> |
|
381 <span rel="yui:method" resource="Attribute.html#method_attrAdded"> |
|
382 <a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span> |
|
383 </span> |
|
384 <span rel="yui:method" resource="Attribute.html#method_get"> |
|
385 <a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span> |
|
386 </span> |
|
387 <span rel="yui:method" resource="Attribute.html#method_getAttrs"> |
|
388 <a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span> |
|
389 </span> |
|
390 <span rel="yui:method" resource="Attribute.html#method_modifyAttr"> |
|
391 <a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span> |
|
392 </span> |
|
393 <span rel="yui:method" resource="Attribute.html#method_removeAttr"> |
|
394 <a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span> |
|
395 </span> |
|
396 <span rel="yui:method" resource="Attribute.html#method_reset"> |
|
397 <a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span> |
|
398 </span> |
|
399 <span rel="yui:method" resource="Attribute.html#method_set"> |
|
400 <a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span> |
|
401 </span> |
|
402 <span rel="yui:method" resource="Attribute.html#method_setAttrs"> |
|
403 <a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a> |
|
404 </span> |
|
405 </code> |
|
406 </div> |
|
407 </div> |
|
408 <div class="section field inheritance" rel="yui:superclass" resource="Plugin.Host.html"> |
|
409 <h4>Methods inherited from <a href="Plugin.Host.html" property="yui:name" title="Plugin.Host">Plugin.Host</a>:</h4> |
|
410 <div class="content" rel="yui:methods"> |
|
411 <code> |
|
412 <span rel="yui:method" resource="Plugin.Host.html#method__destroyPlugins"> |
|
413 <a class="private" href="Plugin.Host.html#method__destroyPlugins" property="yui:name" title="_destroyPlugins">_destroyPlugins</a><span class="private">,</span> |
|
414 </span> |
|
415 <span rel="yui:method" resource="Plugin.Host.html#method__initPlugins"> |
|
416 <a class="private" href="Plugin.Host.html#method__initPlugins" property="yui:name" title="_initPlugins">_initPlugins</a><span class="private">,</span> |
|
417 </span> |
|
418 <span rel="yui:method" resource="Plugin.Host.html#method__plug"> |
|
419 <a class="private" href="Plugin.Host.html#method__plug" property="yui:name" title="_plug">_plug</a><span class="private">,</span> |
|
420 </span> |
|
421 <span rel="yui:method" resource="Plugin.Host.html#method__unplug"> |
|
422 <a class="private" href="Plugin.Host.html#method__unplug" property="yui:name" title="_unplug">_unplug</a><span class="private">,</span> |
|
423 </span> |
|
424 <span rel="yui:method" resource="Plugin.Host.html#method_hasPlugin"> |
|
425 <a class="" href="Plugin.Host.html#method_hasPlugin" property="yui:name" title="hasPlugin">hasPlugin</a><span class="">,</span> |
|
426 </span> |
|
427 <span rel="yui:method" resource="Plugin.Host.html#method_plug"> |
|
428 <a class="" href="Plugin.Host.html#method_plug" property="yui:name" title="plug">plug</a><span class="">,</span> |
|
429 </span> |
|
430 <span rel="yui:method" resource="Plugin.Host.html#method_unplug"> |
|
431 <a class="" href="Plugin.Host.html#method_unplug" property="yui:name" title="unplug">unplug</a> |
|
432 </span> |
|
433 </code> |
|
434 </div> |
|
435 </div> |
|
436 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
437 <h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
438 <div class="content" rel="yui:methods"> |
|
439 <code> |
|
440 <span rel="yui:method" resource="Base.html#method__aggregateAttrs"> |
|
441 <a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span> |
|
442 </span> |
|
443 <span rel="yui:method" resource="Base.html#method__defDestroyFn"> |
|
444 <a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span> |
|
445 </span> |
|
446 <span rel="yui:method" resource="Base.html#method__defInitFn"> |
|
447 <a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span> |
|
448 </span> |
|
449 <span rel="yui:method" resource="Base.html#method__destroyHierarchy"> |
|
450 <a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span> |
|
451 </span> |
|
452 <span rel="yui:method" resource="Base.html#method__filterAttrCfs"> |
|
453 <a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span> |
|
454 </span> |
|
455 <span rel="yui:method" resource="Base.html#method__getAttrCfgs"> |
|
456 <a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span> |
|
457 </span> |
|
458 <span rel="yui:method" resource="Base.html#method__getClasses"> |
|
459 <a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span> |
|
460 </span> |
|
461 <span rel="yui:method" resource="Base.html#method__initHierarchy"> |
|
462 <a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span> |
|
463 </span> |
|
464 <span rel="yui:method" resource="Base.html#method__initHierarchyData"> |
|
465 <a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span> |
|
466 </span> |
|
467 <span rel="yui:method" resource="Base.html#method_destroy"> |
|
468 <a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
469 </span> |
|
470 <span rel="yui:method" resource="Base.html#method_init"> |
|
471 <a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
472 </span> |
|
473 <span rel="yui:method" resource="Base.html#method_toString"> |
|
474 <a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a> |
|
475 </span> |
|
476 </code> |
|
477 </div> |
|
478 </div> |
|
479 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
480 <h4>Methods inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
481 <div class="content" rel="yui:methods"> |
|
482 <code> |
|
483 <span rel="yui:method" resource="DataSource.Local.html#method__defDataFn"> |
|
484 <a class="protected" href="DataSource.Local.html#method__defDataFn" property="yui:name" title="_defDataFn">_defDataFn</a><span class="protected">,</span> |
|
485 </span> |
|
486 <span rel="yui:method" resource="DataSource.Local.html#method__defRequestFn"> |
|
487 <a class="protected" href="DataSource.Local.html#method__defRequestFn" property="yui:name" title="_defRequestFn">_defRequestFn</a><span class="protected">,</span> |
|
488 </span> |
|
489 <span rel="yui:method" resource="DataSource.Local.html#method__defResponseFn"> |
|
490 <a class="protected" href="DataSource.Local.html#method__defResponseFn" property="yui:name" title="_defResponseFn">_defResponseFn</a><span class="protected">,</span> |
|
491 </span> |
|
492 <span rel="yui:method" resource="DataSource.Local.html#method__initEvents"> |
|
493 <a class="private" href="DataSource.Local.html#method__initEvents" property="yui:name" title="_initEvents">_initEvents</a><span class="private">,</span> |
|
494 </span> |
|
495 <span rel="yui:method" resource="DataSource.Local.html#method_initializer"> |
|
496 <a class="private" href="DataSource.Local.html#method_initializer" property="yui:name" title="initializer">initializer</a><span class="private">,</span> |
|
497 </span> |
|
498 <span rel="yui:method" resource="DataSource.Local.html#method_sendRequest"> |
|
499 <a class="" href="DataSource.Local.html#method_sendRequest" property="yui:name" title="sendRequest">sendRequest</a> |
|
500 </span> |
|
501 </code> |
|
502 </div> |
|
503 </div> |
|
504 </div> |
|
505 </div> |
|
506 |
|
507 <div rel="yui:events" resource="#events"> |
|
508 <div class="section method details"> |
|
509 <h3 id="events">Events</h3> |
|
510 <div class="content"> |
|
511 <div class="" rel="yui:event" resource="#event_ioChange"> |
|
512 <h4> |
|
513 <a name="event_ioChange">ioChange</a></h4> |
|
514 <div class="detail"> |
|
515 <code> |
|
516 |
|
517 |
|
518 |
|
519 <strong property="yui:name">ioChange</strong> |
|
520 |
|
521 ( |
|
522 |
|
523 |
|
524 event |
|
525 |
|
526 |
|
527 ) |
|
528 |
|
529 </code> |
|
530 |
|
531 <div class="description" property="yui:description"> |
|
532 Fires when the value for the configuration attribute 'io' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
533 </div> |
|
534 |
|
535 <div class="description"> |
|
536 |
|
537 |
|
538 <dl rel="yui:parameters"> |
|
539 <dt>Parameters:</dt> |
|
540 <dd rel="yui:parameter"> |
|
541 <code><span property="yui:name">event</span> |
|
542 <<span property="yui:type">Event.Facade</span>> |
|
543 </code> |
|
544 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
545 </dd> |
|
546 |
|
547 </dl> |
|
548 |
|
549 |
|
550 </div> |
|
551 |
|
552 </div> |
|
553 <hr /> |
|
554 </div> |
|
555 </div> |
|
556 </div> |
|
557 |
|
558 |
|
559 <div rel="yui:inheritance"> |
|
560 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
561 <h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
562 <div class="content" rel="yui:events"> |
|
563 <code> |
|
564 <span rel="yui:event" resource="Base.html#event_destroy"> |
|
565 <a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
566 </span> |
|
567 <span rel="yui:event" resource="Base.html#event_destroyedChange"> |
|
568 <a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span> |
|
569 </span> |
|
570 <span rel="yui:event" resource="Base.html#event_init"> |
|
571 <a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
572 </span> |
|
573 <span rel="yui:event" resource="Base.html#event_initializedChange"> |
|
574 <a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span> |
|
575 </span> |
|
576 |
|
577 </code> |
|
578 </div> |
|
579 </div> |
|
580 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
581 <h4>Events inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
582 <div class="content" rel="yui:events"> |
|
583 <code> |
|
584 <span rel="yui:event" resource="DataSource.Local.html#event_data"> |
|
585 <a class="" href="DataSource.Local.html#event_data" property="yui:name" title="data">data</a><span class="">,</span> |
|
586 </span> |
|
587 <span rel="yui:event" resource="DataSource.Local.html#event_error"> |
|
588 <a class="" href="DataSource.Local.html#event_error" property="yui:name" title="error">error</a><span class="">,</span> |
|
589 </span> |
|
590 <span rel="yui:event" resource="DataSource.Local.html#event_request"> |
|
591 <a class="" href="DataSource.Local.html#event_request" property="yui:name" title="request">request</a> |
|
592 </span> |
|
593 <span rel="yui:event" resource="DataSource.Local.html#event_response"> |
|
594 <a class="" href="DataSource.Local.html#event_response" property="yui:name" title="response">response</a> |
|
595 </span> |
|
596 <span rel="yui:event" resource="DataSource.Local.html#event_sourceChange"> |
|
597 <a class="" href="DataSource.Local.html#event_sourceChange" property="yui:name" title="sourceChange">sourceChange</a> |
|
598 </span> |
|
599 |
|
600 </code> |
|
601 </div> |
|
602 </div> |
|
603 </div> |
|
604 </div> |
|
605 |
|
606 <div rel="yui:attributes" resource="#configattributes"> |
|
607 <div class="section field details"> |
|
608 <h3 id="configattributes">Configuration Attributes</h3> |
|
609 <div class="content"> |
|
610 <div class="" rel="yui:attribute" resource="#config_io"> |
|
611 <h4><a name="config_io">io</a> |
|
612 <code>- <span property="yui:type">Y.io</span></code> |
|
613 </h4> |
|
614 <div class="detail"> |
|
615 <div class="description" property="yui:description"> |
|
616 Pointer to IO Utility. |
|
617 </div> |
|
618 </div> |
|
619 |
|
620 |
|
621 <div class="default"> |
|
622 Default Value: Y.io |
|
623 </div> |
|
624 |
|
625 <hr /> |
|
626 </div> |
|
627 |
|
628 </div> |
|
629 </div> |
|
630 |
|
631 <div rel="yui:inheritance"> |
|
632 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
633 <h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
634 <div class="content" rel="yui:attributes"> |
|
635 <code> |
|
636 <span rel="yui:attribute" resource="Base.html#config_destroyed"> |
|
637 <a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span> |
|
638 </span> |
|
639 <span rel="yui:attribute" resource="Base.html#config_initialized"> |
|
640 <a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span> |
|
641 </span> |
|
642 |
|
643 </code> |
|
644 </div> |
|
645 </div> |
|
646 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
647 <h4>Configuration attributes inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
648 <div class="content" rel="yui:attributes"> |
|
649 <code> |
|
650 <span rel="yui:attribute" resource="DataSource.Local.html#config_source"> |
|
651 <a class="" href="DataSource.Local.html#config_source" property="yui:name" title="source">source</a><span class="">,</span> |
|
652 </span> |
|
653 |
|
654 </code> |
|
655 </div> |
|
656 </div> |
|
657 </div> |
|
658 </div> |
|
659 |
|
660 </div> |
|
661 </div> |
|
662 <div class="yui-b"> |
|
663 <div class="nav"> |
|
664 |
|
665 <div id="moduleList" class="module"> |
|
666 <h4>Modules</h4> |
|
667 <ul class="content"> |
|
668 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
669 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
670 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
671 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
672 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
673 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
674 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
675 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
676 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
677 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
678 <li class="selected"><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
679 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
680 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
681 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
682 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
683 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
684 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
685 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
686 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
687 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
688 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
689 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
690 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
691 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
692 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
693 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
694 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
695 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
696 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
697 <li class=""><a href="module_queue.html" title="queue">queue</a></li> |
|
698 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
699 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
700 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
701 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
702 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
703 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
704 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
705 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
706 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
707 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
708 </ul> |
|
709 </div> |
|
710 |
|
711 <div id="classList" class="module"> |
|
712 <h4>Classes</h4> |
|
713 <ul class="content"> |
|
714 <li class=""><a href="DataSource.Function.html" title="DataSource.Function">DataSource.Function</a></li> |
|
715 <li class=""><a href="DataSource.Get.html" title="DataSource.Get">DataSource.Get</a></li> |
|
716 <li class="selected"><a href="DataSource.IO.html" title="DataSource.IO">DataSource.IO</a></li> |
|
717 <li class=""><a href="DataSource.Local.html" title="DataSource.Local">DataSource.Local</a></li> |
|
718 <li class=""><a href="DataSourceArraySchema.html" title="DataSourceArraySchema">DataSourceArraySchema</a></li> |
|
719 <li class=""><a href="DataSourceCache.html" title="DataSourceCache">DataSourceCache</a></li> |
|
720 <li class=""><a href="DataSourceJSONSchema.html" title="DataSourceJSONSchema">DataSourceJSONSchema</a></li> |
|
721 <li class=""><a href="DataSourceTextSchema.html" title="DataSourceTextSchema">DataSourceTextSchema</a></li> |
|
722 <li class=""><a href="DataSourceXMLSchema.html" title="DataSourceXMLSchema">DataSourceXMLSchema</a></li> |
|
723 <li class=""><a href="Pollable.html" title="Pollable">Pollable</a></li> |
|
724 </ul> |
|
725 </div> |
|
726 |
|
727 <div id="fileList" class="module"> |
|
728 <h4>Files</h4> |
|
729 <ul class="content"> |
|
730 <li class=""><a href="datasource-arrayschema.js.html" title="datasource-arrayschema.js">datasource-arrayschema.js</a></li> |
|
731 <li class=""><a href="datasource-cache.js.html" title="datasource-cache.js">datasource-cache.js</a></li> |
|
732 <li class=""><a href="datasource-function.js.html" title="datasource-function.js">datasource-function.js</a></li> |
|
733 <li class=""><a href="datasource-get.js.html" title="datasource-get.js">datasource-get.js</a></li> |
|
734 <li class=""><a href="datasource-io.js.html" title="datasource-io.js">datasource-io.js</a></li> |
|
735 <li class=""><a href="datasource-jsonschema.js.html" title="datasource-jsonschema.js">datasource-jsonschema.js</a></li> |
|
736 <li class=""><a href="datasource-local.js.html" title="datasource-local.js">datasource-local.js</a></li> |
|
737 <li class=""><a href="datasource-polling.js.html" title="datasource-polling.js">datasource-polling.js</a></li> |
|
738 <li class=""><a href="datasource-textschema.js.html" title="datasource-textschema.js">datasource-textschema.js</a></li> |
|
739 <li class=""><a href="datasource-xmlschema.js.html" title="datasource-xmlschema.js">datasource-xmlschema.js</a></li> |
|
740 </ul> |
|
741 </div> |
|
742 |
|
743 <div id="propertyList" class="module"> |
|
744 <h4>Properties</h4> |
|
745 <ul class="content"> |
|
746 <li class="private"><a href="#property__queue" title="_queue">_queue</a></li> |
|
747 <li class=""><a href="#property_NAME" title="NAME">NAME</a></li> |
|
748 </ul> |
|
749 </div> |
|
750 |
|
751 <div id="methodsList" class="module"> |
|
752 <h4>Methods</h4> |
|
753 <ul class="content"> |
|
754 <li class="protected"><a href="#method__defRequestFn" title="_defRequestFn">_defRequestFn</a></li> |
|
755 <li class="private"><a href="#method_initializer" title="initializer">initializer</a></li> |
|
756 </ul> |
|
757 </div> |
|
758 |
|
759 <div id="eventsList" class="module"> |
|
760 <h4>Events</h4> |
|
761 <ul class="content"> |
|
762 <li class=""><a href="#event_ioChange" title="ioChange">ioChange</a></li> |
|
763 </ul> |
|
764 </div> |
|
765 |
|
766 <div id="configList" class="module"> |
|
767 <h4>Configuration Attributes</h4> |
|
768 <ul class="content"> |
|
769 <li class=""><a href="#config_io" title="io">io</a></li> |
|
770 </ul> |
|
771 </div> |
|
772 |
|
773 </div> |
|
774 </div> |
|
775 </div> |
|
776 <div id="ft"> |
|
777 <hr /> |
|
778 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
779 </div> |
|
780 </div> |
|
781 <script type="text/javascript"> |
|
782 ALL_YUI_PROPS = [{"access": "", "host": "DataSource.Get", "name": "asyncMode", "url": "DataSource.Get.html#config_asyncMode", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "asyncModeChange", "url": "DataSource.Get.html#event_asyncModeChange", "type": "event"}, {"access": "protected", "host": "DataSourceArraySchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)<\/dt> <dd>Unique transaction ID.<\/dd>\n<dt>request (Object)<\/dt> <dd>The request.<\/dd>\n<dt>callback (Object)<\/dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)<\/dt> <dd>Success handler.<\/dd>\n<dt>failure (Function)<\/dt> <dd>Failure handler.<\/dd>\n<\/dl>\n<\/dd>\n<dt>data (Object)<\/dt> <dd>Raw data.<\/dd>\n<\/dl>", "url": "DataSourceArraySchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)<\/dt> <dd>Unique transaction ID.<\/dd>\n<dt>request (Object)<\/dt> <dd>The request.<\/dd>\n<dt>callback (Object)<\/dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)<\/dt> <dd>Success handler.<\/dd>\n<dt>failure (Function)<\/dt> <dd>Failure handler.<\/dd>\n<\/dl>\n<\/dd>\n<dt>data (Object)<\/dt> <dd>Raw data.<\/dd>\n<\/dl>", "type": "method"}, {"access": "protected", "host": "DataSourceXMLSchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)<\/dt> <dd>Unique transaction ID.<\/dd>\n<dt>request (Object)<\/dt> <dd>The request.<\/dd>\n<dt>callback (Object)<\/dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)<\/dt> <dd>Success handler.<\/dd>\n<dt>failure (Function)<\/dt> <dd>Failure handler.<\/dd>\n<\/dl>\n<\/dd>\n<dt>data (Object)<\/dt> <dd>Raw data.<\/dd>\n<\/dl>", "url": "DataSourceXMLSchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)<\/dt> <dd>Unique transaction ID.<\/dd>\n<dt>request (Object)<\/dt> <dd>The request.<\/dd>\n<dt>callback (Object)<\/dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)<\/dt> <dd>Success handler.<\/dd>\n<dt>failure (Function)<\/dt> <dd>Failure handler.<\/dd>\n<\/dl>\n<\/dd>\n<dt>data (Object)<\/dt> <dd>Raw data.<\/dd>\n<\/dl>", "type": "method"}, {"access": "protected", "host": "DataSourceJSONSchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)<\/dt> <dd>Unique transaction ID.<\/dd>\n<dt>request (Object)<\/dt> <dd>The request.<\/dd>\n<dt>callback (Object)<\/dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)<\/dt> <dd>Success handler.<\/dd>\n<dt>failure (Function)<\/dt> <dd>Failure handler.<\/dd>\n<\/dl>\n<\/dd>\n<dt>data (Object)<\/dt> <dd>Raw data.<\/dd>\n<\/dl>", "url": "DataSourceJSONSchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)<\/dt> <dd>Unique transaction ID.<\/dd>\n<dt>request (Object)<\/dt> <dd>The request.<\/dd>\n<dt>callback (Object)<\/dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)<\/dt> <dd>Success handler.<\/dd>\n<dt>failure (Function)<\/dt> <dd>Failure handler.<\/dd>\n<\/dl>\n<\/dd>\n<dt>data (Object)<\/dt> <dd>Raw data.<\/dd>\n<\/dl>", "type": "method"}, {"access": "", "host": "DataSource.Get", "name": "callbacks", "url": "DataSource.Get.html#property_callbacks", "type": "property"}, {"access": "", "host": "Pollable", "name": "clearAllIntervals", "url": "Pollable.html#method_clearAllIntervals", "type": "method"}, {"access": "", "host": "Pollable", "name": "clearInterval", "url": "Pollable.html#method_clearInterval", "type": "method"}, {"access": "protected", "host": "DataSource.Get", "name": "_defRequestFn", "url": "DataSource.Get.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.Function", "name": "_defRequestFn", "url": "DataSource.Function.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.IO", "name": "_defRequestFn", "url": "DataSource.IO.html#method__defRequestFn", "type": "method"}, {"access": "", "host": "DataSource.Get", "name": "generateRequestCallback", "url": "DataSource.Get.html#config_generateRequestCallback", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "generateRequestCallbackChange", "url": "DataSource.Get.html#event_generateRequestCallbackChange", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "get", "url": "DataSource.Get.html#config_get", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "getChange", "url": "DataSource.Get.html#event_getChange", "type": "event"}, {"access": "private", "host": "DataSourceArraySchema", "name": "initializer", "url": "DataSourceArraySchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSourceXMLSchema", "name": "initializer", "url": "DataSourceXMLSchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSourceJSONSchema", "name": "initializer", "url": "DataSourceJSONSchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSource.IO", "name": "initializer", "url": "DataSource.IO.html#method_initializer", "type": "method"}, {"access": "private", "host": "Pollable", "name": "_intervals", "url": "Pollable.html#property__intervals", "type": "property"}, {"access": "", "host": "DataSource.IO", "name": "io", "url": "DataSource.IO.html#config_io", "type": "config"}, {"access": "", "host": "DataSource.IO", "name": "ioChange", "url": "DataSource.IO.html#event_ioChange", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "NAME", "url": "DataSource.Get.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.Function", "name": "NAME", "url": "DataSource.Function.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceArraySchema", "name": "NAME", "url": "DataSourceArraySchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceXMLSchema", "name": "NAME", "url": "DataSourceXMLSchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceJSONSchema", "name": "NAME", "url": "DataSourceJSONSchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.IO", "name": "NAME", "url": "DataSource.IO.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceArraySchema", "name": "NS", "url": "DataSourceArraySchema.html#property_NS", "type": "property"}, {"access": "", "host": "DataSourceXMLSchema", "name": "NS", "url": "DataSourceXMLSchema.html#property_NS", "type": "property"}, {"access": "", "host": "DataSourceJSONSchema", "name": "NS", "url": "DataSourceJSONSchema.html#property_NS", "type": "property"}, {"access": "private", "host": "DataSource.IO", "name": "_queue", "url": "DataSource.IO.html#property__queue", "type": "property"}, {"access": "", "host": "DataSource.Get", "name": "scriptCallbackParam", "url": "DataSource.Get.html#config_scriptCallbackParam", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "scriptCallbackParamChange", "url": "DataSource.Get.html#event_scriptCallbackParamChange", "type": "event"}, {"access": "", "host": "Pollable", "name": "setInterval", "url": "Pollable.html#method_setInterval", "type": "method"}, {"access": "", "host": "DataSource.Function", "name": "source", "url": "DataSource.Function.html#config_source", "type": "config"}, {"access": "", "host": "DataSource.Function", "name": "sourceChange", "url": "DataSource.Function.html#event_sourceChange", "type": "event"}, {"access": "private", "host": "DataSource.Get", "name": "_tId", "url": "DataSource.Get.html#property__tId", "type": "property"}]; |
|
783 </script> |
|
784 </body> |
|
785 </html> |