| Package | Description |
|---|---|
| de.knightsoftnet.gwtp.spring.client | |
| de.knightsoftnet.gwtp.spring.client.rest.helper |
this package contains client side rest helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GwtpSpringSession<T extends User>
Session handler using spring rest service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleRestCallback<V extends HasShowMessage,R,H extends HttpMessages>
Async callback implementation with error handling.
|
class |
RestCallbackSimpleImpl<V extends HasShowMessage,R,H extends HttpMessages>
Async callback implementation with error handling.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EditorWithErrorHandling<P,F>
editor interface with default functionality used in forms.
|
| 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 |
AbstractSimpleRestCallback.view |
| Modifier and Type | Method and Description |
|---|---|
static <V extends HasShowMessage,R,H extends HttpMessages> |
RestCallbackBuilder.build(V pview,
Session psession,
AsyncCallbackOnSuccess<R> pcallbackOnSuccess)
create rest callback implementation.
|
static <V extends HasShowMessage,R,H extends HttpMessages> |
RestCallbackBuilder.build(V pview,
Session psession,
AsyncCallbackOnSuccess<R> pcallbackOnSuccess,
H phttpMessage)
create rest callback implementation.
|
Copyright © 2015–2018. All rights reserved.