Package io.jmix.flowui.view
Class LookupView.ValidationContext<E>
java.lang.Object
io.jmix.flowui.view.LookupView.ValidationContext<E>
- Type Parameters:
E
- type of entity
- Enclosing interface:
- LookupView<E>
Context object which is passed to the selection validator set by
LookupView.setSelectionValidator(Predicate)
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
view
-
selectedItems
-
-
Constructor Details
-
ValidationContext
-
-
Method Details
-
getView
- Returns:
- the lookup view
-
getSelectedItems
- Returns:
- a collection of selected entities
-