Re: How to keep selection of TabbedPanel

2009-07-22 Thread Mathias Nilsson
You have the setSelectedTab(int index) the you could save. If you are not certain if the tabbes are added in the same order use a factory or something to get the tabs by identifier. -- View this message in context: http://www.nabble.com/How-to-keep-selection-of-TabbedPanel-tp24604063p24604948

How to keep selection of TabbedPanel

2009-07-22 Thread Petr Fejfar
Hi all, I have nested tabbed panels and I'd like save/restore currect selected tab on each nested page when e.g. switching parent tab. What is a recommended way to achieve this? Thanks, Petr - To unsubscribe, e-mail: users-uns