Package org.olat.repository

Examples of org.olat.repository.PropPupForm


    bgVC.contextPut("title", entry.getDisplayname());
    tabbedPane = new TabbedPane("descTB", ureq.getLocale());
   
    editproptabpubVC = createVelocityContainer("editproptabpub");
    tabbedPane.addTab(translate("tab.public"), editproptabpubVC);
    propPupForm = new PropPupForm("proppupform", getTranslator(), entry);
    propPupForm.addListener(this);
    editproptabpubVC.put("proppupform", propPupForm);
    tabbedPane.addListener(this);
    try {
    if (repositoryEntry.getOlatResource().getResourceableTypeName().equals(CourseModule.getCourseTypeName())) {
View Full Code Here

TOP

Related Classes of org.olat.repository.PropPupForm

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.