public interface FXWritableTableFormat<E> extends FXTableFormat<E>
FXTableFormat.Option, FXTableFormat.Options
Modifier and Type | Method and Description |
---|---|
boolean |
isEditable(E baseObject,
int column)
For editing fields.
|
E |
setColumnValue(E baseObject,
Object editedValue,
int column)
Sets the specified field of the base object to the edited value.
|
getColumnObservableValue, getTableCellFactory, option, options
boolean isEditable(@Nonnull E baseObject, int column)
column
- the column to test.@Nonnull E setColumnValue(@Nonnull E baseObject, Object editedValue, int column)
baseObject
- the Object to be edited. This will be the original
Object from the source list.editedValue
- the newly constructed value for the edited columncolumn
- the column which has been edited