| Interface | Description |
|---|---|
| ISelect2Theme |
Defines a select2 theme.
|
| Class | Description |
|---|---|
| AbstractSelect2Choice<T,M> |
Base class for Select2 components
|
| AjaxSettings |
Select2 Ajax settings.
|
| ApplicationSettings |
Application-wide settings that apply to all Select2 components.
|
| ChoiceProvider<T> |
Acts as a bridge between Select2 components and the application's domain model.
|
| JQuery | |
| JsonResourceReference<T> |
A resource that serves JSON for stateless .
|
| Response<T> |
Response that will be sent to Select2 after it queries for matching choices.
|
| Select2Behavior |
Behavior that adds a select2 to a dropdown choice.
|
| Select2BootstrapTheme |
Select2BootstrapThemeBehavior.
|
| 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. |
Copyright © 2017. All rights reserved.