return panel;
}
private Widget getLinksSection() {
linksPane = new HTMLPanel(createLinks());
linksPane.getElement().setId("header-links-section");
linksPane.getElement().setAttribute("role", "menubar");
linksPane.getElement().setAttribute("aria-controls", "main-content-area");
String[][] sections = bootstrap.isStandalone() ? SECTIONS_STANDALONE : SECTIONS;