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

    Constructors
    Constructor
    Description
    PreAjaxLoadingStateListener(String markupId, String beforeIconCss, String afterIconClass, String loadingText)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getBeforeHandler(org.apache.wicket.Component component)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PreAjaxLoadingStateListener

      public PreAjaxLoadingStateListener(String markupId, String beforeIconCss, String afterIconClass, String loadingText)
  • Method Details

    • getBeforeHandler

      public CharSequence getBeforeHandler(org.apache.wicket.Component component)
      Specified by:
      getBeforeHandler in interface org.apache.wicket.ajax.attributes.IAjaxCallListener
      Overrides:
      getBeforeHandler in class org.apache.wicket.ajax.attributes.AjaxCallListener