sp33dy
11/09/2018, 9:13 PMsp33dy
11/09/2018, 9:13 PMsp33dy
11/09/2018, 9:14 PMsp33dy
11/09/2018, 9:14 PMsp33dy
11/09/2018, 9:14 PMsp33dy
11/09/2018, 9:15 PMsp33dy
11/09/2018, 9:15 PMsp33dy
11/09/2018, 9:18 PMsp33dy
11/09/2018, 9:22 PMsp33dy
11/09/2018, 9:22 PMsp33dy
11/09/2018, 9:22 PMsp33dy
11/09/2018, 9:22 PMsp33dy
11/09/2018, 9:23 PMsp33dy
11/09/2018, 9:26 PMsp33dy
11/09/2018, 9:26 PMsp33dy
11/09/2018, 9:27 PMsp33dy
11/09/2018, 9:27 PMsp33dy
11/09/2018, 9:29 PMsp33dy
11/09/2018, 9:30 PMgtnarg
11/09/2018, 11:36 PMsp33dy
11/10/2018, 7:52 AMsp33dy
11/10/2018, 9:15 AMcarlw
11/10/2018, 12:27 PMjschneider
11/10/2018, 1:45 PMcolumn(...){}.cellFormat{}
Is there something similar for labels? I only find a way to add converters which is a bit cumbersome.carlw
11/10/2018, 2:07 PMalex
11/10/2018, 2:20 PMsetOnAction { controller.action(<args>) }
,
or is it better to provide FXEvent and subscribe controller to the event bus:
setOnAction { fireEvent(ActionPerformedEvent) }
(which actually reminds of Qt signal/slot system, but with no direct coupling)?
What are the advantages of each method and what are the use cases?gtnarg
11/10/2018, 2:28 PMcarlw
11/10/2018, 3:13 PMedvin
11/10/2018, 3:43 PMedvin
11/10/2018, 3:44 PM