Uses of Class
de.knightsoftnet.gwtp.spring.client.rest.helper.LoginCallback
Packages that use LoginCallback
Package
Description
this package contains client side rest helper classes.
-
Uses of LoginCallback in de.knightsoftnet.gwtp.spring.client.rest.helper
Methods in de.knightsoftnet.gwtp.spring.client.rest.helper that return LoginCallbackModifier and TypeMethodDescriptionstatic <T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages>
LoginCallback<T, V, M, H> RestCallbackBuilder.buildLoginCallback(V view, Session session) 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 view, Session session, M loginErrorMessage) 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 view, Session session, M loginErrorMessage, H httpMessage) create login callback implementation.