KongaTreeFilter2
implementation that applies a filter string on the {@link KongaTreeNode#getDisplayName() display names} of the leaf nodes in a tree, using a givenStringMatcher
. A leaf node is accepted if its display name matches the filter string. A folder node is accepted if it is the ancestor of an accepted leaf node.
@author Torgil Zethson
@since 4.0.0
|
|
|
|