Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HeaderPanel masterLayout = new HeaderPanel();
- actionBarPanel.setWidget(new ActionBar());
- VerticalPanel headerPanel = new VerticalPanel();
- headerPanel.setWidth("100%");
- headerPanel.add(buildHeaderPanel());
- headerPanel.add(buildUserInfoPanel());
- headerPanel.add(actionBarPanel);
- masterLayout.setHeaderWidget(headerPanel);
- masterLayout.setFooterWidget(buildFooterPanel());
- masterLayout.setContentWidget(new ScrollPanel(appPanel));
- initWidget(masterLayout);
Advertisement
Add Comment
Please, Sign In to add comment