OneColumnSorter

class OneColumnSorter<T> : RowSorter<T>

This class implements the sorting with at most one column as sorting criterion, that is at most one column within the ColumnSortingPlan.

If no column is present in the plan, no sorting will take place!

Constructors

OneColumnSorter
Link copied to clipboard
js
fun OneColumnSorter()

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
sortedBy
Link copied to clipboard
js
open override fun sortedBy(rows: List<T>, columnSortingPlan: ColumnSortingPlan<T>): List<T>
toString
Link copied to clipboard
js
open fun toString(): String