| Package | Description |
|---|---|
| org.jdal.dao | |
| org.jdal.reporting |
| Modifier and Type | Method and Description |
|---|---|
Page.Order |
Page.getOrder() |
static Page.Order |
Page.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.Order[] |
Page.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setOrder(Page.Order order) |
| Constructor and Description |
|---|
Page(int pageSize,
int page,
String sortName,
Page.Order order) |
| Modifier and Type | Method and Description |
|---|---|
Page.Order |
ReportDataProvider.getSortOrder() |
Copyright © 2014 JDAL. All Rights Reserved.