frosch95
08/29/2016, 7:31 PMjonathan
08/29/2016, 7:37 PMjonathan
08/29/2016, 7:37 PMfrosch95
08/29/2016, 7:41 PMedvin
08/29/2016, 7:44 PMfrosch95
08/29/2016, 7:51 PMedvin
08/29/2016, 7:52 PMron
08/29/2016, 8:12 PMfrosch95
08/29/2016, 8:17 PMron
08/29/2016, 8:20 PMron
08/29/2016, 8:20 PMron
08/29/2016, 8:22 PMedvin
08/29/2016, 8:25 PMtoggleNodeProvider
is not very JavaFX. I think it would be more typical to just configure a different cellFactory
for the ToggleColumn.frosch95
08/29/2016, 8:25 PMedvin
08/29/2016, 8:43 PMedvin
08/29/2016, 8:44 PMfrosch95
08/29/2016, 8:45 PMedvin
08/29/2016, 8:45 PMedvin
08/29/2016, 8:47 PMedvin
08/29/2016, 8:49 PMexpander.getExpanderColumn().setCellFactory(param -> new MyCustomToggleCell<>(expander.getExpanderColumn()));
edvin
08/29/2016, 8:49 PMfrosch95
08/29/2016, 8:51 PMedvin
08/29/2016, 8:57 PMfrosch95
08/29/2016, 9:03 PMedvin
08/29/2016, 9:03 PMfrosch95
08/29/2016, 9:03 PMedvin
08/29/2016, 9:05 PMmvn install
and include no.tornado:tornadofx-controls:1.0.6-SNAPSHOT
in your project 🙂edvin
08/29/2016, 9:07 PMTableRowExpander.install(tableView, param -> returnYourCustomEditorHere())
frosch95
08/29/2016, 9:13 PM