org.odlabs.wiquery.core.javascript
Interface ChainableStatement

All Known Implementing Classes:
Animate, BounceEffect, DefaultChainableStatement, Delay, Effect, Event, ExplodeEffect, FadeIn, FadeOut, FadeTo, Hide, HighlightEffect, PuffEffect, PulsateEffect, ScaleEffect, ShakeEffect, Show, SlideDown, SlideToggle, SlideUp, Toggle

public interface ChainableStatement

$Id$

Common interface to ease jQuery integration in WickeXt. Defines common information needed by a JavaScript statement to be append to a JsStatement.

Since:
0.7
Author:
Lionel Armanet

Method Summary
 String chainLabel()
           
 CharSequence[] statementArgs()
           
 

Method Detail

chainLabel

String chainLabel()
Returns:
the statement label (like each, css...)

statementArgs

CharSequence[] statementArgs()
Returns:
the list of arguments passed to the statement.


Copyright © 2012. All Rights Reserved.