Uses of Class
org.controlsfx.control.table.TableRowExpanderColumn
-
Packages that use TableRowExpanderColumn Package Description impl.org.controlsfx.skin org.controlsfx.control.table -
-
Uses of TableRowExpanderColumn in impl.org.controlsfx.skin
Constructors in impl.org.controlsfx.skin with parameters of type TableRowExpanderColumn Constructor Description ExpandableTableRowSkin(javafx.scene.control.TableRow<S> tableRow, TableRowExpanderColumn<S> expander)
Create the ExpandableTableRowSkin and listen to changes for the item this table row represents. -
Uses of TableRowExpanderColumn in org.controlsfx.control.table
Methods in org.controlsfx.control.table that return TableRowExpanderColumn Modifier and Type Method Description TableRowExpanderColumn<S>
TableRowExpanderColumn.TableRowDataFeatures. getTableColumn()
Return the TableColumn which contains the toggle button.Constructors in org.controlsfx.control.table with parameters of type TableRowExpanderColumn Constructor Description TableRowDataFeatures(javafx.scene.control.TableRow<S> tableRow, TableRowExpanderColumn<S> tableColumn, S value)
-