| Interface | Description |
|---|---|
| ChainableStatement |
$Id: ChainableStatement.java 1714 2011-09-22 20:38:30Z hielke.hoeve $
Common interface to ease jQuery integration in WickeXt.
|
| JavaScriptCallable |
$Id: JavaScriptCallable.java 412 2010-09-17 21:23:25Z lionel.armanet $
Defines a JavaScript callable statement (e.g. a statement chainable with others).
|
| Class | Description |
|---|---|
| DefaultChainableStatement |
$Id: DefaultChainableStatement.java 1714M 2012-01-17 08:33:01Z (local) $
Default implementation of ChainableStatement.
|
| JsQuery |
$Id: JsQuery.java 1721M 2012-01-17 17:43:37Z (local) $
JsQuery is the main entry point of WickeXt's JavaScript integration. |
| JsScope |
$Id: JsScope.java 1714 2011-09-22 20:38:30Z hielke.hoeve $
JsScope are used to define anonymous JavaScript functions. |
| JsScopeContext |
$Id: JsScopeContext.java 1714 2011-09-22 20:38:30Z hielke.hoeve $
JsScopeContext defines the following JsScope contents:
all accessible variables from a JsScope
all JavaScript statements executed in the JsScope
|
| JsScopeEvent |
$Id: JsScopeEvent.java 1714 2011-09-22 20:38:30Z hielke.hoeve $
This class represent a JsScope event for the JQuery scope event The javascript representation
will be like this:
function(event) { ... }
|
| JsStatement |
$Id: JsStatement.java 1714M 2012-01-17 08:35:15Z (local) $
A
JsStatement defines a whole executable JavaScript statement. |
| JsUtils |
$Id: JsUtils.java 1714 2011-09-22 20:38:30Z hielke.hoeve $
Helper class to ease JavaScript integration.
|
Copyright © 2018. All Rights Reserved.