java.lang.Object
org.wicketstuff.select2.AjaxSettings
- All Implemented Interfaces:
Serializable
Select2 Ajax settings. Refer to the Select2 documentation for what these options mean.
- Author:
- igor
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()intgetDelay()getUrl()booleanisCache()voidsetCache(boolean cache) voidvoidsetDataType(String dataType) voidsetDelay(int delay) voidsetProcessResults(String processResults) voidsetUrl(CharSequence url) voidtoJson(com.github.openjson.JSONStringer stringer)
-
Constructor Details
-
AjaxSettings
public AjaxSettings()
-
-
Method Details
-
toJson
public void toJson(com.github.openjson.JSONStringer stringer) throws com.github.openjson.JSONException - Throws:
com.github.openjson.JSONException
-
setUrl
-
setDataType
-
setDelay
public void setDelay(int delay) -
setData
-
setProcessResults
-
getUrl
-
getDataType
-
getDelay
public int getDelay() -
getData
-
getProcessResults
-
isCache
public boolean isCache() -
setCache
public void setCache(boolean cache)
-