Skip to content

Unify TreeNodes / Cleanup duplicate code #12816

@tandraschko

Description

@tandraschko

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

Metadata

Metadata

Assignees

Labels

breaking-changeChange is not backwards compatibleenhancementAdditional functionality to current component

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions