components
/
dev.fritz2.components.datatable
/
Sorting
js
Sorting
enum
Sorting
:
Enum
<
Sorting
>
Content copied to clipboard
Representation of the different sorting status.
Entries
Types
Functions
Properties
Entries
DISABLED
Link copied to clipboard
js
DISABLED
()
Content copied to clipboard
NONE
Link copied to clipboard
js
NONE
()
Content copied to clipboard
ASC
Link copied to clipboard
js
ASC
()
Content copied to clipboard
DESC
Link copied to clipboard
js
DESC
()
Content copied to clipboard
Types
Companion
Link copied to clipboard
js
object
Companion
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
js
operator override fun
compareTo
(other:
Sorting
):
Int
Content copied to clipboard
equals
Link copied to clipboard
js
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
js
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
js
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
js
val
ordinal
:
Int
Content copied to clipboard