Uses of Interface
org.apache.wicket.core.request.handler.IPartialPageRequestHandler
-
Packages that use IPartialPageRequestHandler Package Description org.apache.wicket.ajax -
-
Uses of IPartialPageRequestHandler in org.apache.wicket.ajax
Subinterfaces of IPartialPageRequestHandler in org.apache.wicket.ajax Modifier and Type Interface Description interfaceAjaxRequestTargetClasses in org.apache.wicket.ajax that implement IPartialPageRequestHandler Modifier and Type Class Description classAjaxRequestHandlerA request target that produces ajax response envelopes used on the client side to update component markup as well as evaluate arbitrary javascript.Methods in org.apache.wicket.ajax with parameters of type IPartialPageRequestHandler Modifier and Type Method Description voidAbstractAjaxTimerBehavior. restart(IPartialPageRequestHandler target)Restart the timer.voidAbstractAjaxTimerBehavior. stop(IPartialPageRequestHandler target)Stops the timer.
-