Examples of ChooseStepsForm


Examples of org.olat.repository.ChooseStepsForm

    translator = new PackageTranslator(PACKAGE, ureq.getLocale());

    descVC = new VelocityContainer("vcDesc", VELOCITY_ROOT + "/csc_main.html", translator, this);
    descVC.contextPut("disabledforwardreason", translator.translate("disabledforwardreason"));
    // chooser form
    chooser = new ChooseStepsForm("chooser", translator, modus);
    chooser.addListener(this);
    descVC.put("chooser", chooser);
    descVC.contextPut("closeIcon", Boolean.TRUE);

    setInitialComponent(descVC);
View Full Code Here

Examples of org.olat.repository.ChooseStepsForm

    translator = new PackageTranslator(PACKAGE, ureq.getLocale());

    descVC = new VelocityContainer("vcDesc", VELOCITY_ROOT + "/csc_main.html", translator, this);
    descVC.contextPut("disabledforwardreason", translator.translate("disabledforwardreason"));
    // chooser form
    chooser = new ChooseStepsForm("chooser", translator);
    chooser.addListener(this);
    descVC.put("chooser", chooser);
    descVC.contextPut("closeIcon", Boolean.TRUE);

    setInitialComponent(descVC);
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.