table_.getElement().setTabIndex(0);
table_.setCellSpacing(0);
table_.setCellPadding(2);
table_.setSize("100%", "100%");
scrollPanel_ = new ScrollPanelWithClick(table_);
scrollPanel_.setSize("100%", "100%");
progressPanel_ = new SimplePanelWithProgress();
progressPanel_.setWidget(null);