Package org.apache.openmeetings.web.components.user

Examples of org.apache.openmeetings.web.components.user.AboutPanel


      @Override
      public void onClick(AjaxRequestTarget target) {
        target.appendJavaScript("showAbout();");
      }
    });
    add(new AboutPanel("aboutDialog"));
    add(new ChatPanel("chatPanel"));
    add(new WebSocketBehavior() {
      private static final long serialVersionUID = -3311970325911992958L;

      @Override
View Full Code Here

TOP

Related Classes of org.apache.openmeetings.web.components.user.AboutPanel

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.