for (Iterator<Component> it = _tabs.getChildren().iterator(); it.hasNext();) {
                    final Tab tab = (Tab) it.next();
                    if (tab.isSelected()) {
                        _seltab = tab;
                        break;