eas Zhizuo book tree at right timing interface


LiTreeListUI multi-level tree left and right form, according to
TreeDetailListUI grouped according to form left and right tree
TreeListUI, trees and tables belong to the same entity, data in the table has multiple levels, with a parent-child relationship
TreeDatailListUI: Tree and table belong to different entities, divided into different data tables the groups may be groups of the CRUD

Gets the selected tree node:
getSelectedTreeNode method

Id get selected tree node:
getSelectedNodeKeyValue method

And determining whether the set contains all descendant nodes
TreeListUI: isIncludeAllChildren or setIncludeAllChildren method
TreeDetailListUI: isIsIncludeChild method or setIsIncludeChild

The mobile node tree features:
TreeListUI:
isMoveTree Method
TreeDetailListUI:
isMoveTree method or isMoveGroup

The mobile node to the tree root node:
TreeListUI:
canMoveDetailToRoot Method

When switching tree node query, add query:
write buildTreeFilter method

Guess you like

Origin www.cnblogs.com/luojiabao/p/11091502.html
EAS