org.wicketstuff.select2.json
Class JsonFunction

java.lang.Object
  extended by 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.


Constructor Summary
JsonFunction(String value)
           
 
Method Summary
 String toJSONString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonFunction

public JsonFunction(String value)
Method Detail

toJSONString

public String toJSONString()
Specified by:
toJSONString in interface org.apache.wicket.ajax.json.JSONString


Copyright © 2018. All rights reserved.