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