public abstract class WiQueryAbstractBehavior extends org.apache.wicket.behavior.AbstractBehavior implements IWiQueryPlugin
| Constructor and Description |
|---|
WiQueryAbstractBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
void |
contribute(WiQueryResourceManager wiQueryResourceManager)
Declares resources (JavaScript and CSS files) to import.
|
org.apache.wicket.Component |
getComponent() |
abstract JsStatement |
statement()
Returns the main
JsStatement used to create the plugin. |
public void bind(org.apache.wicket.Component component)
bind in interface org.apache.wicket.behavior.IBehaviorbind in class org.apache.wicket.behavior.AbstractBehaviorpublic org.apache.wicket.Component getComponent()
public void contribute(WiQueryResourceManager wiQueryResourceManager)
IWiQueryPlugincontribute in interface IWiQueryPluginwiQueryResourceManager - The WiQueryResourceManager instance managing this
component resources.public abstract JsStatement statement()
IWiQueryPluginJsStatement used to create the plugin.statement in interface IWiQueryPluginJsStatement corresponding to this component.Copyright © 2009-2012. All Rights Reserved.