public interface IJavascriptObject
Modifier and Type | Method and Description |
---|---|
String |
getJsId()
Returns a String with the unique ID used to identify this object.
|
String |
getJsType()
Returns a String with the type of Javascript object that this object represents.
|
String |
renderJs()
Returns a String with containing the rendered Javascript code for this object.
|
String getJsType()
String getJsId()
String renderJs()
Copyright © 2015. All rights reserved.