| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api | |
| gwt.material.design.jscore.client.api |
| Modifier and Type | Method and Description |
|---|---|
Functions.Func1<Promise> |
AnimateOptions.getStart() |
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.after(Functions.Func1<Integer> function)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.queue(Functions.Func1<Functions.Func> callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQueryElement |
JQueryElement.queue(String queueName,
Functions.Func1<Functions.Func> callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
void |
AnimateOptions.setStart(Functions.Func1<Promise> start) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Navigator.getMedia(Constraints constraints,
Functions.Func1<MediaStream> successCallback,
Functions.Func1<String> failureCallback) |
static void |
Navigator.getMedia(Constraints constraints,
Functions.Func1<MediaStream> successCallback,
Functions.Func1<String> failureCallback) |
Copyright © 2017. All rights reserved.