See: Description
| Interface | Description |
|---|---|
| AsyncCallbackOnFailure | |
| AsyncCallbackOnSuccess<T> | |
| EditorWithErrorHandling<P,F> |
editor interface with default functionality used in forms.
|
| HasShowMessage |
Interface for elements which can show a message.
|
| HttpMessages |
Localized values of http states.
|
| LoginMessages |
Localized values for login form.
|
| Class | Description |
|---|---|
| AbstractPresenterWithErrorHandling<P extends com.gwtplatform.mvp.client.proxy.Proxy<?>,V extends EditorWithErrorHandling<? extends AbstractPresenterWithErrorHandling<P,V,F>,F>,F> |
abstract presenter with default functionality used in forms.
|
| AbstractRestCallback<P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages> |
Async callback implementation with error handling.
|
| AbstractSimpleRestCallback<V extends HasShowMessage,R,H extends HttpMessages> |
Async callback implementation with error handling.
|
| AbstractViewWithErrorHandling<P,F> |
abstract editor implementation with default functionality used in forms.
|
| CachedSyncHttpGetCall |
helper class for synchronous rest get call with result caching.
|
| FutureResult<T> |
future result for asynchronous call caching.
|
| LoginCallback<T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> |
Login Callback for login.
|
| RestCallbackBuilder |
Async callback implementation with error handling.
|
| RestCallbackImpl<P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages> |
Async callback implementation with error handling.
|
| RestCallbackSimpleImpl<V extends HasShowMessage,R,H extends HttpMessages> |
Async callback implementation with error handling.
|
Copyright © 2015–2018. All rights reserved.