public interface ListData
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this list.
|
String |
getValue(int id)
Returns the string value of the list data item with the given id with the default locale.
|
String |
getValue(int id,
Locale loc)
Returns the string value of the list data item with the given id in the given locale.
|
String |
getValue(String id)
Returns the string value for the list data item with the default locale.
|
String |
getValue(String id,
Locale loc)
Returns the string value of the list data item with the given id in the given locale.
|
List<ListItem> |
getValues()
Returns a list of ListItem for the default locale.
|
List<ListItem> |
getValues(Locale loc)
Returns a list of ListItem in the given locale.
|
int |
size()
Returns the size of this list.
|
String getValue(String id, Locale loc)
id - The id of the list data item.loc - The locale of the list data item.String getValue(String id)
id - String getValue(int id, Locale loc)
id - The id of the list data item.loc - The locale of the list data item.String getValue(int id)
id - The id of the list data itemList<ListItem> getValues(Locale loc)
loc - The locale of the ListItems.List<ListItem> getValues()
String getName()
int size()
Copyright © 2015. All Rights Reserved.