In the application I'm building I have Tabs and a list in for each Tab. the behavior I want is when I press the Left/Right Nav Key the selected Tab will change. when I press the Up/Down Nav Key the List will change selection index.
I used LWUIT GUI builder to generate StateMachine/StateMachineBase
class.
I've been trying to fix this all day. please help.
Pheromix's answer is correct but he didn't account for the
UIBuilder
. To override the Form creation in the UIBuilder override the method:There is an option to override the Tab selection behavior but to get the most accurate behavior this might be the best approach.