Uses of Interface
de.knightsoftnet.gwtp.spring.client.rest.helper.HasShowMessage
Packages that use HasShowMessage
Package
Description
this package contains client side rest helper classes.
-
Uses of HasShowMessage in de.knightsoftnet.gwtp.spring.client
Classes in de.knightsoftnet.gwtp.spring.client that implement HasShowMessageModifier and TypeClassDescriptionclassGwtpSpringSession<T extends User>Session handler using spring rest service. -
Uses of HasShowMessage in de.knightsoftnet.gwtp.spring.client.rest.helper
Classes in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type HasShowMessageModifier and TypeClassDescriptionclassAbstractSimpleRestCallback<V extends HasShowMessage,R, H extends HttpMessages> Async callback implementation with error handling.classRestCallbackSimpleImpl<V extends HasShowMessage,R, H extends HttpMessages> Async callback implementation with error handling.Subinterfaces of HasShowMessage in de.knightsoftnet.gwtp.spring.client.rest.helperModifier and TypeInterfaceDescriptioninterfaceeditor interface with default functionality used in forms.Classes in de.knightsoftnet.gwtp.spring.client.rest.helper that implement HasShowMessageModifier and TypeClassDescriptionclassabstract editor implementation with default functionality used in forms.Fields in de.knightsoftnet.gwtp.spring.client.rest.helper declared as HasShowMessageMethods in de.knightsoftnet.gwtp.spring.client.rest.helper with type parameters of type HasShowMessageModifier and TypeMethodDescriptionstatic <V extends HasShowMessage,R, H extends HttpMessages>
RestCallbackSimpleImpl<V,R, H> RestCallbackBuilder.build(V pview, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) create rest callback implementation.static <V extends HasShowMessage,R, H extends HttpMessages>
RestCallbackSimpleImpl<V,R, H> RestCallbackBuilder.build(V pview, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess, H phttpMessage) create rest callback implementation.