carlw
11/09/2016, 2:38 PMcarlw
11/09/2016, 2:38 PMedvin
11/09/2016, 3:01 PMCollection<Node>.style
call to support the children.style {}
thing.carlw
11/09/2016, 3:05 PMedvin
11/09/2016, 3:08 PMstyle
in line with addClass
, which also supports adding to a collection of items in one go. Actually, it should have been Iterable, not Collection. I'll update it.edvin
11/09/2016, 3:09 PMcarlw
11/09/2016, 3:13 PMcarlw
11/09/2016, 3:13 PMedvin
11/09/2016, 3:15 PMcarlw
11/09/2016, 3:19 PMedvin
11/09/2016, 3:19 PMedvin
11/09/2016, 3:20 PMcarlw
11/09/2016, 3:20 PMcarlw
11/09/2016, 3:21 PMcarlw
11/09/2016, 3:24 PMedvin
11/09/2016, 3:27 PMcarlw
11/09/2016, 3:30 PMcarlw
11/09/2016, 4:21 PMcarlw
11/09/2016, 4:21 PMedvin
11/09/2016, 5:17 PMedvin
11/09/2016, 6:43 PMthomasnield
11/09/2016, 6:44 PMedvin
11/09/2016, 6:44 PMedvin
11/09/2016, 6:45 PMIterable<Node>.style { }
option I added today.thomasnield
11/09/2016, 6:46 PMedvin
11/09/2016, 6:48 PMedvin
11/09/2016, 6:48 PMstyle { }
function can also be applied to any Iterable that contains Nodes:edvin
11/09/2016, 6:48 PMfontWeight
style is applied to all children of the vbox, in essence all the labels we added.edvin
11/09/2016, 6:49 PMIterable<Node>.addClass()