Class AbstractSakaiSpinnerAjaxCallListener

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.ajax.attributes.IAjaxCallListener, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable
    Direct Known Subclasses:
    SakaiSpinnerAjaxCallListener

    public abstract class AbstractSakaiSpinnerAjaxCallListener
    extends org.apache.wicket.ajax.attributes.AjaxCallListener
    Abstract base class for AjaxCallListeners used to apply a spinner overlay to the component while Ajax call in progress
    Author:
    plukasew
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractSakaiSpinnerAjaxCallListener​(String componentMarkupId, boolean componentWillRender)
      Call listener to overlay a spinner and disable the a clicked component
    • Method Summary

      • Methods inherited from class org.apache.wicket.ajax.attributes.AjaxCallListener

        getAfterHandler, getBeforeHandler, getBeforeSendHandler, getCompleteHandler, getDoneHandler, getFailureHandler, getInitHandler, getPrecondition, getSuccessHandler, onAfter, onBefore, onBeforeSend, onComplete, onDone, onFailure, onInit, onPrecondition, onSuccess, renderHead
    • Constructor Detail

      • AbstractSakaiSpinnerAjaxCallListener

        public AbstractSakaiSpinnerAjaxCallListener​(String componentMarkupId,
                                                    boolean componentWillRender)
        Call listener to overlay a spinner and disable the a clicked component
        Parameters:
        componentMarkupId - the markup id for the component
        componentWillRender - whether or not the component will be re-rendered as a result of the ajax update