Package org.wicketstuff.selectize
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 {#linkSelectizeOptionthe option will be categorized below that group.- Author:
- Tobias Soloschenko
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPT_GROUP_FIELDstatic StringOPT_GROUP_LABEL_FIELD
-
Constructor Summary
Constructors Constructor Description SelectizeOptionGroup(String groupId, String value, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetText(String text)voidsetValue(String value)-
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
-
-
-
-
Field Detail
-
OPT_GROUP_FIELD
public static final String OPT_GROUP_FIELD
- See Also:
- Constant Field Values
-
OPT_GROUP_LABEL_FIELD
public static final String OPT_GROUP_LABEL_FIELD
- See Also:
- Constant Field Values
-
-