简体   繁体   中英

How to select a column in tabPanel with gxt3?

Please, i like to know how to setselection a column in a TabPanel with GXT3.
In Gxt2 there is the method setSelection(TabItem).

Have you tried:

myTabPanel.setActiveWidget(myWidget)

where myWidget is the widget you have added to the TabPanel.

This works in GXT 4 and should work in GXT 3.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM