Interface | Description |
---|---|
ChoiceProvider<T> |
Acts as a bridge between Select2 components and the application's domain model.
|
Class | Description |
---|---|
AjaxSettings |
Select2 Ajax settings.
|
ApplicationSettings |
Application-wide settings that apply to all Select2 components.
|
DragAndDropBehavior |
Adds drag & drop behavior to Select2MultiChoice components, i.e.
|
HomePage |
Example page.
|
HomePage.CountriesProvider |
Country based choice provider for Select2 components. |
JQuery | |
Response<T> |
Response that will be sent to Select2 after it queries for matching choices.
|
Select2Choice<T> |
Single-select Select2 component.
|
Select2MultiChoice<T> |
Multi-select Select2 component.
|
Select2ResourcesBehavior |
Adds various resources needed by Select2 such as JavaScript and CSS.
|
Settings |
Select2 settings.
|
Settings.Widths |
Some predefined width option values
|
StringTextChoiceProvider |
A simple
TextChoiceProvider for Strings. |
TextChoiceProvider<T> |
Takes care of Json serialization for the most common usecase where each choice is rendered as a
text string.
|
WicketApplication |
Application object
|
Enum | Description |
---|---|
Country |
Copyright © 2015. All rights reserved.