Skip navigation links
A B C D E F G H I L M O P R S U V 

A

AbstractPresenterWithErrorHandling<P extends com.gwtplatform.mvp.client.proxy.Proxy<?>,V extends EditorWithErrorHandling<? extends AbstractPresenterWithErrorHandling<P,V,F>,F>,F> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
abstract presenter with default functionality used in forms.
AbstractPresenterWithErrorHandling(EventBus, V, P, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractPresenterWithErrorHandling
 
AbstractRestCallback<P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
Async callback implementation with error handling.
AbstractRestCallback(V, D, Session) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
constructor.
AbstractRestCallback(V, D, Session, H) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
constructor.
AbstractSession - Class in de.knightsoftnet.gwtp.spring.client.session
 
AbstractSession(EventBus) - Constructor for class de.knightsoftnet.gwtp.spring.client.session.AbstractSession
constructor with injected parameters.
AbstractSimpleRestCallback<V extends HasShowMessage,R,H extends HttpMessages> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
Async callback implementation with error handling.
AbstractSimpleRestCallback(V, Session) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
constructor.
AbstractSimpleRestCallback(V, Session, H) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
constructor.
AbstractViewWithErrorHandling<P,F> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
abstract editor implementation with default functionality used in forms.
AbstractViewWithErrorHandling(BeanValidationEditorDriver<F, ? extends AbstractViewWithErrorHandling<P, F>>) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
constructor with injected parameters.
addCallback(AsyncCallback<T>) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult
add callback which is informed about changes.
addHasChangeUserEventHandler(ChangeUserEvent.ChangeUserHandler) - Method in interface de.knightsoftnet.gwtp.spring.client.event.ChangeUserEvent.ChangeUserHandlers
 
AsyncCallbackOnFailure - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
 
AsyncCallbackOnSuccess<T> - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
 

B

build(AsyncCallbackOnSuccess<R>, AsyncCallbackOnFailure) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create rest callback implementation.
build(V, Session, AsyncCallbackOnSuccess<R>) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create rest callback implementation.
build(V, Session, AsyncCallbackOnSuccess<R>, H) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create rest callback implementation.
build(V, D, Session, AsyncCallbackOnSuccess<R>) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create rest callback implementation.
build(V, D, Session, H, AsyncCallbackOnSuccess<R>) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create rest callback implementation.
buildLoginCallback(V, Session) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create login callback implementation.
buildLoginCallback(V, Session, M) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create login callback implementation.
buildLoginCallback(V, Session, M, H) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
create login callback implementation.

C

CachedSyncHttpGetCall - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
helper class for synchronous rest get call with result caching.
ChangeUserEvent - Class in de.knightsoftnet.gwtp.spring.client.event
event used for user changes (e.g. login or logout).
ChangeUserEvent(User) - Constructor for class de.knightsoftnet.gwtp.spring.client.event.ChangeUserEvent
 
ChangeUserEvent.ChangeUserHandler - Interface in de.knightsoftnet.gwtp.spring.client.event
 
ChangeUserEvent.ChangeUserHandlers - Interface in de.knightsoftnet.gwtp.spring.client.event
 
convert(ValidationResultInterface) - Method in class de.knightsoftnet.gwtp.spring.client.converter.ValidationResultDataConverter
 
convert(ValidationResultInterface, E) - Method in class de.knightsoftnet.gwtp.spring.client.converter.ValidationResultDataConverter
convert ValidationResultData from server to a ArrayList<ConstraintViolation<?

D

data - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
 
DataBaseRestServiceTemplate<T,ID extends Serializable> - Interface in de.knightsoftnet.gwtp.spring.client.services
Client side interface for generic CRUD operations on a repository for a specific type.
de.knightsoftnet.gwtp.spring.client - package de.knightsoftnet.gwtp.spring.client
 
de.knightsoftnet.gwtp.spring.client.converter - package de.knightsoftnet.gwtp.spring.client.converter
this package contains client side converters.
de.knightsoftnet.gwtp.spring.client.event - package de.knightsoftnet.gwtp.spring.client.event
 
de.knightsoftnet.gwtp.spring.client.factory - package de.knightsoftnet.gwtp.spring.client.factory
this package contains client side json dispatch factory classes.
de.knightsoftnet.gwtp.spring.client.rest.helper - package de.knightsoftnet.gwtp.spring.client.rest.helper
this package contains client side rest helper classes.
de.knightsoftnet.gwtp.spring.client.services - package de.knightsoftnet.gwtp.spring.client.services
 
de.knightsoftnet.gwtp.spring.client.session - package de.knightsoftnet.gwtp.spring.client.session
this package contains the session data.
delete(ID) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Deletes the entity with the given id.
deleteAll() - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Deletes all entities managed by the repository.
dispatch(ChangeUserEvent.ChangeUserHandler) - Method in class de.knightsoftnet.gwtp.spring.client.event.ChangeUserEvent
 
driver - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
DummySession - Class in de.knightsoftnet.gwtp.spring.client.session
 
DummySession(EventBus) - Constructor for class de.knightsoftnet.gwtp.spring.client.session.DummySession
 

E

EditorWithErrorHandling<P,F> - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
editor interface with default functionality used in forms.

F

fillForm(F) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
fillForm(F) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.EditorWithErrorHandling
fill the form with data.
findAll() - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Returns all instances of the type.
findOne(ID) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Retrieves an entity by its id.
FutureResult<T> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
future result for asynchronous call caching.
FutureResult() - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult
 

G

get() - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult
get result of the call.
getAssociatedType() - Method in class de.knightsoftnet.gwtp.spring.client.event.ChangeUserEvent
 
getCurrentUser() - Method in interface de.knightsoftnet.gwtp.spring.client.services.UserRestServiceTemplate
 
getPresenter() - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
getType() - Static method in class de.knightsoftnet.gwtp.spring.client.event.ChangeUserEvent
 
getUser() - Method in class de.knightsoftnet.gwtp.spring.client.event.ChangeUserEvent
 
getUser() - Method in class de.knightsoftnet.gwtp.spring.client.session.AbstractSession
 
getUser() - Method in interface de.knightsoftnet.gwtp.spring.client.session.Session
get current user data.
GwtpSpringSession<T extends User> - Class in de.knightsoftnet.gwtp.spring.client
Session handler using spring rest service.
GwtpSpringSession(EventBus, RestDispatch, UserRestServiceTemplate<T>) - Constructor for class de.knightsoftnet.gwtp.spring.client.GwtpSpringSession
constructor with injected parameters.

H

HasShowMessage - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
Interface for elements which can show a message.
HttpMessages - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
Localized values of http states.

I

isCurrentUserLoggedIn() - Method in interface de.knightsoftnet.gwtp.spring.client.services.UserRestServiceTemplate
 
isDone() - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult
 
isLoggedIn() - Method in class de.knightsoftnet.gwtp.spring.client.session.AbstractSession
 
isLoggedIn() - Method in interface de.knightsoftnet.gwtp.spring.client.session.Session
check if user is logged in.

L

login(String, String) - Method in interface de.knightsoftnet.gwtp.spring.client.services.UserRestServiceTemplate
 
LoginCallback<T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
Login Callback for login.
LoginCallback(V, Session) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
constructor.
LoginCallback(V, Session, M) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
constructor.
LoginCallback(V, Session, M, H) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
constructor.
LoginMessages - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
Localized values for login form.
logout() - Method in interface de.knightsoftnet.gwtp.spring.client.services.UserRestServiceTemplate
 

M

messageHttpCode(int) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.HttpMessages
convert message from given http code.
messageLoginError(String) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.LoginMessages
convert message from given version.
messageOtherError() - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.LoginMessages
text to display when login is not correct.

O

onChangeUser(ChangeUserEvent) - Method in interface de.knightsoftnet.gwtp.spring.client.event.ChangeUserEvent.ChangeUserHandler
 
onFailure(Throwable) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
 
onFailure(Throwable) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
 
onFailure(Throwable) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.AsyncCallbackOnFailure
Called when an asynchronous call fails to complete normally.
onFailure(Throwable) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult
 
onFailure(Throwable) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
 
onReveal() - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractPresenterWithErrorHandling
 
onSuccess(R) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
 
onSuccess(R) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
 
onSuccess(T) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.AsyncCallbackOnSuccess
Called when an asynchronous call completes successfully.
onSuccess(T) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult
 
onSuccess(T) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
 
onSuccess(R) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackImpl
 
onSuccess(R) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackSimpleImpl
 

P

presenter - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 

R

readSessionData() - Method in class de.knightsoftnet.gwtp.spring.client.GwtpSpringSession
read session data.
readSessionData() - Method in class de.knightsoftnet.gwtp.spring.client.session.AbstractSession
 
readSessionData() - Method in class de.knightsoftnet.gwtp.spring.client.session.DummySession
 
readSessionData() - Method in interface de.knightsoftnet.gwtp.spring.client.session.Session
read session data from server.
RestCallbackBuilder - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
Async callback implementation with error handling.
RestCallbackBuilder() - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackBuilder
 
RestCallbackImpl<P,D,V extends EditorWithErrorHandling<P,D>,R,H extends HttpMessages> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
Async callback implementation with error handling.
RestCallbackImpl(V, D, Session, AsyncCallbackOnSuccess<R>) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackImpl
constructor.
RestCallbackImpl(V, D, Session, H, AsyncCallbackOnSuccess<R>) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackImpl
constructor.
RestCallbackSimpleImpl<V extends HasShowMessage,R,H extends HttpMessages> - Class in de.knightsoftnet.gwtp.spring.client.rest.helper
Async callback implementation with error handling.
RestCallbackSimpleImpl(V, Session, AsyncCallbackOnSuccess<R>) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackSimpleImpl
constructor.
RestCallbackSimpleImpl(V, Session, H, AsyncCallbackOnSuccess<R>) - Constructor for class de.knightsoftnet.gwtp.spring.client.rest.helper.RestCallbackSimpleImpl
constructor.

S

save(T) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Saves a given entity.
save(Iterable<T>) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Saves all given entities.
session - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
 
session - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
 
Session - Interface in de.knightsoftnet.gwtp.spring.client.session
 
setConstraintViolations(Iterable<ConstraintViolation<?>>) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
setConstraintViolations(Iterable<ConstraintViolation<?>>) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.EditorWithErrorHandling
display validation errors.
setFocusOnFirstWidget() - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
setFocusOnFirstWidget() - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.EditorWithErrorHandling
set focus on first widget.
setPresenter(P) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
setPresenter(P) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.EditorWithErrorHandling
set a reference to the presenter/activity.
setResponse(Response) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
 
setResponse(Response) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
 
setResponse(Response) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
 
setUser(User) - Method in class de.knightsoftnet.gwtp.spring.client.session.AbstractSession
 
setUser(User) - Method in interface de.knightsoftnet.gwtp.spring.client.session.Session
set user and fire change user event when user changes.
showMessage(String) - Method in class de.knightsoftnet.gwtp.spring.client.GwtpSpringSession
 
showMessage(String) - Method in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
showMessage(String) - Method in interface de.knightsoftnet.gwtp.spring.client.rest.helper.HasShowMessage
display a message on the screen.
syncRestCall(String) - Static method in class de.knightsoftnet.gwtp.spring.client.rest.helper.CachedSyncHttpGetCall
start get rest call with given url.

U

UserRestServiceTemplate<T extends User> - Interface in de.knightsoftnet.gwtp.spring.client.services
Definition of the login/logout remote services template.

V

validation(ValidationValueInterface) - Method in interface de.knightsoftnet.gwtp.spring.client.factory.ValidationFactory
 
ValidationFactory - Interface in de.knightsoftnet.gwtp.spring.client.factory
define autobean definitions for parsing json data.
validationResult(ValidationResultInterface) - Method in interface de.knightsoftnet.gwtp.spring.client.factory.ValidationFactory
 
ValidationResultDataConverter<E> - Class in de.knightsoftnet.gwtp.spring.client.converter
convert ValidationResultData from server to a ArrayList<ConstraintViolation<?
ValidationResultDataConverter() - Constructor for class de.knightsoftnet.gwtp.spring.client.converter.ValidationResultDataConverter
 
view - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
 
view - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
 
A B C D E F G H I L M O P R S U V 
Skip navigation links

Copyright © 2015–2018. All rights reserved.