| 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 | Class and Description |
|---|---|
class |
JsonRPCClientError |
class |
JsonRPCError |
static class |
JsonRPCRequest.InvalidResponseError |
class |
JsonRPCRequestError |
static class |
JsonRPCTransaction.TransactionError |
| Modifier and Type | Field and Description |
|---|---|
IError |
JsonRPCRequest.RequestResult.error |
| 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() |
| Constructor and Description |
|---|
RequestResult(com.google.gwt.json.client.JSONValue result,
IError error,
JsonRPCRequest r) |
| Modifier and Type | Method and Description |
|---|---|
Promise<Void,IError> |
GenericEntityList.load() |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationRegistry.ConfigurationRegistryError |
static class |
JSEntity.JSEntityError |
| 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 | Interface and Description |
|---|---|
interface |
Promise<T,E extends IError> |
class |
PromiseImpl<T,E extends IError> |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientError |
static class |
JsHttpClient.HTTPError |
| Modifier and Type | Method and Description |
|---|---|
static Promise<Boolean,IError> |
QuestionWindow.open(String s) |
Copyright © 2018. All rights reserved.