A B C D E F G I J N O Q R S T U V W 
All Classes All Packages

A

AbstractSelect2Choice<T,​M> - Class in org.wicketstuff.select2
Base class for Select2 components
AbstractSelect2Choice(String) - Constructor for class org.wicketstuff.select2.AbstractSelect2Choice
 
AbstractSelect2Choice(String, IModel<M>) - Constructor for class org.wicketstuff.select2.AbstractSelect2Choice
Constructor
AbstractSelect2Choice(String, IModel<M>, ChoiceProvider<T>) - Constructor for class org.wicketstuff.select2.AbstractSelect2Choice
Construct.
AbstractSelect2Choice(String, ChoiceProvider<T>) - Constructor for class org.wicketstuff.select2.AbstractSelect2Choice
Constructor.
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
 
appendOptionHtml(AppendingStringBuffer, T) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Append a single option markup.
ApplicationSettings - Class in org.wicketstuff.select2
Application-wide settings that apply to all Select2 components.

B

bind(Component) - Method in class org.wicketstuff.select2.Select2Behavior
 

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
 
convertIdsToChoices(List<String>) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Convert IDS into choices.
convertInput() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
convertValue(String[]) - Method in class org.wicketstuff.select2.Select2Choice
 
convertValue(String[]) - Method in class org.wicketstuff.select2.Select2MultiChoice
 
COPY - Static variable in class org.wicketstuff.select2.Settings.Widths
 
createOptionsHtml(Collection<T>) - Method in class org.wicketstuff.select2.Select2MultiChoice
 
createOptionsHtml(M) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Creates the HTML option(s) markup representing the current value.
createOptionsHtml(T) - Method in class org.wicketstuff.select2.Select2Choice
 

D

DEFAULT_QUERY_PARAM - Static variable in class org.wicketstuff.select2.Settings
 
detach() - Method in class org.wicketstuff.select2.ChoiceProvider
 

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
 
forMultiChoice() - Static method in class org.wicketstuff.select2.Select2Behavior
 
forSingleChoice() - Static method in class org.wicketstuff.select2.Select2Behavior
 

G

generateJSON(String, ChoiceProvider<T>, OutputStream) - Static method in class org.wicketstuff.select2.AbstractSelect2Choice
Utility method to generate JSON response.
generateJSON(ChoiceProvider<T>, OutputStream) - Static method in class org.wicketstuff.select2.AbstractSelect2Choice
Utility method to generate JSON response.
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
 
getChoiceProvider() - Method in class org.wicketstuff.select2.JsonResourceReference
The choice provider.
getCloseOnSelect() - Method in class org.wicketstuff.select2.Settings
 
getContainerCss() - Method in class org.wicketstuff.select2.Settings
 
getContainerCssClass() - Method in class org.wicketstuff.select2.Settings
 
getCreateTag() - Method in class org.wicketstuff.select2.Settings
 
getCssReference() - Method in class org.wicketstuff.select2.ApplicationSettings
 
getCurrentValue() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
getData() - Method in class org.wicketstuff.select2.AjaxSettings
 
getData() - Method in class org.wicketstuff.select2.Settings
 
getDataType() - Method in class org.wicketstuff.select2.AjaxSettings
 
getDelay() - Method in class org.wicketstuff.select2.AjaxSettings
 
getDisplayValue(String) - Method in class org.wicketstuff.select2.StringTextChoiceProvider
 
getDisplayValue(T) - Method in class org.wicketstuff.select2.ChoiceProvider
Get the value for displaying to an end user.
getDropdownAutoWidth() - Method in class org.wicketstuff.select2.Settings
 
getDropdownCss() - Method in class org.wicketstuff.select2.Settings
 
getDropdownCssClass() - Method in class org.wicketstuff.select2.Settings
 
getDropdownParent() - Method in class org.wicketstuff.select2.Settings
 
getEscapedJsString(String) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Escapes single quotes in localized strings to be used as JavaScript strings enclosed in single quotes
getEscapeMarkup() - Method in class org.wicketstuff.select2.Settings
 
getHasMore() - Method in class org.wicketstuff.select2.Response
 
getId() - Method in class org.wicketstuff.select2.Settings
 
getIdValue(String) - Method in class org.wicketstuff.select2.StringTextChoiceProvider
 
getIdValue(T) - Method in class org.wicketstuff.select2.ChoiceProvider
This method is called to get the id value of an object (used as the value attribute of a choice element) The id can be extracted from the object like a primary key, or if the list is stable you could just return a toString of the index.
getInitSelection() - Method in class org.wicketstuff.select2.Settings
 
