Uses of Interface
org.apache.wicket.ajax.attributes.IAjaxCallListener
-
Packages that use IAjaxCallListener Package Description 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 Modifier and Type Class Description classCancelEventIfAjaxListenerDecorator 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 Modifier and Type Class Description classAjaxCallListenerAn adapter for implementations of IAjaxCallListener.Methods in org.apache.wicket.ajax.attributes that return types with arguments of type IAjaxCallListener Modifier and Type Method Description java.util.List<IAjaxCallListener>AjaxRequestAttributes. getAjaxCallListeners()
-