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 unsorted"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"