| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.impl | |
| org.dashbuilder.dataset.sort |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSetLookupBuilder.sort(String columnId,
SortOrder order)
Will apply the specified sort order over the indicated data set column.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractDataSetLookupBuilder.sort(String columnId,
SortOrder order) |
| Modifier and Type | Field and Description |
|---|---|
protected SortOrder |
ColumnSort.order |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.getByName(String str) |
SortOrder |
ColumnSort.getOrder() |
SortOrder |
SortOrder.reverse() |
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnSort.setOrder(SortOrder order) |
| Constructor and Description |
|---|
ColumnSort(String columnId,
SortOrder order) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.