Uses of Interface
de.knightsoftnet.gwtp.spring.client.rest.helper.AsyncCallbackOnSuccess
Packages that use AsyncCallbackOnSuccess
Package
Description
this package contains client side rest helper classes.
-
Uses of AsyncCallbackOnSuccess in de.knightsoftnet.gwtp.spring.client.rest.helper
Methods in de.knightsoftnet.gwtp.spring.client.rest.helper with parameters of type AsyncCallbackOnSuccessModifier and TypeMethodDescriptionstatic <R> com.google.gwt.user.client.rpc.AsyncCallback<R>RestCallbackBuilder.build(AsyncCallbackOnSuccess<R> pcallbackOnSuccess, AsyncCallbackOnFailure pcallbackOnFailure) 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) 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.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, 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.Constructors in de.knightsoftnet.gwtp.spring.client.rest.helper with parameters of type AsyncCallbackOnSuccessModifierConstructorDescriptionRestCallbackImpl(V pview, D pdata, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor.RestCallbackImpl(V pview, D pdata, Session psession, H phttpMessage, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor.RestCallbackSimpleImpl(V pview, Session psession, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor.RestCallbackSimpleImpl(V pview, Session psession, H phttpMessage, AsyncCallbackOnSuccess<R> pcallbackOnSuccess) constructor.