bkenn
09/25/2018, 11:32 PMValV
09/25/2018, 11:48 PMarxenix
09/26/2018, 12:00 AMarxenix
09/26/2018, 12:03 AMValV
09/26/2018, 12:12 AMtextflow { ... }
(TextFlow
) control?ValV
09/26/2018, 12:13 AMValV
09/26/2018, 12:15 AMTextArea
or Text
is better?ValV
09/26/2018, 1:27 AMDefault
is not being displayed in the table cells. What's wrong?ValV
09/26/2018, 1:34 AMcellValueFactory
, cellFactory
, nor call useTextField
on the columnsamanda.hinchman-dominguez
09/26/2018, 2:00 AMamanda.hinchman-dominguez
09/26/2018, 2:48 AMNico Smeenk
09/26/2018, 5:51 AMedvin
09/26/2018, 5:53 AMcard.apply
you are operating on a UIComponent, while it is the root
property of the UIComponent that is actually connected to the GridPane
.edvin
09/26/2018, 6:03 AMNico Smeenk
09/26/2018, 6:04 AMedvin
09/26/2018, 6:05 AMedvin
09/26/2018, 6:08 AMedvin
09/26/2018, 6:09 AMcolumn
builder, you automatically assign a cellValueFactory
, so adding another one makes no sense. Either you use the builders or you do it all manually 🙂 Your might want to use the version of the builder which lets you supply a function to return the property thoughh.edvin
09/26/2018, 6:15 AMamanda.hinchman-dominguez
09/26/2018, 1:09 PMcarlw
09/26/2018, 1:36 PMamanda.hinchman-dominguez
09/26/2018, 1:58 PMamanda.hinchman-dominguez
09/26/2018, 1:59 PMedvin
09/26/2018, 2:05 PMedvin
09/26/2018, 2:05 PMcarlw
09/26/2018, 2:06 PMedvin
09/26/2018, 2:08 PMlaunch
on a scope and supply the JavaFx
dispatcher as an argument basically. We can remove some of the "boiler plate" if you can even call it that though.mikehearn
09/26/2018, 2:15 PMmikehearn
09/26/2018, 2:15 PMamanda.hinchman-dominguez
09/26/2018, 2:18 PM