Uses of Class
org.controlsfx.control.table.TableRowExpanderColumn.TableRowDataFeatures
-
Packages that use TableRowExpanderColumn.TableRowDataFeatures Package Description org.controlsfx.control.table -
-
Uses of TableRowExpanderColumn.TableRowDataFeatures in org.controlsfx.control.table
Constructor parameters in org.controlsfx.control.table with type arguments of type TableRowExpanderColumn.TableRowDataFeatures Constructor Description TableRowExpanderColumn(javafx.util.Callback<TableRowExpanderColumn.TableRowDataFeatures<S>,javafx.scene.Node> expandedNodeCallback)
Create a row expander column that can be added to the TableView list of columns.
-