Class Event
java.lang.Object
org.wicketstuff.wiquery.core.events.Event
- All Implemented Interfaces:
Serializable,ChainableStatement
$Id: Event.java 1714M 2012-01-17 08:29:18Z (local) $
Executes the given JsScope statement when a given list of EventLabel happened.
- Since:
- 0.5
- Author:
- Lionel Armanet
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventLabel[]The list of events triggering theJsScope. -
Constructor Summary
ConstructorsConstructorDescriptionEvent(EventLabel... eventLabels) Creates a new event binding aJsScopeto the givenEventLabel. -
Method Summary
-
Field Details
-
eventLabels
The list of events triggering theJsScope.
-
-
Constructor Details
-
Event
Creates a new event binding aJsScopeto the givenEventLabel.
-
-
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.
-
callback
-