| Package | Description |
|---|---|
| de.knightsoftnet.gwtp.spring.client.rest.helper |
this package contains client side rest helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
AbstractRestCallback<P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages>
Async callback implementation with error handling.
|
class |
LoginCallback<T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages>
Login Callback for login.
|
class |
RestCallbackImpl<P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages>
Async callback implementation with error handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractViewWithErrorHandling<P,F>
abstract editor implementation with default functionality used in forms.
|
| Modifier and Type | Field and Description |
|---|---|
protected V |
AbstractRestCallback.view |
| Modifier and Type | Method and Description |
|---|---|
static <P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages> |
RestCallbackBuilder.build(V pview,
D pdata,
Session psession,
AsyncCallbackOnSuccess<R> pcallbackOnSuccess)
create rest callback implementation.
|
static <P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages> |
RestCallbackBuilder.build(V pview,
D pdata,
Session psession,
H phttpMessage,
AsyncCallbackOnSuccess<R> pcallbackOnSuccess)
create rest callback implementation.
|
static <T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> |
RestCallbackBuilder.buildLoginCallback(V pview,
Session psession)
create login callback implementation.
|
static <T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> |
RestCallbackBuilder.buildLoginCallback(V pview,
Session psession,
M ploginErrorMessage)
create login callback implementation.
|
static <T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> |
RestCallbackBuilder.buildLoginCallback(V pview,
Session psession,
M ploginErrorMessage,
H phttpMessage)
create login callback implementation.
|
Copyright © 2015–2018. All rights reserved.