Package com.day.cq.reporting
Interface Sorting
-
public interface Sorting
This interface defines the sorting of a column.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Sorting.Direction
Defines available sorting directions.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sorting.Direction
getDirection()
Returns the sorting direction if the column is currently sorted.boolean
isSorted()
Returns if the column is currently sorted.
-
-
-
Method Detail
-
isSorted
boolean isSorted()
Returns if the column is currently sorted.- Returns:
true
if the column is currently sorted
-
getDirection
Sorting.Direction getDirection()
Returns the sorting direction if the column is currently sorted.- Returns:
- The sorting direction;
null
if the column is currently unsorted
-
-