Module is.codion.swing.common.ui
Interface Completion.Builder
- Enclosing class:
- Completion
public static interface Completion.Builder
A builder for combo box completion.
-
Method Summary
-
Method Details
-
mode
- Parameters:
mode
- the mode to enable- Returns:
- this builder
-
normalize
- Parameters:
normalize
- true if accented characters should be normalized before matching- Returns:
- this builder
-
enable
- Parameters:
comboBox
- the combo box on which to enable completion
-