Package | Description |
---|---|
org.wicketstuff.select2 |
Modifier and Type | Method and Description |
---|---|
static Country |
Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<Country> |
HomePage.CountriesProvider.toChoices(Collection<String> ids) |
Modifier and Type | Method and Description |
---|---|
protected String |
HomePage.CountriesProvider.getDisplayText(Country choice) |
protected Object |
HomePage.CountriesProvider.getId(Country choice) |
Modifier and Type | Method and Description |
---|---|
void |
HomePage.CountriesProvider.query(String term,
int page,
Response<Country> response) |
Copyright © 2015. All rights reserved.