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