Package org.apache.openmeetings.web.components.admin.groups

Examples of org.apache.openmeetings.web.components.admin.groups.GroupsPanel


                    basePanel = new UsersPanel("child");
                    break;
                  case adminModuleConnections:
                    break;
                  case adminModuleOrg:
                    basePanel = new GroupsPanel("child");
                    break;
                  case adminModuleRoom:
                    basePanel = new RoomsPanel("child");
                    break;
                  case adminModuleConfiguration:
View Full Code Here

TOP

Related Classes of org.apache.openmeetings.web.components.admin.groups.GroupsPanel

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.