B D E G H I L N O R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BOOTSTRAP2 - org.wicketstuff.selectize.SelectizeCssResourceReference.Theme
-
Theme for bootstrap 2
- BOOTSTRAP3 - org.wicketstuff.selectize.SelectizeCssResourceReference.Theme
-
Theme for bootstrap 3
D
- DEFAULT - org.wicketstuff.selectize.SelectizeCssResourceReference.Theme
-
defaul theme
E
- enableAjaxHandling() - Method in class org.wicketstuff.selectize.Selectize
-
Used to enable AJAX handling.
- extendConfig(JSONObject) - Method in class org.wicketstuff.selectize.Selectize
G
- getDependencies() - Method in class org.wicketstuff.selectize.SelectizeJavaScriptResourceReference
H
- HandlebarsJavaScriptResourceReference - Class in org.wicketstuff.selectize
-
Resource Reference to load the handlebars javascript library
I
- instance() - Static method in class org.wicketstuff.selectize.HandlebarsJavaScriptResourceReference
- instance() - Static method in class org.wicketstuff.selectize.SelectizeJavaScriptResourceReference
- instance(SelectizeCssResourceReference.Theme) - Static method in class org.wicketstuff.selectize.SelectizeCssResourceReference
- isCreateAvailable() - Method in class org.wicketstuff.selectize.Selectize
-
If selectize is enabled to create entries
L
- LEGACY - org.wicketstuff.selectize.SelectizeCssResourceReference.Theme
-
Legacy theme
N
- NONE - org.wicketstuff.selectize.SelectizeCssResourceReference.Theme
-
none theme
O
- onChange(AjaxRequestTarget, String) - Method in class org.wicketstuff.selectize.Selectize
-
Is invoked when ever a user selected an option.
Important:This method is only invoked when ajax is enabled - onComponentTag(ComponentTag) - Method in class org.wicketstuff.selectize.Selectize
- OPT_GROUP_FIELD - Static variable in class org.wicketstuff.selectize.SelectizeOptionGroup
- OPT_GROUP_LABEL_FIELD - Static variable in class org.wicketstuff.selectize.SelectizeOptionGroup
- org.wicketstuff.selectize - package org.wicketstuff.selectize
R
- renderHead(IHeaderResponse) - Method in class org.wicketstuff.selectize.Selectize
-
Renders the required javascript / css libraries
- response(String) - Method in class org.wicketstuff.selectize.Selectize
-
Provides the response and data for AJAX calls.
- responseTemplate() - Method in class org.wicketstuff.selectize.Selectize
-
Provides the template to be shown in the select result
Important: The item (SelectizeOption) to refer to is named item!
Important: The template uses handlebars template mechanism.
S
- Selectize - Class in org.wicketstuff.selectize
-
Used to create a selectize.js choice component
- Selectize(String) - Constructor for class org.wicketstuff.selectize.Selectize
- Selectize(String, IModel<?>) - Constructor for class org.wicketstuff.selectize.Selectize
-
Creates a selectize component
- Selectize(String, IModel<Collection<SelectizeOptionGroup>>, IModel<?>) - Constructor for class org.wicketstuff.selectize.Selectize
-
Creates a selectize component
- SELECTIZE_COMPONENT_ID - Static variable in class org.wicketstuff.selectize.Selectize
- SelectizeCssResourceReference - Class in org.wicketstuff.selectize
-
Used to provide a representation by the given theme
- SelectizeCssResourceReference.Theme - Enum in org.wicketstuff.selectize
- SelectizeJavaScriptResourceReference - Class in org.wicketstuff.selectize
-
Used to provide the selectize java script library
- SelectizeOption - Class in org.wicketstuff.selectize
-
Provides the model of the selectize component and can be customize by invoking put("key","value"); with custom values.
- SelectizeOption(String, String) - Constructor for class org.wicketstuff.selectize.SelectizeOption
- SelectizeOption(String, String, String) - Constructor for class org.wicketstuff.selectize.SelectizeOption
- SelectizeOptionGroup - Class in org.wicketstuff.selectize
-
Used to provide the model for the groups to the selectize component.
- SelectizeOptionGroup(String, String, String) - Constructor for class org.wicketstuff.selectize.SelectizeOptionGroup
- SelectizeResponse - Class in org.wicketstuff.selectize
-
The SelectizeResponse is the actual model object for ajax requests of the selectize component.
- SelectizeResponse(List<SelectizeOption>) - Constructor for class org.wicketstuff.selectize.SelectizeResponse
- setCreateAvailable(boolean) - Method in class org.wicketstuff.selectize.Selectize
-
Set the selectize component to be enabled to create entries
- setDefaultModel(IModel) - Method in class org.wicketstuff.selectize.Selectize
- setDelimiter(String) - Method in class org.wicketstuff.selectize.Selectize
-
Sets the delimiter (default is ",")
- setGroup(String) - Method in class org.wicketstuff.selectize.SelectizeOption
- setPlaceholder(String) - Method in class org.wicketstuff.selectize.Selectize
-
Sets the placeholder
- setText(String) - Method in class org.wicketstuff.selectize.SelectizeOption
- setText(String) - Method in class org.wicketstuff.selectize.SelectizeOptionGroup
- setTheme(SelectizeCssResourceReference.Theme) - Method in class org.wicketstuff.selectize.Selectize
-
Sets the theme of the selectize component
- setValue(String) - Method in class org.wicketstuff.selectize.SelectizeOption
- setValue(String) - Method in class org.wicketstuff.selectize.SelectizeOptionGroup
V
- valueOf(String) - Static method in enum org.wicketstuff.selectize.SelectizeCssResourceReference.Theme
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wicketstuff.selectize.SelectizeCssResourceReference.Theme
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages