Uses of Class
cn.sinozg.applet.common.core.model.TreeSelect
Packages that use TreeSelect
-
Uses of TreeSelect in cn.sinozg.applet.common.core.model
Fields in cn.sinozg.applet.common.core.model with type parameters of type TreeSelectMethods in cn.sinozg.applet.common.core.model that return types with arguments of type TreeSelectMethod parameters in cn.sinozg.applet.common.core.model with type arguments of type TreeSelectModifier and TypeMethodDescriptionvoidTreeSelect.setChildren(List<? extends TreeSelect> children) 设置 子节点 -
Uses of TreeSelect in cn.sinozg.applet.common.utils
Methods in cn.sinozg.applet.common.utils with type parameters of type TreeSelectModifier and TypeMethodDescriptionprivate static <T extends TreeSelect>
void递归获取树形结构static <T extends TreeSelect>
List<T>递归 转为树结构Methods in cn.sinozg.applet.common.utils that return types with arguments of type TreeSelectModifier and TypeMethodDescriptionstatic <T> List<TreeSelect>PojoUtil.toTree(List<T> resources, Function<T, TreeSelect> fun, String root) 转树形结构Method parameters in cn.sinozg.applet.common.utils with type arguments of type TreeSelectModifier and TypeMethodDescriptionstatic <T> List<TreeSelect>PojoUtil.toTree(List<T> resources, Function<T, TreeSelect> fun, String root) 转树形结构