Ruckus
12/07/2017, 10:18 PMtabPane.selectionModel.select(tab)
ron
12/07/2017, 10:18 PMRuckus
12/07/2017, 10:19 PMamanda.hinchman-dominguez
12/08/2017, 12:21 AMCarlton Whitehead
12/08/2017, 12:26 AMinit
blocksamanda.hinchman-dominguez
12/08/2017, 12:26 AMcamdenorrb
12/08/2017, 1:19 AMedvin
12/08/2017, 6:41 AMedvin
12/08/2017, 6:48 AMedvin
12/08/2017, 6:49 AMcamdenorrb
12/08/2017, 6:49 AMedvin
12/08/2017, 7:46 AMstringBinding
, objectBinding
, booleanBinding
etc.ron
12/08/2017, 7:59 AMedvin
12/08/2017, 7:59 AMron
12/08/2017, 8:00 AMedvin
12/08/2017, 8:00 AMron
12/08/2017, 8:01 AMcontroller.tab.selectionModel.select(controller.tab.tabs[2])
worksedvin
12/08/2017, 8:01 AMtab
just to cause confusion? hehe 🙂ron
12/08/2017, 8:01 AMedvin
12/08/2017, 8:01 AMcontroller.tab.tabs[2].select()
edvin
12/08/2017, 8:02 AMedvin
12/08/2017, 8:06 AMron
12/08/2017, 8:06 AMedvin
12/08/2017, 8:07 AMcontroller
to do this instead of exposing the `tab`(pane) though. controller.selectTab(2)
ron
12/08/2017, 8:08 AMfun selectAuthorTab() = tabPane.tabs[2].select()
ron
12/08/2017, 8:22 AMron
12/08/2017, 8:22 AMron
12/08/2017, 8:23 AMinit {
runAsync {
readAllCategories()
} ui {
root.items = it.observable()
}
}
ron
12/08/2017, 8:23 AMreadAllCategories
somewhere to be able to use them in another tab 😞edvin
12/08/2017, 9:43 AM