edvin
07/10/2017, 8:46 AMron
07/10/2017, 10:14 AMmikehearn
07/10/2017, 4:52 PMmikehearn
07/10/2017, 4:52 PMedvin
07/10/2017, 5:05 PMedvin
07/10/2017, 5:08 PMmikehearn
07/10/2017, 5:12 PMedvin
07/10/2017, 5:17 PMmikehearn
07/10/2017, 5:20 PMedvin
07/10/2017, 5:22 PMPetros Paraskevopoulos
07/10/2017, 6:35 PMkastork
07/11/2017, 1:33 AMNot bad my friends, not bad.▾
edvin
07/11/2017, 8:23 AMedvin
07/11/2017, 8:25 AMCheckBoxTableCell.forTableColumn()
. Maybe my assumption is wrong, and that it doesn't require a BooleanProperty
? Anybody knows? In any case, the comparison to type safe builder still tells me that they are the right choice for most situations. That's a lot of code and markup you no longer need to maintain 🙂 https://github.com/edvin/tornadofx/issues/363edvin
07/11/2017, 8:26 AMObservableProperty<Boolean>
, so I'm not sure why an old school property wouldn't work.edvin
07/11/2017, 8:39 AMchecked.setCellValueFactory { it.value.checkedProperty() }
edvin
07/11/2017, 8:41 AMval checkedProperty = SimpleObjectProperty<Boolean>()
, so it has to do with the ObjectProperty
not being supported by CheckBoxTableCell.forTableColumn
somehow.borboss
07/11/2017, 6:24 PMedvin
07/11/2017, 6:28 PMedvin
07/11/2017, 6:30 PMType1Model
and Type2Model
?borboss
07/11/2017, 6:35 PMedvin
07/11/2017, 6:36 PMedvin
07/11/2017, 6:36 PMborboss
07/11/2017, 6:41 PMedvin
07/11/2017, 6:43 PMborboss
07/11/2017, 6:45 PMborboss
07/11/2017, 6:45 PMedvin
07/11/2017, 6:45 PMborboss
07/11/2017, 6:45 PMborboss
07/11/2017, 6:45 PM