| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
Promise |
Promise.always(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.done(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.fail(Functions.FuncRet2<Event,Object> f) |
Promise |
JQueryElement.promise()
Return a Promise object to observe when all actions of a certain type bound to the
collection, queued or not, have finished.
|
Promise |
JQueryElement.promise(Object target)
Return a Promise object to observe when all actions of a certain type bound to the
collection, queued or not, have finished.
|
Promise |
JQueryElement.promise(String type)
Return a Promise object to observe when all actions of a certain type bound to the
collection, queued or not, have finished.
|
Promise |
JQueryElement.promise(String type,
Object target)
Return a Promise object to observe when all actions of a certain type bound to the
collection, queued or not, have finished.
|
Promise |
Promise.then(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.when(Functions.FuncRet2<Event,Object> f) |
| Modifier and Type | Method and Description |
|---|---|
Functions.Func2<Promise,Boolean> |
AnimateOptions.getAlways() |
Functions.Func2<Promise,Boolean> |
AnimateOptions.getDone() |
Functions.Func2<Promise,Boolean> |
AnimateOptions.getFail() |
Functions.Func3<Promise,Double,Double> |
AnimateOptions.getProgress() |
Functions.Func1<Promise> |
AnimateOptions.getStart() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnimateOptions.setAlways(Functions.Func2<Promise,Boolean> always) |
void |
AnimateOptions.setDone(Functions.Func2<Promise,Boolean> done) |
void |
AnimateOptions.setFail(Functions.Func2<Promise,Boolean> fail) |
void |
AnimateOptions.setProgress(Functions.Func3<Promise,Double,Double> progress) |
void |
AnimateOptions.setStart(Functions.Func1<Promise> start) |
Copyright © 2017. All rights reserved.