Interface ChainableStatement

All Known Implementing Classes:
DefaultChainableStatement, Event

public interface ChainableStatement
$Id: ChainableStatement.java 1714 2011-09-22 20:38:30Z hielke.hoeve $

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 Details

    • chainLabel

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

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