Enum Class TreeTableColumn.SortType

java.lang.Object
java.lang.Enum<TreeTableColumn.SortType>
javafx.scene.control.TreeTableColumn.SortType
All Implemented Interfaces:
Serializable, Comparable<TreeTableColumn.SortType>, Constable
Enclosing class:
TreeTableColumn<S,T>

public static enum TreeTableColumn.SortType extends Enum<TreeTableColumn.SortType>
Enumeration that specifies the type of sorting being applied to a specific column.
Since:
JavaFX 8.0