@Spike Baylor I ended up punting on the ListMenu and used a ToggleGroup. But this has the concept: two UI controls drawing their value off of the same model element. The EventBus figures prominently here as a way of giving the model a single point of update.
Hmm yeah this looks a bit more like what i had originally thought. I guess the complexity came in that the listmenu doesnt allow you to bind a model to the "cell"s the way you would with a listview or table or like you did here
Spike Baylor
11/03/2018, 12:07 AM
I may just go this route... Because my next issue was going to be how to style the menulist lol.