bottomPanel.setStyleName("default-tabpanel");
bottomPanel.add(timerServiceView.asWidget(), timerServiceView.getEntityDisplayName());
bottomPanel.add(asyncServiceView.asWidget(), asyncServiceView.getEntityDisplayName());
bottomPanel.add(remoteServiceView.asWidget(), remoteServiceView.getEntityDisplayName());
bottomPanel.selectTab(0);
vpanel.add(bottomPanel);
return new ScrollPanel(vpanel);