public abstract class AbstractSakaiSpinnerAjaxCallListener
extends org.apache.wicket.ajax.attributes.AjaxCallListener
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DISABLED |
protected static String |
ENABLED |
protected String |
id |
protected static String |
SPINNER_CLASS |
protected boolean |
willRender |
| Constructor and Description |
|---|
AbstractSakaiSpinnerAjaxCallListener(String componentMarkupId,
boolean componentWillRender)
Call listener to overlay a spinner and disable the a clicked component
|
getAfterHandler, getBeforeHandler, getBeforeSendHandler, getCompleteHandler, getDoneHandler, getFailureHandler, getInitHandler, getPrecondition, getSuccessHandler, onAfter, onBefore, onBeforeSend, onComplete, onDone, onFailure, onInit, onPrecondition, onSuccess, renderHeadprotected static final String SPINNER_CLASS
protected static final String DISABLED
protected static final String ENABLED
protected boolean willRender
protected String id
public AbstractSakaiSpinnerAjaxCallListener(String componentMarkupId, boolean componentWillRender)
componentMarkupId - the markup id for the componentcomponentWillRender - whether or not the component will be re-rendered as a result of the ajax updateCopyright © 2003–2022 Sakai Project. All rights reserved.