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.extensions.ajax.markup.html   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
org.apache.wicket.extensions.ajax.markup.html.modal   
org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort   
org.apache.wicket.extensions.ajax.markup.html.tabs   
org.apache.wicket.extensions.markup.html.tree   
org.apache.wicket.extensions.rating   
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  void AjaxFormValidatingBehavior.onError(AjaxRequestTarget target)
           
protected abstract  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 AjaxFormChoiceComponentUpdatingBehavior.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 abstract  void AjaxFormSubmitBehavior.onSubmit(AjaxRequestTarget target)
          Listener method that is invoked after the form has been submitted and processed without errors
protected abstract  void AjaxFormComponentUpdatingBehavior.onUpdate(AjaxRequestTarget target)
          Listener invoked on the ajax request.
protected abstract  void AjaxFormChoiceComponentUpdatingBehavior.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 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.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 abstract  void AjaxSubmitLink.onSubmit(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit
protected abstract  void AjaxFallbackButton.onSubmit(AjaxRequestTarget target, Form<?> form)
          Callback for the onClick event.
protected abstract  void AjaxButton.onSubmit(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with no errors
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.extensions.ajax.markup.html
 

Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type AjaxRequestTarget
protected  void AjaxEditableLabel.onCancel(AjaxRequestTarget target)
          Invoked when the label is in edit mode, and received a cancel event.
protected  void AjaxEditableLabel.onEdit(AjaxRequestTarget target)
          Called when the label is clicked and the component is put in edit mode.
protected  void AjaxEditableLabel.onError(AjaxRequestTarget target)
          Invoked when the label is in edit mode, received a new input, but that input didn't validate
protected  void AjaxEditableLabel.LabelAjaxBehavior.onEvent(AjaxRequestTarget target)
           
protected  void AjaxEditableLabel.onSubmit(AjaxRequestTarget target)
          Invoked when the editor was successfully updated.
protected  void AjaxEditableLabel.EditorAjaxBehavior.respond(AjaxRequestTarget target)
           
 

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

Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type AjaxRequestTarget
protected  void AbstractAutoCompleteBehavior.respond(AjaxRequestTarget target)
           
 

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

Methods in org.apache.wicket.extensions.ajax.markup.html.modal with parameters of type AjaxRequestTarget
 void ModalWindow.close(AjaxRequestTarget target)
          Closes the modal window.
static void ModalWindow.closeCurrent(AjaxRequestTarget target)
          Hides the modal window.
 void ModalWindow.WindowClosedCallback.onClose(AjaxRequestTarget target)
          Called after the window has been closed.
 boolean ModalWindow.CloseButtonCallback.onCloseButtonClicked(AjaxRequestTarget target)
          Methods invoked after the button has been clicked.
protected  void ModalWindow.CloseButtonBehavior.respond(AjaxRequestTarget target)
           
protected  void ModalWindow.respondOnWindowClosed(AjaxRequestTarget target)
          Handles the work that the window closed behavior is expected to perform; may be called by alternate implementors of IWindowClosedBehavior.
 void ModalWindow.show(AjaxRequestTarget target)
          Shows the modal window.
 

Uses of AjaxRequestTarget in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
 

Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort with parameters of type AjaxRequestTarget
protected abstract  void AjaxFallbackOrderByLink.onAjaxClick(AjaxRequestTarget target)
          Callback method when an ajax click occurs.
protected abstract  void AjaxFallbackOrderByBorder.onAjaxClick(AjaxRequestTarget target)
           
 

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

Methods in org.apache.wicket.extensions.ajax.markup.html.tabs with parameters of type AjaxRequestTarget
protected  void AjaxTabbedPanel.onAjaxUpdate(AjaxRequestTarget target)
          A template method that lets users add additional behavior when ajax update occurs.
 

Uses of AjaxRequestTarget in org.apache.wicket.extensions.markup.html.tree
 

Methods in org.apache.wicket.extensions.markup.html.tree with parameters of type AjaxRequestTarget
 void DefaultAbstractTree.ILinkCallback.onClick(AjaxRequestTarget target)
          Called when the click is executed.
protected  void DefaultAbstractTree.onJunctionLinkClicked(AjaxRequestTarget target, TreeNode node)
          Callback function called after user clicked on an junction link.
protected  void DefaultAbstractTree.onNodeLinkClicked(AjaxRequestTarget target, TreeNode node)
          This callback method is called after user has selected / deselected the given node.
 

Uses of AjaxRequestTarget in org.apache.wicket.extensions.rating
 

Methods in org.apache.wicket.extensions.rating with parameters of type AjaxRequestTarget
protected abstract  void RatingPanel.onRated(int rating, AjaxRequestTarget target)
          Notification of a click on a rating star.
 

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.
 void BaseTree.ILinkCallback.onClick(AjaxRequestTarget target)
          Called when the click is executed.
protected  void BaseTree.onJunctionLinkClicked(AjaxRequestTarget target, Object node)
          Callback function called after user clicked on an junction link.
protected  void LinkTree.onNodeLinkClicked(Object node, BaseTree tree, AjaxRequestTarget target)
          Method invoked after the node has been selected / unselected.
protected  void LinkIconPanel.onNodeLinkClicked(Object node, BaseTree tree, AjaxRequestTarget target)
          Handler invoked when the link is clicked.
 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 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.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.