| 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 | Method and Description |
|---|---|
TableColumn.SortType |
TableColumn.getSortType() |
static TableColumn.SortType |
TableColumn.SortType.valueOf(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. |
Copyright © 2025. All rights reserved.