Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
table
/
com.michaelflisar.toolbox.table.data
/
TableSort
Table
Sort
class
TableSort
(
val
columnIndex
:
Int
,
val
type
:
TableSort.Type
=
Type.Asc
)
Members
Constructors
Table
Sort
Link copied to clipboard
constructor
(
columnIndex
:
Int
,
type
:
TableSort.Type
=
Type.Asc
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
TableSort.Type
>
Properties
column
Index
Link copied to clipboard
val
columnIndex
:
Int
type
Link copied to clipboard
val
type
:
TableSort.Type
Functions
comparator
Link copied to clipboard
fun
<
T
>
comparator
(
)
:
Comparator
<
Row
<
T
>
>