Uses of Interface
de.knightsoftnet.gwtp.spring.client.rest.helper.EditorWithErrorHandling
Packages that use EditorWithErrorHandling
Package
Description
this package contains client side rest helper classes.
-
Uses of EditorWithErrorHandling in de.knightsoftnet.gwtp.spring.client.rest.helper
Classes in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type EditorWithErrorHandlingModifier and TypeClassDescriptionclassAbstractPresenterWithErrorHandling<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.classAbstractRestCallback<P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages> Async callback implementation with error handling.classLoginCallback<T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages> Login Callback for login.classRestCallbackImpl<P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages> Async callback implementation with error handling.Classes in de.knightsoftnet.gwtp.spring.client.rest.helper that implement EditorWithErrorHandlingModifier and TypeClassDescriptionclassabstract editor implementation with default functionality used in forms.Fields in de.knightsoftnet.gwtp.spring.client.rest.helper declared as EditorWithErrorHandlingMethods in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type EditorWithErrorHandlingModifier and TypeMethodDescriptionstatic <P,D, V extends EditorWithErrorHandling<P, D>, R, H extends HttpMessages>
RestCallbackImpl<P,D, V, R, H> 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>
RestCallbackImpl<P,D, V, R, H> 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>
LoginCallback<T,V, M, H> RestCallbackBuilder.buildLoginCallback(V pview, Session psession) create login callback implementation.static <T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages>
LoginCallback<T,V, M, H> 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>
LoginCallback<T,V, M, H> RestCallbackBuilder.buildLoginCallback(V pview, Session psession, M ploginErrorMessage, H phttpMessage) create login callback implementation.