public interface ValueListProvider
DropDownList
annotation
to retrieve picker value list dynamically from any data sources.Modifier and Type | Method and Description |
---|---|
String |
getDisplayValue(String value)
Return display string value for the picker
value . |
String |
getDisplayValue(String value,
Locale locale)
Return display string value for the picker
value and the specified locale . |
List<String> |
getValues()
Return picker value list.
|
List<String> getValues()
String getDisplayValue(String value)
value
.value
- picker valuevalue
String getDisplayValue(String value, Locale locale)
value
and the specified locale
.
The locale
can be null, in which case, it is supposed to use the default locale in implementations.value
- picker valuelocale
- localevalue
and the specified locale
Copyright © 2012–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.