public abstract class WiQueryAbstractAjaxBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements IWiQueryPlugin
Link between IWiQueryPlugin and AbstractDefaultAjaxBehavior
| Constructor and Description |
|---|
WiQueryAbstractAjaxBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
contribute(WiQueryResourceManager wiQueryResourceManager)
Declares resources (JavaScript and CSS files) to import.
|
protected void |
onBind() |
abstract JsStatement |
statement()
Returns the main
JsStatement used to create the plugin. |
findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getCallbackScript, getCallbackScript, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onRequest, renderHead, respond, throttleScriptbind, getCallbackUrl, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentRendered, onComponentTag, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContributionprotected void onBind()
onBind in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorAbstractDefaultAjaxBehavior.onBind()public void contribute(WiQueryResourceManager wiQueryResourceManager)
contribute in interface IWiQueryPluginwiQueryResourceManager - The WiQueryResourceManager instance managing this
component resources.IWiQueryPlugin.contribute(org.odlabs.wiquery.core.commons.WiQueryResourceManager)public abstract JsStatement statement()
JsStatement used to create the plugin.statement in interface IWiQueryPluginJsStatement corresponding to this component.IWiQueryPlugin.statement()Copyright © 2009-2012. All Rights Reserved.