Interface CheckBoxEditingSupport.FinalBuilder<T,E,R>
- All Known Implementing Classes:
CheckBoxEditingSupport.Builder
- Enclosing class:
CheckBoxEditingSupport
public static interface CheckBoxEditingSupport.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 editedSet up the checkbox naming.
-
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
-
format
Set up the checkbox naming. The label extractor. By default, the value equal to TRUE has the designation '✓'- Parameters:
labelExtractor- function that converts a checkbox element(TRUE or FALSE) to a String displayed in the checkbox- Returns:
- builder object
-