Uses of Interface
de.knightsoftnet.gwtp.spring.client.rest.helper.LoginMessages
Packages that use LoginMessages
Package
Description
this package contains client side rest helper classes.
-
Uses of LoginMessages in de.knightsoftnet.gwtp.spring.client.rest.helper
Classes in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type LoginMessagesModifier and TypeClassDescriptionclassLoginCallback<T extends User,V extends EditorWithErrorHandling<?, ?>, M extends LoginMessages, H extends HttpMessages> Login Callback for login.Fields in de.knightsoftnet.gwtp.spring.client.rest.helper declared as LoginMessagesMethods in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type LoginMessagesModifier 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.