Interface FilteredTableSelectionModel<R>

Type Parameters:
R - the type of rows
All Superinterfaces:
ListSelectionModel, is.codion.common.model.table.TableSelectionModel<R>

public interface FilteredTableSelectionModel<R> extends ListSelectionModel, is.codion.common.model.table.TableSelectionModel<R>
A selection model for a FilteredTableModel.