Uses of Interface
org.apache.wicket.ajax.AjaxRequestTarget
-
Packages that use AjaxRequestTarget Package Description org.apache.wicket.ajax org.apache.wicket.ajax.form org.apache.wicket.ajax.markup.html org.apache.wicket.ajax.markup.html.form org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.markup.html.form HTML Forms and form components.org.apache.wicket.protocol.http HTTP implementation. -
-
Uses of AjaxRequestTarget in org.apache.wicket.ajax
Classes in org.apache.wicket.ajax that implement AjaxRequestTarget 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 AjaxRequestTarget Modifier and Type Method Description default voidAjaxRequestTarget.IListener. onBeforeRespond(java.util.Map<java.lang.String,Component> map, AjaxRequestTarget target)Triggered before ajax request target begins its response cycleprotected voidAjaxClientInfoBehavior. onClientInfo(AjaxRequestTarget target, WebClientInfo clientInfo)A callback method invoked when the client info is collected.protected abstract voidAjaxEventBehavior. onEvent(AjaxRequestTarget target)Listener method for the ajax eventprotected voidAjaxPreventSubmitBehavior. onEvent(AjaxRequestTarget target)protected voidAjaxNewWindowNotifyingBehavior. onNewWindow(AjaxRequestTarget target)A callback method when a new window/tab is opened for a page instance which is already opened in another window/tab.protected voidAjaxSelfUpdatingTimerBehavior. onPostProcessTarget(AjaxRequestTarget target)Give the subclass a chance to add something to the target, like a javascript effect call.voidAjaxRequestTarget.ITargetRespondListener. onTargetRespond(AjaxRequestTarget target)Invoked when AjaxRequestTarget is about the respond.protected abstract voidAbstractAjaxTimerBehavior. onTimer(AjaxRequestTarget target)Listener method for the AJAX timer event.protected voidAjaxClientInfoBehavior. onTimer(AjaxRequestTarget target)protected voidAjaxSelfUpdatingTimerBehavior. onTimer(AjaxRequestTarget target)protected voidAbstractAjaxTimerBehavior. respond(AjaxRequestTarget target)protected abstract voidAbstractDefaultAjaxBehavior. respond(AjaxRequestTarget target)protected voidAjaxEventBehavior. respond(AjaxRequestTarget target)protected voidAjaxNewWindowNotifyingBehavior. respond(AjaxRequestTarget target)Method parameters in org.apache.wicket.ajax with type arguments of type AjaxRequestTarget Modifier and Type Method Description static AjaxClientInfoBehaviorAjaxClientInfoBehavior. onClientInfo(org.danekja.java.util.function.serializable.SerializableBiConsumer<AjaxRequestTarget,WebClientInfo> onClientInfo)Creates anAjaxClientInfoBehaviorbased on lambda expressionsstatic AjaxEventBehaviorAjaxEventBehavior. onEvent(java.lang.String eventName, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onEvent)Creates anAjaxEventBehaviorbased on lambda expressionsstatic AjaxNewWindowNotifyingBehaviorAjaxNewWindowNotifyingBehavior. onNewWindow(org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onNewWindow)Creates anAjaxNewWindowNotifyingBehaviorbased on lambda expressionsstatic AjaxSelfUpdatingTimerBehaviorAjaxSelfUpdatingTimerBehavior. onSelfUpdate(org.apache.wicket.util.time.Duration interval, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onTimer)Creates anAbstractAjaxTimerBehaviorbased on lambda expressionsstatic AbstractAjaxTimerBehaviorAbstractAjaxTimerBehavior. onTimer(org.apache.wicket.util.time.Duration interval, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onTimer)Creates anAbstractAjaxTimerBehaviorbased on lambda expressions -
Uses of AjaxRequestTarget in org.apache.wicket.ajax.form
Methods in org.apache.wicket.ajax.form with parameters of type AjaxRequestTarget Modifier and Type Method Description protected voidAjaxFormValidatingBehavior. addFeedbackPanels(AjaxRequestTarget target)Adds all feedback panels on the page to the ajax request target so they are updatedprotected voidAjaxFormSubmitBehavior. onAfterSubmit(AjaxRequestTarget target)Override this method to provide special submit handling in a multi-button form.protected voidAjaxFormValidatingBehavior. onAfterSubmit(AjaxRequestTarget target)protected voidAjaxFormComponentUpdatingBehavior. onError(AjaxRequestTarget target, java.lang.RuntimeException e)Called to handle any error resulting from updating form component.protected voidAjaxFormSubmitBehavior. onError(AjaxRequestTarget target)Listener method invoked when the form has been processed and errors occurredprotected voidAjaxFormValidatingBehavior. onError(AjaxRequestTarget target)protected voidAjaxFormComponentUpdatingBehavior. onEvent(AjaxRequestTarget target)protected voidAjaxFormSubmitBehavior. onEvent(AjaxRequestTarget target)protected voidAjaxFormSubmitBehavior. onSubmit(AjaxRequestTarget target)Override this method to provide special submit handling in a multi-button form.protected voidAjaxFormValidatingBehavior. onSubmit(AjaxRequestTarget target)protected abstract voidAjaxFormComponentUpdatingBehavior. onUpdate(AjaxRequestTarget target)Listener invoked on the ajax request.Method parameters in org.apache.wicket.ajax.form with type arguments of type AjaxRequestTarget Modifier and Type Method Description static OnChangeAjaxBehaviorOnChangeAjaxBehavior. onChange(org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onChange)Creates anOnChangeAjaxBehaviorbased on lambda expressionsstatic AjaxFormSubmitBehaviorAjaxFormSubmitBehavior. onSubmit(java.lang.String eventName, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onSubmit)Creates anAjaxFormSubmitBehaviorbased on lambda expressionsstatic AjaxFormComponentUpdatingBehaviorAjaxFormComponentUpdatingBehavior. onUpdate(java.lang.String eventName, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onUpdate)Creates anAjaxFormComponentUpdatingBehaviorbased on lambda expressionsstatic AjaxFormChoiceComponentUpdatingBehaviorAjaxFormChoiceComponentUpdatingBehavior. onUpdateChoice(org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onUpdateChoice)Creates anAjaxFormChoiceComponentUpdatingBehaviorbased on lambda expressions -
Uses of AjaxRequestTarget in org.apache.wicket.ajax.markup.html
Methods in org.apache.wicket.ajax.markup.html with parameters of type AjaxRequestTarget Modifier and Type Method Description abstract voidAjaxLink. onClick(AjaxRequestTarget target)Listener method invoked on the ajax request generated when the user clicks the linkvoidIAjaxLink. onClick(AjaxRequestTarget target)Listener method invoked on the ajax request generated when the user clicks the linkMethod parameters in org.apache.wicket.ajax.markup.html with type arguments of type AjaxRequestTarget Modifier and Type Method Description abstract voidAjaxFallbackLink. onClick(java.util.Optional<AjaxRequestTarget> target)Callback for the onClick event. -
Uses of AjaxRequestTarget in org.apache.wicket.ajax.markup.html.form
Methods in org.apache.wicket.ajax.markup.html.form with parameters of type AjaxRequestTarget Modifier and Type Method Description protected voidAjaxButton. onAfterSubmit(AjaxRequestTarget target)Listener method invoked on form submit with no errors, afterForm.onSubmit().protected voidAjaxSubmitLink. onAfterSubmit(AjaxRequestTarget target)Override this method to provide special submit handling in a multi-button form.protected voidAjaxButton. onError(AjaxRequestTarget target)Listener method invoked on form submit with errorsprotected voidAjaxSubmitLink. onError(AjaxRequestTarget target)Listener method invoked on form submit with errors.protected voidAjaxButton. onSubmit(AjaxRequestTarget target)Listener method invoked on form submit with no errors, beforeForm.onSubmit().protected voidAjaxSubmitLink. onSubmit(AjaxRequestTarget target)Override this method to provide special submit handling in a multi-button form.protected abstract voidAjaxCheckBox. onUpdate(AjaxRequestTarget target)Listener method invoked on an ajax update callMethod parameters in org.apache.wicket.ajax.markup.html.form with type arguments of type AjaxRequestTarget Modifier and Type Method Description protected voidAjaxFallbackButton. onAfterSubmit(java.util.Optional<AjaxRequestTarget> target)Callback for the onClick event.protected voidAjaxFallbackButton. onError(java.util.Optional<AjaxRequestTarget> target)Listener method invoked on form submit with errors.protected voidAjaxFallbackButton. onSubmit(java.util.Optional<AjaxRequestTarget> target)Callback for the onClick event. -
Uses of AjaxRequestTarget in org.apache.wicket.ajax.markup.html.navigation.paging
Methods in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type AjaxRequestTarget Modifier and Type Method Description protected voidAjaxPagingNavigator. onAjaxEvent(AjaxRequestTarget target)Override this method to specify the markup container where your IPageable is part of.voidAjaxPagingNavigationIncrementLink. onClick(AjaxRequestTarget target)Performs the actual action of this component, performing a non-ajax fallback when there was no AjaxRequestTarget available.voidAjaxPagingNavigationLink. onClick(AjaxRequestTarget target)Performs the actual action of this component, performing a non-ajax fallback when there was no AjaxRequestTarget available.protected voidAjaxPagingNavigationBehavior. onEvent(AjaxRequestTarget target)The ajax event handler. -
Uses of AjaxRequestTarget in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form with parameters of type AjaxRequestTarget Modifier and Type Method Description voidFormComponent. updateAutoLabels(AjaxRequestTarget target)Updates auto label css classes such as error/required during ajax updates when the labels may not be directly repainted in the response.voidAutoLabelResolver.AutoLabelMarker. updateFrom(FormComponent<?> component, AjaxRequestTarget target) -
Uses of AjaxRequestTarget in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http that return AjaxRequestTarget Modifier and Type Method Description AjaxRequestTargetWebApplication. newAjaxRequestTarget(Page page)Creates a new ajax request target used to control ajax responsesMethods in org.apache.wicket.protocol.http that return types with arguments of type AjaxRequestTarget Modifier and Type Method Description java.util.function.Function<Page,AjaxRequestTarget>WebApplication. getAjaxRequestTargetProvider()Returns the provider forAjaxRequestTargetobjects.Methods in org.apache.wicket.protocol.http with parameters of type AjaxRequestTarget Modifier and Type Method Description voidAjaxEnclosureListener. onBeforeRespond(java.util.Map<java.lang.String,Component> map, AjaxRequestTarget target)Try to find Enclosures that have their controllers added already, and add them to the target.Method parameters in org.apache.wicket.protocol.http with type arguments of type AjaxRequestTarget Modifier and Type Method Description ApplicationWebApplication. setAjaxRequestTargetProvider(java.util.function.Function<Page,AjaxRequestTarget> ajaxRequestTargetProvider)Sets the provider forAjaxRequestTargetobjects.
-