Package io.keikai.ui.impl
Class JavaScriptValue
java.lang.Object
io.keikai.ui.impl.JavaScriptValue
- All Implemented Interfaces:
Serializable,org.zkoss.json.JSONAware
- Author:
- Sam
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JavaScriptValue
Constructor- Parameters:
js- the snippet of the JavaScript code. For example, "{what: 123, another: 'a'}". The content is generated directly to the AU response, so it must be a valid JavaScript code.
-
-
Method Details