| Modifier and Type | Method and Description |
|---|---|
static RowComparator.Direction |
RowComparator.direction(String s)
Returns the sort direction constant for the given string.
|
static RowComparator.Direction |
RowComparator.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowComparator.Direction[] |
RowComparator.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RowComparator(String colId,
RowComparator.Direction dir)
Constructs a comparator for table rows that uses the given
column ID and direction.
|
Copyright © 2015. All rights reserved.