edvin
05/23/2017, 7:32 PMedvin
05/23/2017, 7:32 PMsetOnAction
. Since action
is brand new, maybe we could change it - what do you guys think?edvin
05/23/2017, 7:33 PMaction
"overload" compared to the setOnAction
function.alexp11223
05/23/2017, 7:34 PMActionEvent
and why it is needededvin
05/23/2017, 7:35 PMedvin
05/23/2017, 7:36 PMedvin
05/23/2017, 7:37 PMsetOnAction
solves it.carlw
05/23/2017, 7:38 PMedvin
05/23/2017, 7:39 PMsetOnAction
for those use cases?carlw
05/23/2017, 7:39 PMcarlw
05/23/2017, 7:40 PMedvin
05/23/2017, 7:41 PMcarlw
05/23/2017, 7:42 PMedvin
05/23/2017, 7:42 PMsetOnAction(person::save)
if save
took an ActionEvent
actually.edvin
05/23/2017, 7:43 PMedvin
05/23/2017, 7:43 PMcarlw
05/23/2017, 7:44 PMedvin
05/23/2017, 7:44 PMedvin
05/23/2017, 7:44 PMsetOnAction
. That's my theory.edvin
05/23/2017, 7:45 PMcarlw
05/23/2017, 7:45 PMcarlw
05/23/2017, 7:45 PMedvin
05/23/2017, 7:46 PMcarlw
05/23/2017, 7:46 PMedvin
05/23/2017, 7:46 PMedvin
05/23/2017, 7:47 PMcarlw
05/23/2017, 7:49 PMedvin
05/23/2017, 7:49 PMedvin
05/23/2017, 7:51 PMhbox
and vbox
builders - but don't worry - I'm just talking about removing the children
parameter. It is a bad match for the builders and should never have been put there. We probably did it before we imagined how powerful builders would become. That's just not the way you use builders, so passing in children
is probably an anti-pattern. Instead I would like to add optional alignment
and possibly some other more convenient things.edvin
05/23/2017, 7:53 PM