| Interface and Description |
|---|
| org.wicketstuff.wiquery.core.IWiQueryPlugin
Since wicket 6.0 this interface is no longer needed, nearly all of WiQuery
core's inner workings have been ported to Wicket 6.0. Use
Component.renderHead(IHeaderResponse) to render your statement. |
| Class and Description |
|---|
| org.wicketstuff.wiquery.core.behavior.WiQueryAbstractAjaxBehavior
you should really use AbstractDefaultAjaxBehavior and render the statement in your
WiQueryAbstractAjaxBehavior.renderHead(Component, IHeaderResponse) implementation. |
| Method and Description |
|---|
| org.wicketstuff.wiquery.core.javascript.JsQuery.contribute(Component)
use
Component.add(Behavior...). |
| org.wicketstuff.wiquery.core.behavior.WiQueryAbstractAjaxBehavior.statement()
use
WiQueryAbstractAjaxBehavior.renderHead(Component, IHeaderResponse) to render your
statement. |
| org.wicketstuff.wiquery.core.effects.EffectBehavior.statement() |
| org.wicketstuff.wiquery.core.events.WiQueryEventBehavior.statement() |
| org.wicketstuff.wiquery.core.IWiQueryPlugin.statement()
use
Component.renderHead(IHeaderResponse) to render your
statement. |
Copyright © 2015. All Rights Reserved.