Package | Description |
---|---|
com.sun.javafx.scene.control | |
javafx.scene.control |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
TableColumnSortTypeWrapper.setSortType(TableColumnBase<?,?> column,
TableColumn.SortType sortType) |
Modifier and Type | Field and Description |
---|---|
private TableColumn.SortType |
TableColumnBuilder.sortType
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<TableColumn.SortType> |
TableColumn.sortType
Used to state whether this column, if it is part of a sort order (see
TableView.getSortOrder() for more details), should be sorted in
ascending or descending order. |
Modifier and Type | Method and Description |
---|---|
TableColumn.SortType |
TableColumn.getSortType() |
static TableColumn.SortType |
TableColumn.SortType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableColumn.SortType[] |
TableColumn.SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<TableColumn.SortType> |
TableColumn.sortTypeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
TableColumn.setSortType(TableColumn.SortType value) |
B |
TableColumnBuilder.sortType(TableColumn.SortType x)
Deprecated.
Set the value of the
sortType property for the instance constructed by this builder. |