Uses of Class
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.tree Package for Tree components. 
org.apache.wicket.protocol.http HTTP implementation. 
 

Uses of AjaxRequestTarget in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax that return AjaxRequestTarget
static AjaxRequestTarget AjaxRequestTarget.get()
          Static method that returns current AjaxRequestTarget or null of no AjaxRequestTarget is available.
 

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
protected abstract  void AjaxEventBehavior.onEvent(AjaxRequestTarget target)
          Listener method for the ajax event
protected  void AjaxSelfUpdatingTimerBehavior.onPostProcessTarget(AjaxRequestTarget target)
          Give the subclass a chance to add something to the target, like a javascript effect call.
 void AjaxRequestTarget.ITargetRespondListener.onTargetRespond(AjaxRequestTarget target)
          Invoked when AjaxRequestTarget is about the respond.
protected  void AjaxSelfUpdatingTimerBehavior.onTimer(AjaxRequestTarget target)
           
protected abstract  void AbstractAjaxTimerBehavior.onTimer(AjaxRequestTarget target)
          Listener method for the AJAX timer event.
protected  void AjaxEventBehavior.respond(AjaxRequestTarget target)
           
protected abstract  void AbstractDefaultAjaxBehavior.respond(AjaxRequestTarget target)
           
protected  void AbstractAjaxTimerBehavior.respond(AjaxRequestTarget target)
           
 

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

Methods in org.apache.wicket.ajax.form with parameters of type AjaxRequestTarget
protected abstract  void AjaxFormSubmitBehavior.onError(AjaxRequestTarget target)
          Listener method invoked when the form has been processed and errors occurred
protected  void AjaxFormValidatingBehavior.onError(AjaxRequestTarget target)
           
protected  void AjaxFormChoiceComponentUpdatingBehavior.onError(AjaxRequestTarget target, RuntimeException e)
          Called to handle any error resulting from updating form component.
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 abstract  void AjaxFormSubmitBehavior.onSubmit(AjaxRequestTarget target)
          Listener method that is invoked after the form has been submitted and processed without errors
protected  void AjaxFormValidatingBehavior.onSubmit(AjaxRequestTarget target)
           
protected abstract  void AjaxFormChoiceComponentUpdatingBehavior.onUpdate(AjaxRequestTarget target)
          Listener invoked on the ajax request.
protected abstract  void AjaxFormComponentUpdatingBehavior.onUpdate(AjaxRequestTarget target)
          Listener invoked on the ajax request.
protected  void AjaxFormChoiceComponentUpdatingBehavior.respond(AjaxRequestTarget target)
           
 

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 AjaxFallbackLink.onClick(AjaxRequestTarget target)
          Callback for the onClick event.
abstract  void AjaxLink.onClick(AjaxRequestTarget target)
          Listener method invoked on the ajax request generated when the user clicks the link
 

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 abstract  void AjaxSubmitLink.onError(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with errors
protected abstract  void AjaxButton.onError(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with errors
protected abstract  void AjaxFallbackButton.onError(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with errors
protected abstract  void AjaxSubmitLink.onSubmit(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit
protected abstract  void AjaxButton.onSubmit(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with no errors
protected abstract  void AjaxFallbackButton.onSubmit(AjaxRequestTarget target, Form<?> form)
          Callback for the onClick event.
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.tree
 

Methods in org.apache.wicket.markup.html.tree with parameters of type AjaxRequestTarget
protected  void AbstractTree.addComponent(AjaxRequestTarget target, Component component)
          Allows to intercept adding dirty components to AjaxRequestTarget.
protected  void BaseTree.onJunctionLinkClicked(AjaxRequestTarget target, Object node)
          Callback function called after user clicked on an junction link.
protected  void LinkIconPanel.onNodeLinkClicked(Object node, BaseTree tree, AjaxRequestTarget target)
          Handler invoked when the link is clicked.
protected  void LinkTree.onNodeLinkClicked(Object node, BaseTree tree, AjaxRequestTarget target)
          Method invoked after the node has been selected / unselected.
 void AbstractTree.onTargetRespond(AjaxRequestTarget target)
           
 void AbstractTree.updateTree(AjaxRequestTarget target)
          Updates the changed portions of the tree using given AjaxRequestTarget.
 

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-2012 Apache Software Foundation. All Rights Reserved.