Examples of GlossaryRegisterSettingsController


Examples of org.olat.modules.glossary.GlossaryRegisterSettingsController

    } else if (repositoryEntry.getOlatResource().getResourceableTypeName().equals(GlossaryResource.TYPE_NAME)){
      //TODO:RH:gloss: change to use rep.handler to get config tabs
      GlossaryMorphServiceSettingsController glossMSSettingCtr = new GlossaryMorphServiceSettingsController(ureq, getWindowControl(), repositoryEntry.getOlatResource());
      tabbedPane.addTab(translate("tab.glossary.flexions"), glossMSSettingCtr.getInitialComponent());
     
      GlossaryRegisterSettingsController glossRegisterSetCtr = new GlossaryRegisterSettingsController(ureq, getWindowControl(), repositoryEntry.getOlatResource());
      tabbedPane.addTab(translate("tab.glossary.register"), glossRegisterSetCtr.getInitialComponent());
    }

    bgVC.put("descTB", tabbedPane);
    bgVC.contextPut("wizardfinish",new Boolean(usedInWizard));
   
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.