Uses of Enum Class
javafx.scene.control.TreeTableColumn.SortType
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
-
Uses of TreeTableColumn.SortType in javafx.scene.control
Modifier and TypeMethodDescriptionfinal TreeTableColumn.SortType
TreeTableColumn.getSortType()
Gets the value of thesortType
property.static TreeTableColumn.SortType
Returns the enum constant of this class with the specified name.static TreeTableColumn.SortType[]
TreeTableColumn.SortType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTreeTableColumn.sortTypeProperty()
Used to state whether this column, if it is part of a sort order (seeTreeTableView.getSortOrder()
for more details), should be sorted in ascending or descending order.Modifier and TypeMethodDescriptionfinal void
TreeTableColumn.setSortType
(TreeTableColumn.SortType value) Sets the value of thesortType
property.