renderHead(Component, IHeaderResponse) implementation.public abstract class WiQueryAbstractAjaxBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements IWiQueryPlugin
Link between IWiQueryPlugin and AbstractDefaultAjaxBehavior
| Constructor and Description |
|---|
WiQueryAbstractAjaxBehavior()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.Component |
getBehaviorComponent()
Deprecated.
|
Options |
getOptions()
Deprecated.
|
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
Deprecated.
Since wicket 6.0
statement() is no longer needed, nearly all of WiQuery
core's inner workings have been ported to Wicket 6.0. |
protected void |
respond(org.apache.wicket.ajax.AjaxRequestTarget target)
Deprecated.
|
void |
setEventListener(AbstractAjaxEventCallback callback)
Deprecated.
|
JsStatement |
statement()
Deprecated.
use
renderHead(Component, IHeaderResponse) to render your
statement. |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindprotected Options options
public final Options getOptions()
public void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
Since wicket 6.0 statement() is no longer needed, nearly all of WiQuery
core's inner workings have been ported to Wicket 6.0. Use
renderHead(Component, IHeaderResponse) to render your statement.
For backward compatibility we render the output of this function in an
OnDomReadyHeaderItem if it is not empty. For your convenience this abstract
class returns null so that nothing is rendered.
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior@Deprecated public JsStatement statement()
renderHead(Component, IHeaderResponse) to render your
statement.
Since wicket 6.0 this function is no longer needed, nearly all of WiQuery core's
inner workings have been ported to Wicket 6.0. Use
renderHead(Component, IHeaderResponse) to render your statement.
For backward compatibility we render the output of this function in an
OnDomReadyHeaderItem if it is not empty. For your convenience this abstract
class returns null so that nothing is rendered.
If you decide to use this class and to override this function then make sure you do
call this class' renderHead(Component, IHeaderResponse) otherwise no
statement will be rendered.
statement in interface IWiQueryPluginJsStatement corresponding to this component.public org.apache.wicket.Component getBehaviorComponent()
public void setEventListener(AbstractAjaxEventCallback callback)
protected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorCopyright © 2015. All Rights Reserved.