public class SimpleTreeNode extends Object
| 构造器和说明 |
|---|
SimpleTreeNode(String text,
String parent) |
SimpleTreeNode(String id,
String text,
String parent) |
public static List<EasyUINode> createTree(List<SimpleTreeNode> nodes)
Copyright © 2022–2023. All rights reserved.