| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
Promise |
Promise.always(Functions.FuncRet2<Event,Object> f) |
JQueryElement |
JQueryElement.css(String propertyName,
Functions.FuncRet2<Integer,Object> function)
Set one or more CSS properties for the set of matched elements.
|
Promise |
Promise.done(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.fail(Functions.FuncRet2<Event,Object> f) |
JQueryElement |
JQueryElement.filter(Functions.FuncRet2<Integer,com.google.gwt.dom.client.Element> function)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
static Object[] |
JQuery.grep(Object[] array,
Functions.FuncRet2<Object,Integer> function)
Finds the elements of an array which satisfy a filter function.
|
static Object[] |
JQuery.grep(Object[] array,
Functions.FuncRet2<Object,Integer> function,
boolean invert)
Finds the elements of an array which satisfy a filter function.
|
JQueryElement |
JQueryElement.height(Functions.FuncRet2<Integer,Integer> function)
Set the CSS height of every matched element.
|
JQueryElement |
JQueryElement.html(Functions.FuncRet2<Integer,String> function)
Set the HTML contents of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerHeight(Functions.FuncRet2<Integer,Double> function)
Set the CSS inner height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerWidth(Functions.FuncRet2<Integer,Double> function)
Set the CSS inner width of each element in the set of matched elements.
|
boolean |
JQueryElement.is(Functions.FuncRet2<Integer,com.google.gwt.dom.client.Element> function)
Check the current matched set of elements against a selector, element, or jQuery object
and return true if at least one of these elements matches the given arguments.
|
JQueryElement |
JQueryElement.map(Functions.FuncRet2<Integer,com.google.gwt.dom.client.Element> callback)
Pass each element in the current matched set through a function, producing a new jQuery
object containing the return values.
|
static Object[] |
JQuery.map(Object[] array,
Functions.FuncRet2<Object,Integer> callback)
Translate all items in an array or object to new array of items.
|
static Object[] |
JQuery.map(Object object,
Functions.FuncRet2<Object,Integer> callback)
Translate all items in an array or object to new array of items.
|
JQueryElement |
JQueryElement.not(Functions.FuncRet2<Integer,com.google.gwt.dom.client.Element> function)
Remove elements from the set of matched elements.
|
JQueryElement |
JQueryElement.offset(Functions.FuncRet2<Integer,Offset> function)
Set the current coordinates of every element in the set of matched elements,
relative to the document.
|
JQueryElement |
JQueryElement.prop(String propertyName,
Functions.FuncRet2<Integer,Object> function)
Set one or more properties for the set of matched elements.
|
JQueryElement |
JQueryElement.removeClass(Functions.FuncRet2<Integer,String> function)
Remove a single class, multiple classes, or all classes from each element in the set
of matched elements.
|
JQueryElement |
JQueryElement.text(Functions.FuncRet2<Integer,String> function)
Set the content of each element in the set of matched elements to the specified text.
|
Promise |
Promise.then(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.when(Functions.FuncRet2<Event,Object> f) |
JQueryElement |
JQueryElement.width(Functions.FuncRet2<Integer,Integer> function)
Set the CSS width of each element in the set of matched elements.
|
Copyright © 2017. All rights reserved.