public interface Sorting
Modifier and Type | Interface and Description |
---|---|
static class |
Sorting.Direction
Defines available sorting directions.
|
Modifier and Type | Method and Description |
---|---|
Sorting.Direction |
getDirection()
Returns the sorting direction if the column is currently sorted.
|
boolean |
isSorted()
Returns if the column is currently sorted.
|
boolean isSorted()
true
if the column is currently sortedSorting.Direction getDirection()
null
if the column is currently unsortedCopyright © 2010 - 2020 Adobe. All Rights Reserved