Package org.olat.ims.cp.ui

Examples of org.olat.ims.cp.ui.CreateNewCPController


   *      java.lang.Object, org.olat.core.gui.UserRequest,
   *      org.olat.core.gui.control.WindowControl)
   */
  public IAddController getAddController(RepositoryAddCallback callback, Object userObject, UserRequest ureq, WindowControl wControl) {
    if (userObject == null || userObject.equals(PROCESS_CREATENEW)) {
      return new CreateNewCPController(callback, ureq, wControl);
    } else {
      return super.getAddController(callback, userObject, ureq, wControl);
    }
  }
View Full Code Here

TOP

Related Classes of org.olat.ims.cp.ui.CreateNewCPController

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.