| Package | Description |
|---|---|
| org.mentawai.list |
| Modifier and Type | Class and Description |
|---|---|
class |
ListDataItem |
| Modifier and Type | Method and Description |
|---|---|
List<ListItem> |
SimpleListData.getValues() |
List<ListItem> |
LocalizedListData.getValues() |
List<ListItem> |
ListData.getValues()
Returns a list of ListItem for the default locale.
|
List<ListItem> |
I18nListData.getValues() |
List<ListItem> |
DBListData.getValues() |
List<ListItem> |
CustomListData.getValues() |
List<ListItem> |
BaseListData.getValues() |
List<ListItem> |
SimpleListData.getValues(Locale loc) |
List<ListItem> |
LocalizedListData.getValues(Locale loc) |
List<ListItem> |
ListData.getValues(Locale loc)
Returns a list of ListItem in the given locale.
|
List<ListItem> |
I18nListData.getValues(Locale loc) |
List<ListItem> |
DBListData.getValues(Locale loc) |
List<ListItem> |
CustomListData.getValues(Locale loc) |
List<ListItem> |
BaseListData.getValues(Locale loc)
Return a list of ListItem objects so you can print
the whole list for this locale.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseListData.sort(List<ListItem> list,
int ordertype)
Sort the list acording to the order type.
|
Copyright © 2015. All Rights Reserved.