-
Notifications
You must be signed in to change notification settings - Fork 778
Closed
Labels
breaking-changeChange is not backwards compatibleChange is not backwards compatibleenhancementAdditional functionality to current componentAdditional functionality to current component
Milestone
Description
as i looked into #12795 recently
currently CheckboxTreeNode and DefaultTreeNode are 95% the same code
CheckBoxTreeNode can just inherit DefaultTreeNode like LazyDefaultTreeNode does
also TreeNode defines children as List<TreeNode> - but we also have TreeNodeList
i think we should deprecate TreeNodeList - using List<TreeNode> is enough
melloware
Metadata
Metadata
Assignees
Labels
breaking-changeChange is not backwards compatibleChange is not backwards compatibleenhancementAdditional functionality to current componentAdditional functionality to current component