Interface MultiselectDecisionItemVisitor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Visitor implementation to use when traversing item tree to collect information.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(MultiselectDecisionItem item, MultiselectVariableDescriptor column) The visit method is called in all traversed items in tree.
-
Method Details
-
visit
The visit method is called in all traversed items in tree.- Parameters:
item- the current item in treecolumn- column meta information- Returns:
falsein case walking through the item tree shall be aborted
-