Uses of Class
org.controlsfx.control.table.TableRowExpanderColumn
Packages that use TableRowExpanderColumn
-
Uses of TableRowExpanderColumn in impl.org.controlsfx.skin
Constructors in impl.org.controlsfx.skin with parameters of type TableRowExpanderColumnModifierConstructorDescriptionExpandableTableRowSkin(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 TableRowExpanderColumnModifier and TypeMethodDescriptionTableRowExpanderColumn.TableRowDataFeatures.getTableColumn()Return the TableColumn which contains the toggle button.Constructors in org.controlsfx.control.table with parameters of type TableRowExpanderColumnModifierConstructorDescriptionTableRowDataFeatures(javafx.scene.control.TableRow<S> tableRow, TableRowExpanderColumn<S> tableColumn, S value)