Package org.olat.core.gui.components.tree

Examples of org.olat.core.gui.components.tree.GenericTreeNode.addChild()


    gtn.setTitle("");
    setRootNode(gtn);
    currentRunStructure = runStructure;

    CourseEditorTreeNode cnRoot = (CourseEditorTreeNode) cetm.getRootNode();
    gtn.addChild(buildNode(cnRoot, false, false, false));
  }

  private GenericTreeNode buildNode(CourseEditorTreeNode cetn, boolean parentIsNew, boolean parentIsDeleted, boolean parentIsMoved) {
    GenericTreeNode gtn = new GenericTreeNode();
    gtn.setIdent(cetn.getIdent());
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.