public void handleEvent(BaseEvent be) {
fillStore();
tab.removeListener(Events.Select,this);
}
});
VBoxLayout l = new VBoxLayout();
l.setVBoxLayoutAlign(VBoxLayout.VBoxLayoutAlign.STRETCH);
tab.setLayout(l);
contentContainer = new LayoutContainer();
contentContainer.setBorders(true);
contentContainer.setScrollMode(Style.Scroll.AUTO);
contentContainer.setLayout(new FitLayout());