hbox.setSclass("FDCenterNoBorder");
hbox.setAlign("stretch");
hbox.setPack("stretch");
hbox.setWidth("100%");
Cell cellLeft = new Cell();
cellLeft.setId("cellLeft");
// cellLeft.setWidth("100%");
cellLeft.setStyle("padding: 0px;");
cellLeft.setParent(hbox);
Cell cellRight = new Cell();
cellRight.setId("cellRight");
cellRight.setWidth("280px");
cellRight.setStyle("padding: 0px;");
cellRight.setParent(hbox);
cellLeft.appendChild(DashboardTableRecordsCounterCtrl.show(200, true, 600000));
cellRight.appendChild(DashboardYoutubeVideoCtrl.show(198));
// hbox.appendChild(DashboardTableRecordsCounterCtrl.show(200, true,
// 600000));
// hbox.appendChild(DashboardYoutubeVideoCtrl.show(198));