Class DefaultChainableStatement
java.lang.Object
org.wicketstuff.wiquery.core.javascript.DefaultChainableStatement
- All Implemented Interfaces:
ChainableStatement
$Id: DefaultChainableStatement.java 1714M 2012-01-17 08:33:01Z (local) $
Default implementation of ChainableStatement.
- Since:
- 0.7
- Author:
- Lionel Armanet
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultChainableStatement(String label, CharSequence... args) Creates a new instance ofDefaultChainableStatement. -
Method Summary
-
Constructor Details
-
DefaultChainableStatement
Creates a new instance ofDefaultChainableStatement.
-
-
Method Details
-
chainLabel
- Specified by:
chainLabelin interfaceChainableStatement- Returns:
- the statement label (like
each,css...)
-
statementArgs
- Specified by:
statementArgsin interfaceChainableStatement- Returns:
- the list of arguments passed to the statement.
-