A C D E F G I J O Q R S T U W 

A

add(Z) - Method in class org.wicketstuff.select2.Response
Adds a choice to the collection
addAll(Collection<? extends T>) - Method in class org.wicketstuff.select2.Response
Adds choices to the collection
AjaxSettings - Class in org.wicketstuff.select2
Select2 Ajax settings.
AjaxSettings() - Constructor for class org.wicketstuff.select2.AjaxSettings
 
ApplicationSettings - Class in org.wicketstuff.select2
Application-wide settings that apply to all Select2 components.

C

ChoiceProvider<T> - Class in org.wicketstuff.select2
Acts as a bridge between Select2 components and the application's domain model.
ChoiceProvider() - Constructor for class org.wicketstuff.select2.ChoiceProvider
 
close() - Method in class org.wicketstuff.select2.json.StringBuilderWriter
 
convertInput() - Method in class org.wicketstuff.select2.Select2Choice
 
convertInput() - Method in class org.wicketstuff.select2.Select2MultiChoice
 
COPY - Static variable in class org.wicketstuff.select2.Settings.Widths
 

D

detach() - Method in class org.wicketstuff.select2.ChoiceProvider
 
DragAndDropBehavior - Class in org.wicketstuff.select2
Adds drag & drop behavior to Select2MultiChoice components, i.e.
DragAndDropBehavior() - Constructor for class org.wicketstuff.select2.DragAndDropBehavior
 

E

ELEMENT - Static variable in class org.wicketstuff.select2.Settings.Widths
 
execute(String, Object...) - Static method in class org.wicketstuff.select2.JQuery
 

F

flush() - Method in class org.wicketstuff.select2.json.StringBuilderWriter
 

G

get() - Static method in class org.wicketstuff.select2.ApplicationSettings
Retrieves the instance of settings object.
getAjax() - Method in class org.wicketstuff.select2.Settings
 
getAjax(boolean) - Method in class org.wicketstuff.select2.Settings
 
getAllowClear() - Method in class org.wicketstuff.select2.Settings
 
getBuilder() - Method in class org.wicketstuff.select2.json.StringBuilderWriter
 
getCloseOnSelect() - Method in class org.wicketstuff.select2.Settings
 
getContainerCss() - Method in class org.wicketstuff.select2.Settings
 
getContainerCssClass() - Method in class org.wicketstuff.select2.Settings
 
getCreateSearchChoice() - Method in class org.wicketstuff.select2.Settings
 
getCssReference() - Method in class org.wicketstuff.select2.ApplicationSettings
 
getData() - Method in class org.wicketstuff.select2.AjaxSettings
 
getData() - Method in class org.wicketstuff.select2.Settings
 
getDataType() - Method in class org.wicketstuff.select2.AjaxSettings
 
getDisplayText(String) - Method in class org.wicketstuff.select2.StringTextChoiceProvider
 
getDisplayText(T) - Method in class org.wicketstuff.select2.TextChoiceProvider
 
getDropdownAutoWidth() - Method in class org.wicketstuff.select2.Settings
 
getDropdownCss() - Method in class org.wicketstuff.select2.Settings
 
getDropdownCssClass() - Method in class org.wicketstuff.select2.Settings
 
getEscapeMarkup() - Method in class org.wicketstuff.select2.Settings
 
getFormatInputTooShort() - Method in class org.wicketstuff.select2.Settings
 
getFormatLoadMore() - Method in class org.wicketstuff.select2.Settings
 
getFormatNoMatches() - Method in class org.wicketstuff.select2.Settings
 
getFormatResult() - Method in class org.wicketstuff.select2.Settings
 
getFormatResultCssClass() - Method in class org.wicketstuff.select2.Settings
 
getFormatSearching() - Method in class org.wicketstuff.select2.Settings
 
getFormatSelection() - Method in class org.wicketstuff.select2.Settings
 
getFormatSelectionTooBig() - Method in class org.wicketstuff.select2.Settings
 
