Skip to content

Introduce Interface for TreeData used by TreeDataProvider #9808

@cdir

Description

@cdir

Description

TreeDataProvider uses TreeData as its source of data. As far I can see TreeDataProvide only needs a free methods (read-only) of TreeData:

  • getRootItems()
  • getChildren(item)
  • contains(item)

The implementation of TreeDataProvide seems to fulfill my requirements, but I don't want to load all children right at the beginning, but only when the children are needed.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    Status
    Done / Pending Release

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions