Uses of Interface
org.apache.wicket.ajax.AjaxRequestTarget

Packages that use AjaxRequestTarget
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
 class AjaxRequestHandler
          A 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
 void AjaxRequestTarget.IListener.onBeforeRespond(Map<String,Component> map, AjaxRequestTarget target)
          Triggered before ajax request target begins its response cycle
 void AjaxRequestTarget.AbstractListener.onBeforeRespond(Map<String,Component> map, AjaxRequestTarget target)
           
protected  void AjaxClientInfoBehavior.onClientInfo(AjaxRequestTarget target, WebClientInfo clientInfo)
          A callback method invoked when the client info is collected.
protected abstract  void AjaxEventBehavior.onEvent(AjaxRequestTarget target)
          Listener method for the ajax event
protected abstract  void AjaxNewWindowNotifyingBehavior.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  void AjaxSelfUpdatingTimerBehavior.onPostProcessTarget(AjaxRequestTarget target)
          Give the subclass a chance to add something to the target, like a javascript effect call.
protected  void AbstractAjaxTimerBehavior.onRestart(AjaxRequestTarget target)
          Called when this timer is restarted adds this component to the target on restart.
 void AjaxRequestTarget.ITargetRespondListener.onTargetRespond(AjaxRequestTarget target)
          Invoked when AjaxRequestTarget is about the respond.
protected  void AjaxSelfUpdatingTimerBehavior.onTimer(AjaxRequestTarget target)
           
protected  void AjaxClientInfoBehavior.onTimer(AjaxRequestTarget target)
           
protected abstract  void AbstractAjaxTimerBehavior.onTimer(AjaxRequestTarget target)
          Listener method for the AJAX timer event.
protected  void AjaxNewWindowNotifyingBehavior.respond(AjaxRequestTarget target)
           
protected  void AjaxEventBehavior.respond(AjaxRequestTarget target)
           
protected abstract  void AbstractDefaultAjaxBehavior.respond(AjaxRequestTarget target)
           
protected  void AbstractAjaxTimerBehavior.respond(AjaxRequestTarget target)
           
 void AbstractAjaxTimerBehavior.restart(AjaxRequestTarget target)
          Re-enables the timer if already stopped
 void AbstractAjaxTimerBehavior.stop(AjaxRequestTarget target)
          Stops the timer.
 

Uses of AjaxRequestTarget in org.apache.wicket.ajax.form
 

Methods in org.apache.wicket.ajax.form with parameters of type AjaxRequestTarget
protected  void AjaxFormSubmitBehavior.onAfterSubmit(AjaxRequestTarget target)
          Override this method to provide special submit handling in a multi-button form.
protected  void AjaxFormValidatingBehavior.onError(AjaxRequestTarget target)
           
protected  void AjaxFormSubmitBehavior.onError(AjaxRequestTarget target)
          Listener method invoked when the form has been processed and errors occurred
protected  void AjaxFormComponentUpdatingBehavior.onError(AjaxRequestTarget target, RuntimeException e)
          Called to handle any error resulting from updating form component.
protected  void AjaxFormSubmitBehavior.onEvent(AjaxRequestTarget target)
           
protected  void AjaxFormComponentUpdatingBehavior.onEvent(AjaxRequestTarget target)
           
protected  void AjaxFormValidatingBehavior.onSubmit(AjaxRequestTarget target)
           
protected  void AjaxFormSubmitBehavior.onSubmit(AjaxRequestTarget target)
          Override this method to provide special submit handling in a multi-button form.
protected abstract  void AjaxFormComponentUpdatingBehavior.onUpdate(AjaxRequestTarget target)
          Listener invoked on the ajax request.
 

Uses of AjaxRequestTarget in org.apache.wicket.ajax.markup.html
 

Methods in org.apache.wicket.ajax.markup.html with parameters of type AjaxRequestTarget
 void IAjaxLink.onClick(AjaxRequestTarget target)
          Listener method invoked on the ajax request generated when the user clicks the link
abstract  void AjaxLink.onClick(AjaxRequestTarget target)
          Listener method invoked on the ajax request generated when the user clicks the link
abstract  void AjaxFallbackLink.onClick(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
protected  void AjaxSubmitLink.onAfterSubmit(AjaxRequestTarget target, Form<?> form)
          Override this method to provide special submit handling in a multi-button form.
protected  void AjaxFallbackButton.onAfterSubmit(AjaxRequestTarget target, Form<?> form)
          Callback for the onClick event.
protected  void AjaxButton.onAfterSubmit(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with no errors, after Form.onSubmit().
protected  void AjaxSubmitLink.onError(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with errors.
protected  void AjaxFallbackButton.onError(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with errors
protected  void AjaxButton.onError(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with errors
protected  void AjaxSubmitLink.onSubmit(AjaxRequestTarget target, Form<?> form)
          Override this method to provide special submit handling in a multi-button form.
protected  void AjaxFallbackButton.onSubmit(AjaxRequestTarget target, Form<?> form)
          Callback for the onClick event.
protected  void AjaxButton.onSubmit(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with no errors, before Form.onSubmit().
protected abstract  void AjaxCheckBox.onUpdate(AjaxRequestTarget target)
          Listener method invoked on an ajax update call
 

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
protected  void AjaxPagingNavigator.onAjaxEvent(AjaxRequestTarget target)
          Override this method to specify the markup container where your IPageable is part of.
 void AjaxPagingNavigationLink.onClick(AjaxRequestTarget target)
          Performs the actual action of this component, performing a non-ajax fallback when there was no AjaxRequestTarget available.
 void AjaxPagingNavigationIncrementLink.onClick(AjaxRequestTarget target)
          Performs the actual action of this component, performing a non-ajax fallback when there was no AjaxRequestTarget available.
protected  void AjaxPagingNavigationBehavior.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
 void FormComponent.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.
 void AutoLabelResolver.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
 AjaxRequestTarget WebApplication.newAjaxRequestTarget(Page page)
          Creates a new ajax request target used to control ajax responses
 

Methods in org.apache.wicket.protocol.http that return types with arguments of type AjaxRequestTarget
 IContextProvider<AjaxRequestTarget,Page> WebApplication.getAjaxRequestTargetProvider()
          Returns the provider for AjaxRequestTarget objects.
 

Methods in org.apache.wicket.protocol.http with parameters of type AjaxRequestTarget
 void AjaxEnclosureListener.onBeforeRespond(Map<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
 void WebApplication.setAjaxRequestTargetProvider(IContextProvider<AjaxRequestTarget,Page> ajaxRequestTargetProvider)
          Sets the provider for AjaxRequestTarget objects.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.