getHasMore() - Method in class org.wicketstuff.select2.Response
 
getId() - Method in class org.wicketstuff.select2.Settings
 
getId(String) - Method in class org.wicketstuff.select2.StringTextChoiceProvider
 
getId(T) - Method in class org.wicketstuff.select2.TextChoiceProvider
 
getInitSelection() - Method in class org.wicketstuff.select2.Settings
 
getJavaScriptReference() - Method in class org.wicketstuff.select2.ApplicationSettings
 
getJqueryUIReference() - Method in class org.wicketstuff.select2.ApplicationSettings
 
getMatcher() - Method in class org.wicketstuff.select2.Settings
 
getMaximumSelectionSize() - Method in class org.wicketstuff.select2.Settings
 
getMinimumInputLength() - Method in class org.wicketstuff.select2.Settings
 
getMinimumResultsForSearch() - Method in class org.wicketstuff.select2.Settings
 
getModelValue() - Method in class org.wicketstuff.select2.Select2MultiChoice
 
getMouseWheelReference() - Method in class org.wicketstuff.select2.ApplicationSettings
 
getMultiple() - Method in class org.wicketstuff.select2.Settings
 
getOpenOnEnter() - Method in class org.wicketstuff.select2.Settings
 
getPlaceholder() - Method in class org.wicketstuff.select2.Settings
 
getQuery() - Method in class org.wicketstuff.select2.Settings
 
getQuietMillis() - Method in class org.wicketstuff.select2.AjaxSettings
 
getResults() - Method in class org.wicketstuff.select2.AjaxSettings
 
getResults() - Method in class org.wicketstuff.select2.Response
 
getSeparator() - Method in class org.wicketstuff.select2.Settings
 
getSortResults() - Method in class org.wicketstuff.select2.Settings
 
getTags() - Method in class org.wicketstuff.select2.Settings
 
getTokenizer() - Method in class org.wicketstuff.select2.Settings
 
getTokenSeparators() - Method in class org.wicketstuff.select2.Settings
 
getUrl() - Method in class org.wicketstuff.select2.AjaxSettings
 
getWidth() - Method in class org.wicketstuff.select2.Settings
 

I

isIncludeCss() - Method in class org.wicketstuff.select2.ApplicationSettings
 
isIncludeJavascript() - Method in class org.wicketstuff.select2.ApplicationSettings
 
isIncludeJqueryUI() - Method in class org.wicketstuff.select2.ApplicationSettings
 
isIncludeMouseWheel() - Method in class org.wicketstuff.select2.ApplicationSettings
 
isTraditional() - Method in class org.wicketstuff.select2.AjaxSettings
 
iterator() - Method in class org.wicketstuff.select2.Response
 

J

JQuery - Class in org.wicketstuff.select2
 
Json - Class in org.wicketstuff.select2.json
Json utilities
JsonBuilder - Class in org.wicketstuff.select2.json
A JSONWriter that writes and allows access to the underlying StringBuilder.
JsonBuilder() - Constructor for class org.wicketstuff.select2.json.JsonBuilder
Constructs a builder with a new StringBuilder.
JsonBuilder(StringBuilder) - Constructor for class org.wicketstuff.select2.json.JsonBuilder
Constructs a builder with an existing StringBuilder.
JsonFunction - Class in org.wicketstuff.select2.json
Represents a Json function.
JsonFunction(String) - Constructor for class org.wicketstuff.select2.json.JsonFunction
 

O

OFF - Static variable in class org.wicketstuff.select2.Settings.Widths
 
onInitialize() - Method in class org.wicketstuff.select2.Select2MultiChoice
 
org.wicketstuff.select2 - package org.wicketstuff.select2
 
org.wicketstuff.select2.json - package org.wicketstuff.select2.json
 

Q

query(String, int, Response<T>) - Method in class org.wicketstuff.select2.ChoiceProvider
Queries application for choices that match the search term and adds them to the response

R

renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.select2.DragAndDropBehavior
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.select2.Select2ResourcesBehavior
 
