Class DefaultChainableStatement
- java.lang.Object
-
- org.wicketstuff.wiquery.core.javascript.DefaultChainableStatement
-
- All Implemented Interfaces:
ChainableStatement
public class DefaultChainableStatement extends java.lang.Object implements ChainableStatement
$Id: DefaultChainableStatement.java 1714M 2012-01-17 08:33:01Z (local) $Default implementation of ChainableStatement.
- Since:
- 0.7
- Author:
- Lionel Armanet
-
-
Constructor Summary
Constructors Constructor Description DefaultChainableStatement(java.lang.String label, java.lang.CharSequence... args)Creates a new instance ofDefaultChainableStatement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringchainLabel()java.lang.CharSequence[]statementArgs()
-
-
-
Constructor Detail
-
DefaultChainableStatement
public DefaultChainableStatement(java.lang.String label, java.lang.CharSequence... args)Creates a new instance ofDefaultChainableStatement.
-
-
Method Detail
-
chainLabel
public java.lang.String chainLabel()
- Specified by:
chainLabelin interfaceChainableStatement- Returns:
- the statement label (like
each,css...)
-
statementArgs
public java.lang.CharSequence[] statementArgs()
- Specified by:
statementArgsin interfaceChainableStatement- Returns:
- the list of arguments passed to the statement.
-
-