Class AjaxDisableComponentListener

java.lang.Object
org.apache.wicket.ajax.attributes.AjaxCallListener
org.apache.wicket.extensions.ajax.AjaxDisableComponentListener
All Implemented Interfaces:
Serializable, IAjaxCallListener, IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

An AjaxCallListener to disable the associated component while the AJAX request is running. Please note that under the hood this class uses DOM attribute 'disabled' to disable a component, hence it can be used only with those HTML components that support this attribute. If you want to use it with other kinds of components you should override generateHandlerJavaScript(org.apache.wicket.Component, boolean) to generate the proper enable/disable JavaScript.
Author:
Andrea Del Bene
See Also: