The data payload type.
Apply a filter expression to the tree datasource.
This should update the internal state to reflect filtered tree structure.
Subsequent calls to getRootNodes() and getChildren() should return filtered data.
The filter expression to apply.
Optional tree filtering capability.
Implement this interface alongside
ITreeDatasourcewhen the datasource supports filtering hierarchical data. This is commonly used byUIMasterDetailViewin tree mode.