renderInitializationScript(IHeaderResponse) - Method in class org.wicketstuff.select2.Select2Choice
 
renderInitializationScript(IHeaderResponse) - Method in class org.wicketstuff.select2.Select2MultiChoice
 
RESOLVE - Static variable in class org.wicketstuff.select2.Settings.Widths
 
Response<T> - Class in org.wicketstuff.select2
Response that will be sent to Select2 after it queries for matching choices.
Response() - Constructor for class org.wicketstuff.select2.Response
 

S

Select2Choice<T> - Class in org.wicketstuff.select2
Single-select Select2 component.
Select2Choice(String, IModel<T>, ChoiceProvider<T>) - Constructor for class org.wicketstuff.select2.Select2Choice
 
Select2Choice(String, IModel<T>) - Constructor for class org.wicketstuff.select2.Select2Choice
 
Select2Choice(String) - Constructor for class org.wicketstuff.select2.Select2Choice
 
Select2MultiChoice<T> - Class in org.wicketstuff.select2
Multi-select Select2 component.
Select2MultiChoice(String, IModel<Collection<T>>, ChoiceProvider<T>) - Constructor for class org.wicketstuff.select2.Select2MultiChoice
 
Select2MultiChoice(String, IModel<Collection<T>>) - Constructor for class org.wicketstuff.select2.Select2MultiChoice
 
Select2MultiChoice(String) - Constructor for class org.wicketstuff.select2.Select2MultiChoice
 
Select2ResourcesBehavior - Class in org.wicketstuff.select2
Adds various resources needed by Select2 such as JavaScript and CSS.
Select2ResourcesBehavior() - Constructor for class org.wicketstuff.select2.Select2ResourcesBehavior
 
setAjax(AjaxSettings) - Method in class org.wicketstuff.select2.Settings
 
setAllowClear(Boolean) - Method in class org.wicketstuff.select2.Settings
 
setCloseOnSelect(Boolean) - Method in class org.wicketstuff.select2.Settings
 
setContainerCss(String) - Method in class org.wicketstuff.select2.Settings
 
setContainerCssClass(String) - Method in class org.wicketstuff.select2.Settings
 
setCreateSearchChoice(String) - Method in class org.wicketstuff.select2.Settings
 
setCssReference(ResourceReference) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setData(String) - Method in class org.wicketstuff.select2.AjaxSettings
 
setData(String) - Method in class org.wicketstuff.select2.Settings
 
setDataType(String) - Method in class org.wicketstuff.select2.AjaxSettings
 
setDropdownAutoWidth(Boolean) - Method in class org.wicketstuff.select2.Settings
 
setDropdownCss(String) - Method in class org.wicketstuff.select2.Settings
 
setDropdownCssClass(String) - Method in class org.wicketstuff.select2.Settings
 
