New JVx feature - Focus index
The next great feature of JVx is the customizable focus order.
The focus order defines the navigation between components via Tabulator or Enter. If you press Tab in an Editor with index 1, the focus will jump to the component (e.g. an Editor) with the next higher index. If you didn't define an index, the default focus order of Java will be used.
We introduced
setTabIndex(Integer)
in IComponent. This makes it possible to easily configure the focus order. We also have support for this new feature in VisionX. It's really helpful:
The designer shows the focus index and it's possible to set the index via customizer.