Examples of CloseableModalController


Examples of org.olat.core.gui.control.generic.closablewrapper.CloseableModalController

        }
      }
      this.repoSearchCtr = new ReferencableEntriesSearchController(getWindowControl(), ureq,
          CourseModule.getCourseTypeName(), translate("resources.add"));
      listenTo(this.repoSearchCtr);
      this.cmc = new CloseableModalController(getWindowControl(), translate("close"), this.repoSearchCtr.getInitialComponent(), true, translate("resources.add.title"));
      this.cmc.activate();
    }
  }
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.