Tomas Kormanak
09/18/2020, 8:06 AMTabPanel
and we often need to work with tabs programmaticaly but TabPanel does not expose much information/methods. We are missing couple of useful methods, like
getSize()
- hom many tabs exists
getComponentIndex(component:Component)
- to get index of a component
activate(component:Component)
- to activate component
Or am I missing something and there is a way how to achieve it?Tomas Kormanak
09/18/2020, 8:17 AM