Package org.wicketstuff.openlayers.js
Class ObjectLiteral
- java.lang.Object
-
- org.wicketstuff.openlayers.js.ObjectLiteral
-
public class ObjectLiteral extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectLiteralset(String name, String value)ObjectLiteralsetString(String name, String value)StringtoJS()
-
-
-
Method Detail
-
setString
public ObjectLiteral setString(String name, String value)
-
set
public ObjectLiteral set(String name, String value)
-
toJS
public String toJS()
-
-