| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
Functions.Func |
AnimateOptions.getComplete() |
static Functions.Func |
JQuery.proxy(Functions.Func function,
Object context)
Takes a function and returns a new one that will always have a particular context.
|
static Functions.Func |
JQuery.proxy(Functions.Func function,
Object context,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
static Functions.Func |
JQuery.proxy(Object context,
String name)
Takes a function and returns a new one that will always have a particular context.
|
static Functions.Func |
JQuery.proxy(Object context,
String name,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.animate(Object properties,
double duration,
String easing,
Functions.Func function)
Perform a custom animation of a set of CSS properties.
|
JQueryElement |
JQueryElement.fadeIn(double duration,
Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(double duration,
String easing,
Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeOut(double duration,
Functions.Func complete)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(double duration,
String easing,
Functions.Func complete)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeTo(double duration,
double opacity,
Functions.Func complete)
Adjust the opacity of the matched elements.
|
JQueryElement |
JQueryElement.fadeTo(double duration,
double opacity,
String easing,
Functions.Func complete)
Adjust the opacity of the matched elements.
|
JQueryElement |
JQueryElement.fadeToggle(double duration,
Functions.Func complete)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(double duration,
String easing,
Functions.Func complete)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(Functions.Func complete)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.hide(double duration,
Functions.Func complete)
Hide the matched elements.
|
JQueryElement |
JQueryElement.hide(Functions.Func complete)
Hide the matched elements.
|
static Functions.Func |
JQuery.proxy(Functions.Func function,
Object context)
Takes a function and returns a new one that will always have a particular context.
|
static Functions.Func |
JQuery.proxy(Functions.Func function,
Object context,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
JQueryElement |
JQueryElement.ready(Functions.Func handler)
Specify a function to execute when the DOM is fully loaded.
|
JQueryElement |
JQueryElement.replaceWith(Functions.Func function)
Replace each element in the set of matched elements with the provided new content and
return the set of elements that was removed.
|
void |
AnimateOptions.setComplete(Functions.Func complete) |
JQueryElement |
JQueryElement.show(double duration,
Functions.Func complete)
Display the matched elements.
|
JQueryElement |
JQueryElement.show(Functions.Func complete)
Display the matched elements.
|
JQueryElement |
JQueryElement.slideDown(double duration,
Functions.Func complete)
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideDown(Functions.Func complete)
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle(double duration,
Functions.Func complete)
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle(Functions.Func complete)
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp(double duration,
Functions.Func complete)
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp(Functions.Func complete)
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.toggle(double duration,
Functions.Func complete)
Display or hide the matched elements.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017. All rights reserved.