Interface FilterTableCellEditor.Factory<C>

Enclosing interface:
FilterTableCellEditor<T>

public static interface FilterTableCellEditor.Factory<C>
A factory for TableCellEditor instances.
  • Method Details

    • create

      Optional<TableCellEditor> create(C identifier)
      Parameters:
      identifier - the column identifier
      Returns:
      a TableCellEditor instance for the given column or an empty optional if the column should not be editable