Class SakaiSpinnerAjaxCallListener
- java.lang.Object
-
- org.apache.wicket.ajax.attributes.AjaxCallListener
-
- org.sakaiproject.wicket.component.AbstractSakaiSpinnerAjaxCallListener
-
- org.sakaiproject.wicket.component.SakaiSpinnerAjaxCallListener
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.ajax.attributes.IAjaxCallListener,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
public class SakaiSpinnerAjaxCallListener extends AbstractSakaiSpinnerAjaxCallListener
Adds the Sakai overlay spinner to the component making the Ajax call- Author:
- plukasew
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.wicket.component.AbstractSakaiSpinnerAjaxCallListener
DISABLED, ENABLED, id, SPINNER_CLASS, willRender
-
-
Constructor Summary
Constructors Constructor Description SakaiSpinnerAjaxCallListener(String componentMarkupId)ConstructorSakaiSpinnerAjaxCallListener(String componentMarkupId, boolean componentWillRender)Constructor
-
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
-
SakaiSpinnerAjaxCallListener
public SakaiSpinnerAjaxCallListener(String componentMarkupId)
Constructor- Parameters:
componentMarkupId- the markup id of the component making the ajax call
-
SakaiSpinnerAjaxCallListener
public SakaiSpinnerAjaxCallListener(String componentMarkupId, boolean componentWillRender)
Constructor- Parameters:
componentMarkupId- the markup id of the component making the ajax callcomponentWillRender- whether the ajax call will result in the component being re-rendered
-
-