Interface MultiObjectsSelectionDialogEditingSupport.ActionAfterPressOkBuilder<T,E,W,R>
- All Known Implementing Classes:
MultiObjectsSelectionDialogEditingSupport.Builder
- Enclosing class:
MultiObjectsSelectionDialogEditingSupport
public static interface MultiObjectsSelectionDialogEditingSupport.ActionAfterPressOkBuilder<T,E,W,R>
-
Method Summary
Modifier and TypeMethodDescriptionhandler(BiConsumer<T, List<W>> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter button
-
Method Details
-
handler
MultiObjectsSelectionDialogEditingSupport.FinalBuilder<T,E, handlerW, R> (BiConsumer<T, List<W>> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter button- Parameters:
listener- function to be executed- Returns:
- builder object
-