org.wicketstuff.select2.json
Class JsonFunction
java.lang.Object
org.wicketstuff.select2.json.JsonFunction
- All Implemented Interfaces:
- org.apache.wicket.ajax.json.JSONString
public class JsonFunction
- extends Object
- implements org.apache.wicket.ajax.json.JSONString
Represents a Json function. When written out these values are not escaped so its possible to
write out raw JavaScript.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonFunction
public JsonFunction(String value)
toJSONString
public String toJSONString()
- Specified by:
toJSONString in interface org.apache.wicket.ajax.json.JSONString
Copyright © 2018. All rights reserved.