| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api | |
| gwt.material.design.jscore.client.api.media |
| Modifier and Type | Method and Description |
|---|---|
Promise |
Promise.always(Functions.EventFunc1<Object> f) |
Promise |
Promise.done(Functions.EventFunc1<Object> f) |
Promise |
Promise.fail(Functions.EventFunc1<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.EventFunc1<Object> f) |
Promise |
Promise.then(Functions.FuncRet1<Object> f) |
Promise |
Promise.when(Functions.EventFunc1<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) |
| Modifier and Type | Method and Description |
|---|---|
Promise |
MediaDevices.enumerateDevices() |
Promise |
MediaDevices.getUserMedia() |
Promise |
MediaDevices.getUserMedia(Constraints constraints) |
Copyright © 2023. All rights reserved.