org.odlabs.wiquery.core
Interface IWiQueryPlugin

All Known Implementing Classes:
Accordion, AjaxSlider, Autocomplete, ButtonBehavior, ButtonCheckSet, ButtonRadioSet, DatePicker, Dialog, DialogUtilsBehavior, DraggableAjaxBehavior, DraggableBehavior, DroppableAjaxBehavior, DroppableBehavior, EffectBehavior, InlineDatePicker, PositionBehavior, ProgressBar, ResizableAjaxBehavior, ResizableBehavior, SelectableAjaxBehavior, SelectableBehavior, Slider, SortableAjaxBehavior, SortableBehavior, Tabs, WiQueryAbstractAjaxBehavior, WiQueryAbstractBehavior, WiqueryAjaxEffectBehavior, WiQueryAjaxEventBehavior, WiQueryEventBehavior

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)).

Since:
0.5
Author:
Lionel Armanet
See Also:
JsStatement

Method Summary
 JsStatement statement()
          Returns the main JsStatement used to create the plugin.
 

Method Detail

statement

JsStatement statement()
Returns the main JsStatement used to create the plugin.

Returns:
The JsStatement corresponding to this component.


Copyright © 2012. All Rights Reserved.