313233343536373839
super(); contentCanvas = new LayoutPanel(); lhsNavigation = new StandaloneRuntimeNavigation(); layout = new TwoColumnLayout(lhsNavigation.asWidget(), contentCanvas.asWidget()); eventBus.addHandler(LHSHighlightEvent.TYPE, lhsNavigation); }
303132333435363738
contentCanvas = new LayoutPanel(); lhsNavigation = new DomainRuntimeNavigation(); layout = new TwoColumnLayout(lhsNavigation.asWidget(), contentCanvas); eventBus.addHandler(LHSHighlightEvent.TYPE, lhsNavigation); }
5253545556575859
super(); contentCanvas = new LayoutPanel(); lhsNavigation = new LHSStandaloneNavigation(); layout = new TwoColumnLayout(lhsNavigation.asWidget(), contentCanvas); }
4344454647484950
contentCanvas = new LayoutPanel(); lhsNavigation = new LHSHostsNavigation(); layout = new TwoColumnLayout(lhsNavigation.asWidget(), contentCanvas); }
36373839404142
@Inject public AdministrationView() { contentCanvas = new LayoutPanel(); LHSAdministrationNavigation lhsNavigation = new LHSAdministrationNavigation(); layout = new TwoColumnLayout(lhsNavigation.asWidget(), contentCanvas.asWidget()); }
4849505152535455
super(); contentCanvas = new LayoutPanel(); lhsNavigation = new LHSProfileNavigation(); layout = new TwoColumnLayout(lhsNavigation.asWidget(), contentCanvas); }