Enum Class TableColumn.SortType

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

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