|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWiQueryPlugin
$Id: IWiQueryPlugin.java 412 2010-09-17 21:23:25Z lionel.armanet $
The IWiQueryPlugin
interface defines all WiQuery plugins, e.g. all
components/behaviors outputting jQuery statements to function.
WiQuery plugins are components or behaviors generating JavaScript jQuery code. WiQuery manages the component or behavior, outputs the JavaScript needed to function and imports all JavaScript resources needed by the component or behavior.
The contribute method is not needed since wicket 1.5 as Component and or Behaviors
themselves are contributers. Simply override
Component.renderHead(IHeaderResponse)
or
Behavior.renderHead(Component, IHeaderResponse)
).
JsStatement
Method Summary | |
---|---|
JsStatement |
statement()
Returns the main JsStatement used to create the plugin. |
Method Detail |
---|
JsStatement statement()
JsStatement
used to create the plugin.
JsStatement
corresponding to this component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |