Package org.richfaces.component

Examples of org.richfaces.component.UITree.removeNode()


      Object state = null;
      if (dragNodeKey != null) { // Drag from this or other tree
    TreeNode parentNode = draggedNode.getParent();
    // 1. remove node from tree
    state = srcTree.removeNode(dragNodeKey);
    // 2. add parent for rerender
    Object rowKey = srcTree.getTreeNodeRowKey(parentNode);
    srcTree.addRequestKey(rowKey);
    if (dropEvent.getDraggableSource() instanceof UIDragSupport) {
        selectedNodeChildren.remove(draggedNode);
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.