| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
Functions.Func3<Promise,Double,Double> |
AnimateOptions.getProgress() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JQuery.getJSON(String url,
Functions.Func3<Object,String,Object> success)
Load JSON-encoded data from the server using a GET HTTP request.
|
static Object |
JQuery.getJSON(String url,
String data,
Functions.Func3<Object,String,Object> success)
Load JSON-encoded data from the server using a GET HTTP request.
|
static Object |
JQuery.getScript(String url,
Functions.Func3<Object,String,Object> success)
Load a JavaScript file from the server using a GET HTTP request, then execute it.
|
JQueryElement |
JQueryElement.load(String url,
String data,
Functions.Func3<String,String,Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
static Object |
JQuery.post(String url,
String data,
Functions.Func3<Object,String,Object> success)
Load data from the server using a HTTP POST request.
|
static Object |
JQuery.post(String url,
String data,
Functions.Func3<Object,String,Object> success,
String dataType)
Load data from the server using a HTTP POST request.
|
void |
AnimateOptions.setProgress(Functions.Func3<Promise,Double,Double> progress) |
Copyright © 2017. All rights reserved.