Module is.codion.swing.common.model
Interface FilterTableModel.Editor<R,C>
- Type Parameters:
R- the row typeC- the column identifier type
- All Known Implementing Classes:
SwingEntityTableModel.SwingEntityTableEditor
- Enclosing interface:
FilterTableModel<R,C>
public static interface FilterTableModel.Editor<R,C>
Handles the editing of rows
-
Method Summary
-
Method Details
-
editable
- Parameters:
row- the rowidentifier- the column identifier- Returns:
- true if the given cell is editable
- See Also:
-
set
Sets the value of the given column and row.
This method is responsible for notifying the model of the change.
- Parameters:
value- the value to setrowIndex- the row indexrow- the row objectidentifier- the column identifier- Throws:
IllegalStateException- in case the cell is not editable- See Also:
-