Module is.codion.swing.common.model
Package is.codion.swing.common.model.component.table
@NullMarked
package is.codion.swing.common.model.component.table
Table model implementations with built-in filtering, sorting and selection management.
-
InterfacesClassDescriptionFilterTableModel<R,
C> Specifies a table model supporting selection as well as filtering.A builder for aFilterTableModel.Provides aFilterTableModel.BuilderinstanceProvides access to table column valuesHandles the editing of rowsExports the table model data as a String.Specifies 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 theSortOrderfor a given column