| Package | Description |
|---|---|
| org.mentawai.ajaxtag.responses | |
| org.mentawai.authorization | |
| org.mentawai.core | |
| org.mentawai.csc | |
| org.mentawai.list |
| Constructor and Description |
|---|
AutocompleteResponse(ListData data) |
ListDataAjaxtagResponse(ListData data) |
SelectDropdownResponse(ListData value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthorizationManager.addListGroup(ListData data) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationManager.addList(ListData listData)
Adds the list to this ListManager, so there is no need to use ListManager.addList
|
| Modifier and Type | Method and Description |
|---|---|
static ListData |
Country.getListData(LocalizedListData list) |
static ListData |
Country.getListData(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseListData
A base implementation for a ListData that will load files and sort.
|
class |
CustomListData |
class |
DBListData
The ListData that will load its ListItems from a database.
|
class |
I18nListData
This class implements a more sophisticated data list then a SimpleListData,
with locales and i18n files.
|
class |
LocalizedListData
This class implements a ListData that supports multiple locales.
|
class |
SimpleListData
This class implements the simplest possible data list, with no locales or i18n files.
|
| Modifier and Type | Method and Description |
|---|---|
static ListData |
ListManager.convert(Collection data) |
static ListData |
ListManager.convert(Collection data,
String keyProperty,
String valueProperty) |
static ListData |
ListManager.convert(Map data) |
static ListData |
ListManager.convert(String listName,
Collection data) |
static ListData |
ListManager.convert(String listName,
Collection data,
String keyProperty,
String valueProperty) |
static ListData |
ListManager.convert(String listName,
Enum[] enums,
boolean i18n) |
static ListData |
ListManager.convert(String listName,
Map data) |
static ListData |
SimpleListData.getDaysOfTheMonth(String name) |
static ListData |
ListManager.getList(String listname)
Get a ListData by its name.
|
static ListData |
SimpleListData.getYears(String name,
int begin,
int end) |
abstract ListData |
CustomListData.load(Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
static List<ListData> |
ListManager.getLists()
Return all lists (ListData) in a java.util.List
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ListManager.addList(ListData list)
Add a ListData to this ListManager.
|
Copyright © 2015. All Rights Reserved.