Package | Description |
---|---|
org.wicketstuff.select2 |
Modifier and Type | Class and Description |
---|---|
static class |
HomePage.CountriesProvider
Country based choice provider for Select2 components. |
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,
ChoiceProvider<T> provider)
Constructor.
|
Select2Choice(String id,
org.apache.wicket.model.IModel<T> model,
ChoiceProvider<T> provider)
Constructor.
|
Select2MultiChoice(String id,
ChoiceProvider<T> provider) |
Select2MultiChoice(String id,
org.apache.wicket.model.IModel<Collection<T>> model,
ChoiceProvider<T> provider) |
Copyright © 2015. All rights reserved.