class |
Attributes |
Attributes is a Javascript Object TODO : need to clean up
|
class |
CSSInlineStyle |
This is a CSS Inline Style "Style=..." where it's toString method will return the
string suitable to be used for the Attribute Modifier
|
class |
JSArray |
a Javascript Array "[value1, value2, value3]" TODO : Use JSON ?
|
class |
JSObject<T> |
a Javascript Object "{name: value, name1 : value1}"
TODO : Use JSON ??
|
class |
NameValuePair<T> |
This is the abstract class that helps to generate the notations for name
pairs
1.
|