Module is.codion.swing.common.ui
Interface FilterTableCellEditor.Builder.ComponentStep
- Enclosing interface:
FilterTableCellEditor.Builder<C extends JComponent,T>
public static interface FilterTableCellEditor.Builder.ComponentStep
Provides a
FilterTableCellEditor.Builder-
Method Summary
Modifier and TypeMethodDescription<C extends JComponent,T>
FilterTableCellEditor.Builder<C, T> component(Supplier<ComponentValue<C, T>> component) Creates a new defaultFilterTableCellEditor.Builderinstance.
-
Method Details
-
component
<C extends JComponent,T> FilterTableCellEditor.Builder<C,T> component(Supplier<ComponentValue<C, T>> component) Creates a new defaultFilterTableCellEditor.Builderinstance.- Type Parameters:
C- the component typeT- the cell value type- Parameters:
component- supplies the input component- Returns:
- a new
FilterTableCellEditor.Builderinstance
-