setEscapeMarkup(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatInputTooShort(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatLoadMore(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatNoMatches(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatResult(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatResultCssClass(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatSearching(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatSelection(String) - Method in class org.wicketstuff.select2.Settings
 
setFormatSelectionTooBig(String) - Method in class org.wicketstuff.select2.Settings
 
setHasMore(Boolean) - Method in class org.wicketstuff.select2.Response
Sets the more flag used to tell Select2 whether or not there are more results available.
setId(String) - Method in class org.wicketstuff.select2.Settings
 
setIncludeCss(boolean) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setIncludeJavascript(boolean) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setIncludeJqueryUI(boolean) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setIncludeMouseWheel(boolean) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setInitSelection(String) - Method in class org.wicketstuff.select2.Settings
 
setJavaScriptReference(ResourceReference) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setJqueryUIReference(ResourceReference) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setMatcher(String) - Method in class org.wicketstuff.select2.Settings
 
setMaximumSelectionSize(Integer) - Method in class org.wicketstuff.select2.Settings
 
setMinimumInputLength(Integer) - Method in class org.wicketstuff.select2.Settings
 
setMinimumResultsForSearch(Integer) - Method in class org.wicketstuff.select2.Settings
 
setMouseWheelReference(ResourceReference) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setMultiple(Boolean) - Method in class org.wicketstuff.select2.Settings
 
setOpenOnEnter(Boolean) - Method in class org.wicketstuff.select2.Settings
 
setPlaceholder(Object) - Method in class org.wicketstuff.select2.Settings
 
setQuery(String) - Method in class org.wicketstuff.select2.Settings
 
setQuietMillis(int) - Method in class org.wicketstuff.select2.AjaxSettings
 
setResults(String) - Method in class org.wicketstuff.select2.AjaxSettings
 
setResults(List<T>) - Method in class org.wicketstuff.select2.Response
Sets the results collection.
setSeparator(String) - Method in class org.wicketstuff.select2.Settings
 
setSortResults(String) - Method in class org.wicketstuff.select2.Settings
 
setTags(String) - Method in class org.wicketstuff.select2.Settings
 
Settings - Class in org.wicketstuff.select2
Select2 settings.
Settings() - Constructor for class org.wicketstuff.select2.Settings
 
Settings.Widths - Class in org.wicketstuff.select2
Some predefined width option values
Settings.Widths() - Constructor for class org.wicketstuff.select2.Settings.Widths
 
setTokenizer(String) - Method in class org.wicketstuff.select2.Settings
 
setTokenSeparators(String[]) - Method in class org.wicketstuff.select2.Settings
 
setTraditional(boolean) - Method in class org.wicketstuff.select2.AjaxSettings
 
setUrl(CharSequence) - Method in class org.wicketstuff.select2.AjaxSettings
 
setWidth(String) - Method in class org.wicketstuff.select2.Settings
 
size() - Method in class org.wicketstuff.select2.Response
 
StringBuilderWriter - Class in org.wicketstuff.select2.json
A Writer that writes into a StringBuilder.
StringBuilderWriter() - Constructor for class org.wicketstuff.select2.json.StringBuilderWriter
 
StringBuilderWriter(StringBuilder) - Constructor for class org.wicketstuff.select2.json.StringBuilderWriter
 
StringTextChoiceProvider - Class in org.wicketstuff.select2
A simple TextChoiceProvider for Strings.
StringTextChoiceProvider() - Constructor for class org.wicketstuff.select2.StringTextChoiceProvider
 

T

TextChoiceProvider<T> - Class in org.wicketstuff.select2
Takes care of Json serialization for the most common usecase where each choice is rendered as a text string.
TextChoiceProvider() - Constructor for class org.wicketstuff.select2.TextChoiceProvider
 
toChoices(Collection<String>) - Method in class org.wicketstuff.select2.ChoiceProvider
Converts a list of choice ids back into application's choice objects.
toChoices(Collection<String>) - Method in class org.wicketstuff.select2.StringTextChoiceProvider
 
toJson(T, JSONWriter) - Method in class org.wicketstuff.select2.ChoiceProvider
Converts the specified choice to Json.
toJson() - Method in class org.wicketstuff.select2.json.JsonBuilder
 
toJson() - Method in class org.wicketstuff.select2.Settings
 
toJson(T, JSONWriter) - Method in class org.wicketstuff.select2.TextChoiceProvider
 
toJSONString() - Method in class org.wicketstuff.select2.json.JsonFunction
 

U

updateModel() - Method in class org.wicketstuff.select2.Select2MultiChoice
 

W

write(char[], int, int) - Method in class org.wicketstuff.select2.json.StringBuilderWriter
 
writeFunction(JSONWriter, String, String) - Static method in class org.wicketstuff.select2.json.Json
Writes a key/value pair into the writer where value represents a javascript function and should be written out unencoded if the value is not null
writeObject(JSONWriter, String, Object) - Static method in class org.wicketstuff.select2.json.Json
Writes a key/value pair into the writer if the value is not null
A C D E F G I J O Q R S T U W 

Copyright © 2014. All rights reserved.