Module is.codion.swing.common.model
Package is.codion.swing.common.model.component.table
package is.codion.swing.common.model.component.table
-
InterfacesClassDescriptionFilterTableModel<R,
C> Specifies a table model supporting selection as well as filtering.A builder for aFilterTableModel
.Provides access to table column valuesHandles the editing of rowsSpecifies the columns for a table model, their identifiers, their class and how to extract their value from a row instance.FilterTableSort<R,C> Handles the column sorting states for aFilterTableModel
.Provides the current column sort orderSpecifies a sorting state for a column.Manages theSortOrder
for a given column