Interface LocalTimeEditingSupport.ActionAfterPressOkBuilder<T,E,R>
- All Known Implementing Classes:
LocalTimeEditingSupport.Builder
- Enclosing class:
LocalTimeEditingSupport
public static interface LocalTimeEditingSupport.ActionAfterPressOkBuilder<T,E,R>
-
Method Summary
Modifier and TypeMethodDescriptionhandler(BiConsumer<T, LocalTime> listener) 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:
listener-- Returns:
- builder object
-