| Package | Description |
|---|---|
| de.unknownreality.dataframe | |
| de.unknownreality.dataframe.group | |
| de.unknownreality.dataframe.sort |
| Modifier and Type | Method and Description |
|---|---|
DataFrame |
DataFrame.sort(String name,
SortColumn.Direction dir)
Sorts the rows in this data frame using one column and sort direction.
|
| Modifier and Type | Method and Description |
|---|---|
DataGrouping |
DataGrouping.sort(String name,
SortColumn.Direction dir)
Sorts the data groups using a specified group value and a sort direction
|
| Modifier and Type | Method and Description |
|---|---|
SortColumn.Direction |
SortColumn.getDirection()
Returns the sort directions
|
static SortColumn.Direction |
SortColumn.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortColumn.Direction[] |
SortColumn.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortColumn(String name,
SortColumn.Direction direction)
Creates a sort column from a column header name and a sort direction
|
Copyright © 2017. All rights reserved.