getInputAsArray() - Method in class org.wicketstuff.select2.Select2MultiChoice
 
getJavaScriptReference() - Method in class org.wicketstuff.select2.ApplicationSettings
 
getJavaScriptReferenceFull() - Method in class org.wicketstuff.select2.ApplicationSettings
 
getJquerySafeMarkupId() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Gets the markup id that is safe to use in jQuery by escaping dots in the default Component.getMarkup()
getLanguage() - Method in class org.wicketstuff.select2.Settings
 
getMatcher() - Method in class org.wicketstuff.select2.Settings
 
getMaximumSelectionLength() - 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
 
getMountPath() - Method in class org.wicketstuff.select2.Settings
 
getMultiple() - Method in class org.wicketstuff.select2.Settings
 
getPlaceholder() - Method in class org.wicketstuff.select2.Settings
 
getProcessResults() - Method in class org.wicketstuff.select2.AjaxSettings
 
getProvider() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
getQuery() - Method in class org.wicketstuff.select2.Settings
 
getQueryParam() - Method in class org.wicketstuff.select2.Settings
 
getResource() - Method in class org.wicketstuff.select2.JsonResourceReference
 
getResults() - Method in class org.wicketstuff.select2.Response
 
getSelectOnClose() - Method in class org.wicketstuff.select2.Settings
 
getSeparator() - Method in class org.wicketstuff.select2.Settings
 
getSettings() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Returns the Settings.
getSettings() - Method in class org.wicketstuff.select2.Select2Behavior
 
getSorter() - Method in class org.wicketstuff.select2.Settings
 
getStatelessHint() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
getTags() - Method in class org.wicketstuff.select2.Settings
 
getTemplateResult() - Method in class org.wicketstuff.select2.Settings
 
getTemplateSelection() - Method in class org.wicketstuff.select2.Settings
 
getTheme() - 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

isAjax() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
isCache() - Method in class org.wicketstuff.select2.AjaxSettings
 
ISelect2Theme - Interface in org.wicketstuff.select2
Defines a select2 theme.
isIncludeCss() - Method in class org.wicketstuff.select2.ApplicationSettings
 
isIncludeJavascript() - Method in class org.wicketstuff.select2.ApplicationSettings
 
isIncludeJavascriptFull() - Method in class org.wicketstuff.select2.ApplicationSettings
 
isInputNullable() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Empty input is acceptable
isStateless() - Method in class org.wicketstuff.select2.Settings
 
iterator() - Method in class org.wicketstuff.select2.Response
 

J

JQuery - Class in org.wicketstuff.select2
 
Json - Class in org.wicketstuff.select2.json
Json utilities
JsonResourceReference<T> - Class in org.wicketstuff.select2
A resource that serves JSON for stateless .
JsonResourceReference(String) - Constructor for class org.wicketstuff.select2.JsonResourceReference
 

N

name() - Method in interface org.wicketstuff.select2.ISelect2Theme
 
name() - Method in class org.wicketstuff.select2.Select2BootstrapTheme
 

O

OFF - Static variable in class org.wicketstuff.select2.Settings.Widths
 
onComponentTag(ComponentTag) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Processes the component tag.
onComponentTag(ComponentTag) - Method in class org.wicketstuff.select2.Select2MultiChoice
 
onComponentTagBody(MarkupStream, ComponentTag) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
this method will add default options
onConfigure() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
onDetach() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
onEvent(IEvent<?>) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
onInitialize() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
onInitialize() - Method in class org.wicketstuff.select2.Select2MultiChoice
 
onRequest() - Method in class org.wicketstuff.select2.AbstractSelect2Choice
 
org.wicketstuff.select2 - package org.wicketstuff.select2
 
org.wicketstuff.select2.json - package org.wicketstuff.select2.json
 
