@Inject public WorkbenchLayoutImpl(SyncBeanManager iocManager, HeaderPanel root, WorkbenchDragAndDropManager dndManager, UberfireDocksContainer uberfireDocksContainer, WorkbenchPickupDragController dragController, Div headerPanel, Div footerPanel) { this.iocManager = iocManager; this.root = root; this.dndManager = dndManager; this.uberfireDocksContainer = uberfireDocksContainer; this.dragController = dragController; this.headerPanel = headerPanel; this.footerPanel = footerPanel; }
@Override public HeaderPanel getRoot() { return root; }
public ScrollPanel getScrollPanel() { HeaderPanel header = (HeaderPanel) getWidget(); return (ScrollPanel) header.getContentWidget(); }
public ScrollPanel getScrollPanel() { final HeaderPanel headerPanel = (HeaderPanel) getWidget(); return (ScrollPanel) headerPanel.getContentWidget(); }