Package org.apache.openmeetings.web.components

Examples of org.apache.openmeetings.web.components.MenuPanel


 
  public MainPage() {
    MarkupContainer contents = new WebMarkupContainer("contents");
    contents.add(new WebMarkupContainer("child")).setOutputMarkupId(true).setMarkupId("contents");
    add(contents);
    menu = new MenuPanel("menu", contents);
    add(menu);
    add(new ConfirmableAjaxLink("logout", 634L) {
      private static final long serialVersionUID = -2994610981053570537L;

      @Override
View Full Code Here

TOP

Related Classes of org.apache.openmeetings.web.components.MenuPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.