jonathan
08/30/2016, 9:01 PMedvin
08/30/2016, 9:01 PMcallOnUndock
manually?jonathan
08/30/2016, 9:01 PMtableview.setRowFactory(new RowExpanderFactory())
or similarRuckus
08/30/2016, 9:02 PMonDock
is called automatically. I'll mess around with it and see what I can come up with.Ruckus
08/30/2016, 9:04 PMStackPane
though, which is exactly what I'm trying to avoid.edvin
08/30/2016, 9:04 PMTableRowExpander.install(tableView, expandedNodeCallback)
.edvin
08/30/2016, 9:04 PMjonathan
08/30/2016, 9:04 PMjonathan
08/30/2016, 9:04 PMjonathan
08/30/2016, 9:05 PMRuckus
08/30/2016, 9:05 PMedvin
08/30/2016, 9:07 PMedvin
08/30/2016, 9:08 PMedvin
08/30/2016, 9:08 PMRuckus
08/30/2016, 9:13 PMViewTransitions
now work for any Node
with special support for docking of `UIComponent`sRuckus
08/30/2016, 9:13 PMedvin
08/30/2016, 9:13 PMRuckus
08/30/2016, 9:13 PMedvin
08/30/2016, 9:13 PMedvin
08/30/2016, 9:17 PMTableRowExpanderColumn
seems to make a lot of sense. Everything just fits now 🙂edvin
08/30/2016, 9:23 PMedvin
08/30/2016, 9:28 PMedvin
08/30/2016, 9:29 PMedvin
08/30/2016, 9:30 PMedvin
08/30/2016, 9:31 PMedvin
08/30/2016, 9:31 PMron
08/30/2016, 9:32 PMselectionModel.selectedItemProperty().addListener { e-> println(e) }
the best way to use the selectionModel in the datagrid?edvin
08/30/2016, 9:37 PMselectedItem
directly (a property on the TableView that will extract the selectionModel.selectedItemProperty().value
ron
08/30/2016, 9:38 PM