Uses of Interface
org.apache.wicket.ajax.attributes.IAjaxCallListener

Packages that use IAjaxCallListener
org.apache.wicket.ajax   
org.apache.wicket.ajax.attributes   
 

Uses of IAjaxCallListener in org.apache.wicket.ajax
 

Classes in org.apache.wicket.ajax that implement IAjaxCallListener
 class CancelEventIfAjaxListener
          Decorator that can be used to cancel the regular action if ajax call was performed.
 

Uses of IAjaxCallListener in org.apache.wicket.ajax.attributes
 

Classes in org.apache.wicket.ajax.attributes that implement IAjaxCallListener
 class AjaxCallListener
          An adapter for implementations of IAjaxCallListener.
 

Methods in org.apache.wicket.ajax.attributes that return types with arguments of type IAjaxCallListener
 List<IAjaxCallListener> AjaxRequestAttributes.getAjaxCallListeners()
           
 



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