public class JQueryGenericPromise<T>
extends net.java.html.lib.Objs
| Modifier | Constructor and Description |
|---|---|
protected |
JQueryGenericPromise(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static JQueryGenericPromise |
$as(Object obj) |
JQueryPromise<Void> |
then(net.java.html.lib.Function.A2<? super T,? super net.java.html.lib.Array<Object>,? extends Void> doneFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
then(net.java.html.lib.Function.A2<? super T,? super net.java.html.lib.Array<Object>,? extends Void> doneFilter,
net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Object> failFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
then(net.java.html.lib.Function.A2<? super T,? super net.java.html.lib.Array<Object>,? extends Void> doneFilter,
net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Object> failFilter,
net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Object> progressFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfprotected JQueryGenericPromise(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static JQueryGenericPromise $as(Object obj)
public JQueryPromise<Void> then(net.java.html.lib.Function.A2<? super T,? super net.java.html.lib.Array<Object>,? extends Void> doneFilter, net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Object> failFilter, net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Object> progressFilter)
doneFilter - A function that is called when the Deferred is resolved.failFilter - An optional function that is called when the Deferred is rejected.public JQueryPromise<Void> then(net.java.html.lib.Function.A2<? super T,? super net.java.html.lib.Array<Object>,? extends Void> doneFilter)
doneFilter - A function that is called when the Deferred is resolved.failFilter - An optional function that is called when the Deferred is rejected.public JQueryPromise<Void> then(net.java.html.lib.Function.A2<? super T,? super net.java.html.lib.Array<Object>,? extends Void> doneFilter, net.java.html.lib.Function.A1<? super net.java.html.lib.Array<Object>,? extends Object> failFilter)
doneFilter - A function that is called when the Deferred is resolved.failFilter - An optional function that is called when the Deferred is rejected.Copyright © 2016. All rights reserved.