| Modifier and Type | Method and Description |
|---|---|
Promise<Boolean,IError> |
AuthHelper.IAuthCallback.authenticate() |
Promise<Boolean,IError> |
AuthHelper.authenticate(String username,
String password,
String url) |
| Modifier and Type | Method and Description |
|---|---|
Promise<Boolean,IError> |
EntityEditorDialog.show(String viewName) |
| Modifier and Type | Method and Description |
|---|---|
Promise<Void,IError> |
Localizer.init() |
| Modifier and Type | Method and Description |
|---|---|
Promise<JsonRPCTransaction.TransactionResult,IError> |
JsonRPCTransaction.commit() |
Promise<com.google.gwt.json.client.JSONValue,IError> |
JsonRPCRequest.getPromise() |
static Promise<com.google.gwt.json.client.JSONValue,IError> |
JsonRPCRequest.makeCall(String methodName,
Map<String,com.google.gwt.json.client.JSONValue> params) |
Promise<com.google.gwt.json.client.JSONValue,IError> |
JsonRPCRequest.send() |
| Modifier and Type | Method and Description |
|---|---|
Promise<Void,IError> |
GenericEntityList.load() |
| Modifier and Type | Method and Description |
|---|---|
Promise<JSEntityList,IError> |
EntityManager.listEntities(EntityModel type,
int page,
int pageSize,
Map<String,com.google.gwt.json.client.JSONValue> params) |
Promise<Void,IError> |
JSEntity.load() |
Promise<Void,IError> |
ConfigurationRegistry.loadModel(String baseUrl,
String jsonRPCUrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
PromiseImpl<T,E extends IError> |
| Modifier and Type | Method and Description |
|---|---|
static Promise<JsHttpClient.RequestResult,JsHttpClient.HTTPError> |
JsHttpClient.doGet(String url,
boolean auth) |
static Promise<JsHttpClient.RequestResult,JsHttpClient.HTTPError> |
JsHttpClient.doPost(String url,
String data,
boolean auth) |
Promise<JsHttpClient.RequestResult,JsHttpClient.HTTPError> |
JsHttpRequest.execute() |
Promise<T,E> |
PromiseImpl.onError(BiFunction<? super E,? super Throwable,?> fn) |
Promise<T,E> |
Promise.onError(BiFunction<? super E,? super Throwable,?> fn) |
static Promise<Boolean,IError> |
QuestionWindow.open(String s) |
Promise<T,E> |
PromiseImpl.thenApply(Function<? super T,?> fn) |
Promise<T,E> |
Promise.thenApply(Function<? super T,?> fn) |
Copyright © 2018. All rights reserved.