Interface EMFTextEditingSupport.FinalBuilder<T,E,R>
- All Known Implementing Classes:
EMFTextEditingSupport.Builder
- Enclosing class:
EMFTextEditingSupport
public static interface EMFTextEditingSupport.FinalBuilder<T,E,R>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()This is the finalization method.Set function that returns a value that indicates whether the cell can be editedhandler(BiConsumer<T, E> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter button
-
Method Details
-
build
R build()This is the finalization method. Call this method to install the auto-complete combobox editing support on a table column. -
canEdit
Set function that returns a value that indicates whether the cell can be edited- Parameters:
canEdit-- Returns:
- builder object
-
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
-