public abstract class Source extends JavascriptObject implements Serializable
counter, JS_GLOBAL, objectIds| Constructor and Description |
|---|
Source()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getJsType()
Returns a String with the type of Javascript object that this object represents.
|
abstract String |
renderJs()
Returns a String with containing the rendered Javascript code for this object.
|
escapeQuoteJs, getJsId, getJsIdWithSuffixpublic abstract String getJsType()
JavascriptObjectgetJsType in interface IJavascriptObjectgetJsType in class JavascriptObjectpublic abstract String renderJs()
JavascriptObjectrenderJs in interface IJavascriptObjectrenderJs in class JavascriptObjectCopyright © 2015. All rights reserved.