Class PreAjaxLoadingStateListener
java.lang.Object
org.apache.wicket.ajax.attributes.AjaxCallListener
com.evolveum.midpoint.web.component.input.PreAjaxLoadingStateListener
- All Implemented Interfaces:
Serializable,org.apache.wicket.ajax.attributes.IAjaxCallListener,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
public class PreAjaxLoadingStateListener
extends org.apache.wicket.ajax.attributes.AjaxCallListener
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreAjaxLoadingStateListener(String markupId, String beforeIconCss, String afterIconClass, String loadingText) -
Method Summary
Methods inherited from class org.apache.wicket.ajax.attributes.AjaxCallListener
getAfterHandler, getBeforeSendHandler, getCompleteHandler, getDoneHandler, getFailureHandler, getInitHandler, getPrecondition, getSuccessHandler, onAfter, onBefore, onBeforeSend, onComplete, onDone, onFailure, onInit, onPrecondition, onSuccess, renderHead
-
Constructor Details
-
PreAjaxLoadingStateListener
-
-
Method Details
-
getBeforeHandler
- Specified by:
getBeforeHandlerin interfaceorg.apache.wicket.ajax.attributes.IAjaxCallListener- Overrides:
getBeforeHandlerin classorg.apache.wicket.ajax.attributes.AjaxCallListener
-