程序包 | 说明 |
---|---|
com.epicsaas.framework.web.dto |
限定符和类型 | 方法和说明 |
---|---|
protected BaseTree |
BaseTree.createNode(Object src,
TreeNodeConvertor creator)
已过时。
创建根节点
|
protected BaseTree |
BaseTree.createRoot(Collection<Object> alist,
String parentField,
TreeNodeConvertor creator)
已过时。
创建根节点,如果没有发现可用跟则返回null
|
BaseTree |
BaseTree.fromList(Collection<Object> alist,
BaseTree root,
String parentField,
TreeNodeConvertor creator)
已过时。
从集合中获取一个树,装载进入root中
|
BaseTree |
BaseTree.fromList(Collection<Object> alist,
String parentField,
TreeNodeConvertor creator)
已过时。
从一个集合中获取一颗树
|
BaseTree |
TreeNodeConvertor.fromObject(Object obj)
已过时。
|
BaseTree |
BaseTree.getParent()
已过时。
|
protected BaseTree |
BaseTree.recurFormed(Collection<Object> alist,
BaseTree root,
String parentField,
TreeNodeConvertor creator)
已过时。
临时递归算法,如果有更好的算法获取数据可以overload次方法
|
限定符和类型 | 方法和说明 |
---|---|
ArrayList<BaseTree> |
BaseTree.getChildren()
已过时。
|
List<BaseTree> |
BaseTree.getForestfromList(Collection<Object> alist,
String parentField,
TreeNodeConvertor creator)
已过时。
从一个集合中获取包含多颗树的列表
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
BaseTree.addChild(BaseTree child)
已过时。
添加子节点
|
BaseTree |
BaseTree.fromList(Collection<Object> alist,
BaseTree root,
String parentField,
TreeNodeConvertor creator)
已过时。
从集合中获取一个树,装载进入root中
|
protected BaseTree |
BaseTree.recurFormed(Collection<Object> alist,
BaseTree root,
String parentField,
TreeNodeConvertor creator)
已过时。
临时递归算法,如果有更好的算法获取数据可以overload次方法
|
boolean |
BaseTree.setParent(BaseTree parent)
已过时。
设置父节点
|
限定符和类型 | 方法和说明 |
---|---|
void |
BaseTree.setChildren(ArrayList<BaseTree> children)
已过时。
|
Copyright © 2014 EPIC Team. All rights reserved.