.create(SimplePager.Resources.class);
pager = new SimplePager(TextLocation.CENTER, pagerResources, false, 0,
true);
pager.setDisplay(cellTable);
cusDialog = new CustomDialogBox("text");
Widget widget = uiBinder.createAndBindUi(this);
hqlTextArea.setText("select * from hippolog limit 30");
RootPanel.get("HiveQuery").add(widget);
}