ron
12/15/2016, 1:49 PMreplaceWidth
the size of the window is not adjsutedron
12/15/2016, 1:50 PMgtnarg
12/15/2016, 1:50 PMedvin
12/15/2016, 1:50 PMonDock
on the target component.edvin
12/15/2016, 1:50 PMjchildress
12/15/2016, 2:37 PMcarlw
12/15/2016, 2:46 PMjchildress
12/15/2016, 2:55 PMgtnarg
12/15/2016, 3:38 PMcarlw
12/15/2016, 3:44 PMgtnarg
12/15/2016, 3:45 PMcarlw
12/15/2016, 4:38 PMgtnarg
12/15/2016, 4:42 PMcarlw
12/15/2016, 4:51 PMgtnarg
12/15/2016, 4:52 PMcarlw
12/15/2016, 4:54 PMcarlw
12/15/2016, 4:55 PMedvin
12/15/2016, 4:59 PMclear()
followed by addAll()
is the same as just calling setAll()
. Next, you can listen to changes to the list inside the tableview and make it select the first row when data becomes available. Alternatively, you can emit an event from the controller and have the View containing the tableview listen to that event and then perform the selection.edvin
12/15/2016, 5:03 PMpublic
gtnarg
12/15/2016, 6:18 PMcarlw
12/15/2016, 6:34 PMcarlw
12/15/2016, 6:35 PMcarlw
12/15/2016, 6:36 PMedvin
12/15/2016, 6:55 PMron
12/15/2016, 6:56 PMgtnarg
12/15/2016, 6:59 PMedvin
12/15/2016, 6:59 PMron
12/15/2016, 7:01 PMedvin
12/15/2016, 7:03 PMedvin
12/15/2016, 7:05 PMval eventbus = Label()
(It can be any Node, since all nodes are event capable).