Interface TextEditingSupport.FinalBuilder<T,E,R>
- All Known Implementing Classes:
TextEditingSupport.Builder
- Enclosing class:
TextEditingSupport
public static interface TextEditingSupport.FinalBuilder<T,E,R>
-
Method Summary
-
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
-