| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api | |
| gwt.material.design.jscore.client.api.file |
| Modifier and Type | Method and Description |
|---|---|
Functions.Func2<Promise,Boolean> |
AnimateOptions.getAlways() |
Functions.Func2<Promise,Boolean> |
AnimateOptions.getDone() |
Functions.Func2<Promise,Boolean> |
AnimateOptions.getFail() |
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.addClass(Functions.Func2<Integer,String> function)
Adds the specified class(es) to each element in the set of matched elements.
|
JQueryElement |
JQueryElement.after(Functions.Func2<Integer,String> function)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.attr(String attr,
Functions.Func2<Integer,Object> function)
Set one or more attributes for the set of matched elements.
|
JQueryElement |
JQueryElement.each(Functions.Func2<Object,com.google.gwt.dom.client.Element> function)
Iterate over a jQuery object, executing a function for each matched element.
|
static Object |
JQuery.each(Object[] array,
Functions.Func2<Integer,Object> callback)
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.
|
static Object |
JQuery.each(Object object,
Functions.Func2<Integer,Object> callback)
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.
|
JQueryElement |
JQueryElement.outerHeight(Functions.Func2<Integer,Integer> function)
Set the CSS outer Height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.outerWidth(Functions.Func2<Integer,Integer> function)
Set the CSS outer Width of each element in the set of matched elements.
|
void |
AnimateOptions.setAlways(Functions.Func2<Promise,Boolean> always) |
void |
AnimateOptions.setDone(Functions.Func2<Promise,Boolean> done) |
void |
AnimateOptions.setFail(Functions.Func2<Promise,Boolean> fail) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryEntry.getDirectory(String Path,
FileOptions options,
Functions.Func2<Void,DirectoryEntry> success,
Functions.Func2<Void,FileError> error) |
void |
DirectoryEntry.getDirectory(String Path,
FileOptions options,
Functions.Func2<Void,DirectoryEntry> success,
Functions.Func2<Void,FileError> error) |
void |
DirectoryEntry.getFile(String path,
FileOptions options,
Functions.Func2<Void,FileEntry> success,
Functions.Func2<Void,FileError> error) |
void |
DirectoryEntry.getFile(String path,
FileOptions options,
Functions.Func2<Void,FileEntry> success,
Functions.Func2<Void,FileError> error) |
void |
DirectoryEntry.removeRecursively(Functions.Func2<Void,Void> success,
Functions.Func2<Void,FileError> error) |
void |
DirectoryEntry.removeRecursively(Functions.Func2<Void,Void> success,
Functions.Func2<Void,FileError> error) |
Copyright © 2017. All rights reserved.