| Package | Description |
|---|---|
| org.wicketstuff.select2 |
| Modifier and Type | Class and Description |
|---|---|
class |
StringTextChoiceProvider
A simple
TextChoiceProvider for Strings. |
class |
TextChoiceProvider<T>
Takes care of Json serialization for the most common usecase where each choice is rendered as a text string.
|
| Constructor and Description |
|---|
Select2Choice(String id,
IModel<T> model,
ChoiceProvider<T> provider) |
Select2MultiChoice(String id,
IModel<Collection<T>> model,
ChoiceProvider<T> provider) |
Copyright © 2014. All rights reserved.