blob: 823b3e425c7eda8ce7512d3df7b3c0ba9d79bea4 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: DjsDeferred</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: DjsDeferred</h1>
<section>
<header>
<h2>
DjsDeferred
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name" id="DjsDeferred"><span class="type-signature"></span>new DjsDeferred<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
Initializes a new DjsDeferred object.
<ul>
<li> Compability Note A - Ordering of callbacks through chained 'then' invocations <br>
The Wiki entry at http://wiki.commonjs.org/wiki/Promises/A
implies that .then() returns a distinct object.
For compatibility with http://api.jquery.com/category/deferred-object/
we return this same object. This affects ordering, as
the jQuery version will fire callbacks in registration
order regardless of whether they occur on the result
or the original object.
</li>
<li>Compability Note B - Fulfillment value <br>
The Wiki entry at http://wiki.commonjs.org/wiki/Promises/A
implies that the result of a success callback is the
fulfillment value of the object and is received by
other success callbacks that are chained.
For compatibility with http://api.jquery.com/category/deferred-object/
we disregard this value instead.
</li></ul>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="deferred.js.html">deferred.js</a>, <a href="deferred.js.html#line38">line 38</a>
</li></ul></dd>
</dl>
</dd>
</div>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="promise"><span class="type-signature"></span>promise<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
Returns a version of this object that has only the read-only methods available.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="deferred.js.html">deferred.js</a>, <a href="deferred.js.html#line160">line 160</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
An object with only the promise object.
</div>
</dd>
<dt>
<h4 class="name" id="reject"><span class="type-signature"></span>reject<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
Invokes error callbacks for this deferred object.
All arguments are forwarded to error callbacks.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="deferred.js.html">deferred.js</a>, <a href="deferred.js.html#line139">line 139</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="resolve"><span class="type-signature"></span>resolve<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
Invokes success callbacks for this deferred object.
All arguments are forwarded to success callbacks.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="deferred.js.html">deferred.js</a>, <a href="deferred.js.html#line113">line 113</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="then"><span class="type-signature"></span>then<span class="signature">(<span class="optional">fulfilledHandler</span>, <span class="optional">errorHandler</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
Adds success and error callbacks for this deferred object.
See Compatibility Note A.
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>fulfilledHandler</code></td>
<td class="type">
<span class="param-type">function</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="description last">Success callback ( may be null)</td>
</tr>
<tr>
<td class="name"><code>errorHandler</code></td>
<td class="type">
<span class="param-type">function</span>
</td>
<td class="attributes">
&lt;optional><br>
</td>
<td class="description last">Error callback ( may be null)</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="deferred.js.html">deferred.js</a>, <a href="deferred.js.html#line74">line 74</a>
</li></ul></dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="deferred.html">odatajs/deferred</a></li><li><a href="utils_.html">odatajs/utils</a></li><li><a href="xml.html">odatajs/xml</a></li><li><a href="module-store.html">store</a></li><li><a href="dom.html">store/dom</a></li><li><a href="indexeddb.html">store/indexeddb</a></li><li><a href="memory.html">store/memory</a></li></ul><h3>Classes</h3><ul><li><a href="DataCache.html">DataCache</a></li><li><a href="DataCacheOperation.html">DataCacheOperation</a></li><li><a href="DjsDeferred.html">DjsDeferred</a></li><li><a href="dom-DomStore.html">DomStore</a></li><li><a href="indexeddb-IndexedDBStore.html">IndexedDBStore</a></li><li><a href="memory-MemoryStore.html">MemoryStore</a></li><li><a href="ODataCacheSource.html">ODataCacheSource</a></li></ul><h3><a href="global.html">Global</a></h3>
</nav>
<br clear="both">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>