Module is.codion.swing.common.ui
Interface FilterTableCellEditor<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
CellEditor,TableCellEditor
A
TableCellEditor implementation for FilterTable.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceA factory forTableCellEditorinstances. -
Method Summary
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from interface javax.swing.table.TableCellEditor
getTableCellEditorComponent
-
Method Details
-
componentValue
ComponentValue<? extends JComponent,T> componentValue()- Returns:
- the underlying component value
-
builder
- Returns:
- a
FilterTableCellEditor.Builder.ComponentStepinstance.
-