Class SelectizeOptionGroup

java.lang.Object
com.github.openjson.JSONObject
org.wicketstuff.selectize.SelectizeOptionGroup
All Implemented Interfaces:
Serializable

public class SelectizeOptionGroup extends com.github.openjson.JSONObject implements Serializable
Used to provide the model for the groups to the selectize component. If the groupId of this model is equal to a groupId of a {#link SelectizeOption the option will be categorized below that group.
Author:
Tobias Soloschenko
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class com.github.openjson.JSONObject

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    SelectizeOptionGroup(String groupId, String value, String text)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    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
  • Field Details

  • Constructor Details

    • SelectizeOptionGroup

      public SelectizeOptionGroup(String groupId, String value, String text)
  • Method Details

    • setText

      public void setText(String text)
    • setValue

      public void setValue(String value)