Class SelectizeResponse

java.lang.Object
com.github.openjson.JSONObject
org.wicketstuff.selectize.SelectizeResponse

public class SelectizeResponse extends com.github.openjson.JSONObject
The SelectizeResponse is the actual model object for ajax requests of the selectize component.
Author:
Tobias Soloschenko
  • Field Summary

    Fields inherited from class com.github.openjson.JSONObject

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.github.openjson.JSONObject

    accumulate, append, encode, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getString, has, isNull, keys, keySet, length, names, numberToString, objectAsMap, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, putOpt, quote, remove, toJSONArray, toString, toString, toString, wrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details