|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListData
Defines how a data list works.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 item
List<ListItem> getValues(Locale loc)
loc - The locale of the ListItems.
List<ListItem> getValues()
String getName()
int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||