LHSTreeSection patchingLeaf = new LHSTreeSection("Patching", true);
patchingLeaf.addItem(new LHSNavTreeItem("Patch Management", NameTokens.PatchingPresenter));
LHSNavTree navigation = new LHSNavTree("administration");
navigation.getElement().setAttribute("aria-label", "Administration");
navigation.addItem(accessLeaf);
navigation.addItem(patchingLeaf);
navigation.expandTopLevel();
VerticalPanel stack = new VerticalPanel();
stack.setStyleName("fill-layout-width");