public interface IWiQueryPlugin
The IWiQueryPlugin interface defines all WiQuery plugins, e.g.
all components outputing jQuery statements to function.
WiQuery plugins are components generating JavaScript jQuery code. WiQuery manages the component, outputs the JavaScript needed to function and imports all JavaScript resources needed by the component.
A WickeXt plugin is automatically managed by the
WiQueryInstantiationListener
WiQueryInstantiationListener,
JsStatement| Modifier and Type | Method and Description |
|---|---|
void |
contribute(WiQueryResourceManager wiQueryResourceManager)
Declares resources (JavaScript and CSS files) to import.
|
JsStatement |
statement()
Returns the main
JsStatement used to create the plugin. |
void contribute(WiQueryResourceManager wiQueryResourceManager)
wiQueryResourceManager - The WiQueryResourceManager instance managing this
component resources.JsStatement statement()
JsStatement used to create the plugin.JsStatement corresponding to this component.Copyright © 2009-2012. All Rights Reserved.