org.wicketstuff.select2.util - package org.wicketstuff.select2.util
 

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 interface org.wicketstuff.select2.ISelect2Theme
Allows theme to contribute headers (e.g.
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.select2.Select2Behavior
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.select2.Select2BootstrapTheme
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.select2.Select2ResourcesBehavior
 
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

Select2Behavior - Class in org.wicketstuff.select2
Behavior that adds a select2 to a dropdown choice.
Select2Behavior() - Constructor for class org.wicketstuff.select2.Select2Behavior
 
Select2BootstrapTheme - Class in org.wicketstuff.select2
Select2BootstrapThemeBehavior.
Select2BootstrapTheme(boolean) - Constructor for class org.wicketstuff.select2.Select2BootstrapTheme
 
Select2Choice<T> - Class in org.wicketstuff.select2
Single-select Select2 component.
Select2Choice(String) - Constructor for class org.wicketstuff.select2.Select2Choice
Constructor.
Select2Choice(String, IModel<T>) - Constructor for class org.wicketstuff.select2.Select2Choice
Constructor.
Select2Choice(String, IModel<T>, ChoiceProvider<T>) - Constructor for class org.wicketstuff.select2.Select2Choice
Constructor.
Select2Choice(String, ChoiceProvider<T>) - Constructor for class org.wicketstuff.select2.Select2Choice
Constructor.
Select2MultiChoice<T> - Class in org.wicketstuff.select2
Multi-select Select2 component.
Select2MultiChoice(String) - Constructor for class org.wicketstuff.select2.Select2MultiChoice
 
Select2MultiChoice(String, IModel<Collection<T>>) - Constructor for class org.wicketstuff.select2.Select2MultiChoice
 
Select2MultiChoice(String, IModel<Collection<T>>, ChoiceProvider<T>) - Constructor for class org.wicketstuff.select2.Select2MultiChoice
 
Select2MultiChoice(String, ChoiceProvider<T>) - 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
 
setCache(boolean) - Method in class org.wicketstuff.select2.AjaxSettings
 
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
 
setCreateTag(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
 
setDelay(int) - 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
 
setDropdownParent(String) - Method in class org.wicketstuff.select2.Settings
 
setEscapeMarkup(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
 
setIncludeJavascriptFull(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
 
setJavascriptReferenceFull(ResourceReference) - Method in class org.wicketstuff.select2.ApplicationSettings
 
setLanguage(String) - Method in class org.wicketstuff.select2.Settings
 
setMatcher(String) - Method in class org.wicketstuff.select2.Settings
 
setMaximumSelectionLength(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
 
setMountPath(String) - Method in class org.wicketstuff.select2.Settings
 
setMultiple(boolean) - Method in class org.wicketstuff.select2.Settings
 
setPlaceholder(Object) - Method in class org.wicketstuff.select2.Settings
 
setProcessResults(String) - Method in class org.wicketstuff.select2.AjaxSettings
 
setProvider(ChoiceProvider<T>) - Method in class org.wicketstuff.select2.AbstractSelect2Choice
Sets the choice provider
setQuery(String) - Method in class org.wicketstuff.select2.Settings
 
setQueryParam(String) - Method in class org.wicketstuff.select2.Settings
 
setResults(List<T>) - Method in class org.wicketstuff.select2.Response
Sets the results collection.
setSelectOnClose(boolean) - Method in class org.wicketstuff.select2.Settings
 
setSeparator(String) - Method in class org.wicketstuff.select2.Settings
 
setSettings(Settings) - Method in class org.wicketstuff.select2.Select2Behavior
 
setSorter(String) - Method in class org.wicketstuff.select2.Settings
 
setStateless(boolean) - Method in class org.wicketstuff.select2.Settings
 
setTags(boolean) - Method in class org.wicketstuff.select2.Settings
 
setTemplateResult(String) - Method in class org.wicketstuff.select2.Settings
 
setTemplateSelection(String) - Method in class org.wicketstuff.select2.Settings
 
setTheme(String) - Method in class org.wicketstuff.select2.Settings
 
setTheme(ISelect2Theme) - 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
setTokenizer(String) - Method in class org.wicketstuff.select2.Settings
 
setTokenSeparators(String[]) - Method in class org.wicketstuff.select2.Settings
 
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
 
split(String) - Static method in class org.wicketstuff.select2.util.ValueSplitter
Split select2 value into parts.
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 StringTextChoiceProvider for Strings.
StringTextChoiceProvider() - Constructor for class org.wicketstuff.select2.StringTextChoiceProvider
 

T

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() - Method in class org.wicketstuff.select2.Settings
 
toJson(JSONStringer) - Method in class org.wicketstuff.select2.AjaxSettings
 
toJson(T, JSONStringer) - Method in class org.wicketstuff.select2.ChoiceProvider
Converts the specified choice to Json.

U

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

V

ValueSplitter - Class in org.wicketstuff.select2.util
 

W

Widths() - Constructor for class org.wicketstuff.select2.Settings.Widths
 
write(char[], int, int) - Method in class org.wicketstuff.select2.json.StringBuilderWriter
 
writeFunction(JSONStringer, 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(JSONStringer, 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 B C D E F G I J N O Q R S T U V W 
All Classes All Packages