carlw
09/14/2018, 9:51 PMNico Smeenk
09/14/2018, 9:51 PMcarlw
09/14/2018, 9:51 PMNico Smeenk
09/14/2018, 9:52 PMenableStepLinks = true
carlw
09/14/2018, 9:53 PMcarlw
09/14/2018, 9:53 PMNico Smeenk
09/14/2018, 9:56 PMclass TestWizard : Wizard() {
init {
add(View1::class)
add(View2::class)
enableStepLinks = true
}
}
class View1: View("Longer View Title 1") {
override val root = vbox { }
}
class View2: View("Shorter 2") {
override val root = vbox { }
}
Nico Smeenk
09/14/2018, 9:58 PMKevin
09/15/2018, 5:24 PMvar myList = listOf(
TextFlow(Text("giant rich text blob")),
TextFlow(Text("another one"))
).observable()
override val root = listview(myList)
amanda.hinchman-dominguez
09/16/2018, 3:08 AMValV
09/16/2018, 2:26 PMItemViewModel
with `TableView`sCarlton Whitehead
09/17/2018, 11:23 AMcarlw
09/17/2018, 11:28 AMCarlton Whitehead
09/17/2018, 11:39 AMcarlw
09/17/2018, 12:43 PMCarlton Whitehead
09/17/2018, 1:25 PMCarlton Whitehead
09/17/2018, 1:26 PMCarlton Whitehead
09/17/2018, 1:27 PMseiv
09/18/2018, 11:27 AMabhinay
09/18/2018, 1:09 PMmikehearn
09/18/2018, 1:47 PMamanda.hinchman-dominguez
09/18/2018, 2:24 PMthomasnield
09/18/2018, 2:57 PMcarlw
09/18/2018, 3:04 PMthomasnield
09/18/2018, 3:06 PMcarlw
09/18/2018, 3:10 PMabhinay
09/18/2018, 3:21 PMedvin
09/18/2018, 7:32 PMjchildress
09/18/2018, 8:25 PMamanda.hinchman-dominguez
09/19/2018, 6:39 AM