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.
 
 @FunctionalInterface public interface MultiselectDecisionItemVisitor Visitor implementation to use when traversing item tree to collect information.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvisit(MultiselectDecisionItem item, MultiselectVariableDescriptor column)The visit method is called in all traversed items in tree.
 
- 
- 
- 
Method Detail- 
visitboolean visit(MultiselectDecisionItem item, MultiselectVariableDescriptor column) The visit method is called in all traversed items in tree.- Parameters:
- item- the current item in tree
- column- column meta information
- Returns:
- falsein case walking through the item tree shall be aborted
 
 
- 
 
-