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

Examples of org.apache.openmeetings.web.components.admin.configurations.ConfigsPanel


                    break;
                  case adminModuleRoom:
                    basePanel = new RoomsPanel("child");
                    break;
                  case adminModuleConfiguration:
                    basePanel = new ConfigsPanel("child");
                    break;
                  case adminModuleLanguages:
                    basePanel = new LangPanel("child");
                    break;
                  case adminModuleLDAP:
View Full Code Here

TOP

Related Classes of org.apache.openmeetings.web.components.admin.configurations.ConfigsPanel

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.