Package org.olat.core.gui.components.htmlsite

Examples of org.olat.core.gui.components.htmlsite.OlatCmdEvent.accept()


        String cmd = oe.getCommand();
        if (cmd.equals(OlatCmdEvent.GOTONODE_CMD)) {
          String subcmd = oe.getSubcommand(); // "69680861018558";
          CourseNode identNode = uce.getCourseEnvironment().getRunStructure().getNode(subcmd);
          updateTreeAndContent(ureq, identNode);
          oe.accept();
        }
      }
    }
  }
View Full Code Here


          } else {
            identNode = course.getRunStructure().getNode(subcmd);
          }
          currentCourseNode = identNode;
          updateTreeAndContent(ureq, identNode, nodecmd);
          oe.accept();
        }
      } else if (event == Event.DONE_EVENT) {
        // the controller is done.
        // we have a chance here to test if we need to refresh the evalution.
        // this is the case when a test was submitted and scoring has changed ->
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.