Index

A B C D E F G H I L M O P R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values

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.
addAdditionalImports(String, Element, BackofficeClientGenerator) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalInterfaceCreator
 
addAdditionalImports(String, Element, BackofficeClientGenerator) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalPropertyCreator
 
addAdditionalImports(String, Element, BackofficeClientGenerator) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficePresenterCreator
 
addAdditionalImports(String, Element, BackofficeClientGenerator) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeServiceCreator
 
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
 
additionalPresenterConstructorPrarameters() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
The list of additional constructor parameters for presenter.
additionalPresenterImports() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
The list of additional imports for presenter.
AsyncCallbackOnFailure - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
 
AsyncCallbackOnSuccess<T> - Interface in de.knightsoftnet.gwtp.spring.client.rest.helper
 

B

BackofficeClientGenerator - Annotation Type in de.knightsoftnet.gwtp.spring.client.annotation
Annotates a to generate client side backoffice stuff.
BackofficeClientGeneratorProcessor - Class in de.knightsoftnet.gwtp.spring.annotation.processor
Backoffice client generator processor.
BackofficeClientGeneratorProcessor() - Constructor for class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeClientGeneratorProcessor
 
BackofficeLocalInterfaceCreator - Class in de.knightsoftnet.gwtp.spring.annotation.processor
Create JPA repository interface.
BackofficeLocalInterfaceCreator() - Constructor for class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalInterfaceCreator
 
BackofficeLocalPropertyCreator - Class in de.knightsoftnet.gwtp.spring.annotation.processor
Create localization property file.
BackofficeLocalPropertyCreator() - Constructor for class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalPropertyCreator
 
BackofficePresenterCreator - Class in de.knightsoftnet.gwtp.spring.annotation.processor
Create gwtp presenter class.
BackofficePresenterCreator() - Constructor for class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficePresenterCreator
 
BackofficeServiceCreator - Class in de.knightsoftnet.gwtp.spring.annotation.processor
Create JPA repository interface.
BackofficeServiceCreator() - Constructor for class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeServiceCreator
 
baseToken() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
The token to access page, id will be added automatically.
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
 
CLASS_SUFFIX - Static variable in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalInterfaceCreator
 
CLASS_SUFFIX - Static variable in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficePresenterCreator
 
CLASS_SUFFIX - Static variable in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeServiceCreator
 
configure() - Method in class de.knightsoftnet.gwtp.spring.client.gin.ServiceModule
 
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,I 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.annotation.processor - package de.knightsoftnet.gwtp.spring.annotation.processor
 
de.knightsoftnet.gwtp.spring.client - package de.knightsoftnet.gwtp.spring.client
 
de.knightsoftnet.gwtp.spring.client.annotation - package de.knightsoftnet.gwtp.spring.client.annotation
 
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.gin - package de.knightsoftnet.gwtp.spring.client.gin
 
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(I) - 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

FAILED - Enum constant in enum de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult.State
 
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.
findAll(Integer) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Returns all instances of the type of named page.
findAll(Integer, Integer) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Returns all instances of the type of named page.
findAll(Integer, Integer, Sort) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Returns all instances of the type of named page.
findAll(Integer, Sort) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Returns all instances of the type of named page.
findOne(I) - 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
 
FutureResult.State - Enum in de.knightsoftnet.gwtp.spring.client.rest.helper
 

G

generateGinModule() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
generate gin module file.
generateLocalizationInterface() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
generate localization interface.
generateLocalizationProperties() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
generate localization properties.
generatePresenter() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
generate presenter.
generateRestService() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
generate rest service for entity.
generateUiBinder() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
generate ui-binder xml file.
generateView() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
generate view .
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.
getUsersLocale() - Method in class de.knightsoftnet.gwtp.spring.client.session.AbstractSession
 
getUsersLocale() - Method in interface de.knightsoftnet.gwtp.spring.client.session.Session
get local of current user.
GwtpSpringSession<T extends User> - Class in de.knightsoftnet.gwtp.spring.client
Session handler using spring rest service.
GwtpSpringSession(EventBus, ResourceDelegate<? extends 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

INCOMPLETE - Enum constant in enum de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult.State
 
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

languages() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
The list of languages to generate messages for.
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(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
 
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
 

P

presenter - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeClientGeneratorProcessor
 

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(Iterable<T>) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Saves all given entities.
save(T) - Method in interface de.knightsoftnet.gwtp.spring.client.services.DataBaseRestServiceTemplate
Saves a given entity.
searchResults() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
The list of search result fields displayed in search result list, comma separated css classes are attached.
ServiceModule - Class in de.knightsoftnet.gwtp.spring.client.gin
Adding xsrf/csrf protection on client side.
ServiceModule() - Constructor for class de.knightsoftnet.gwtp.spring.client.gin.ServiceModule
 
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.
SUCCEEDED - Enum constant in enum de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult.State
 
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
 
value() - Element in annotation type de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator
server path where to reach rest interface.
valueOf(String) - Static method in enum de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.knightsoftnet.gwtp.spring.client.rest.helper.FutureResult.State
Returns an array containing the constants of this enum type, in the order they are declared.
view - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractRestCallback
 
view - Variable in class de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractSimpleRestCallback
 

W

writeBody(PrintWriter, String, Element, BackofficeClientGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalInterfaceCreator
 
writeBody(PrintWriter, String, Element, BackofficeClientGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalPropertyCreator
 
writeBody(PrintWriter, String, Element, BackofficeClientGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficePresenterCreator
 
writeBody(PrintWriter, String, Element, BackofficeClientGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeServiceCreator
 
writeProperty(Element, String, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalPropertyCreator
write property file.
A B C D E F G H I L M O P R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values