Uses of Interface
is.codion.swing.common.ui.component.table.FilterTableSearchModel.RowColumn
Packages that use FilterTableSearchModel.RowColumn
Package
Description
Package configuration values:
FilterTableCellRenderer.TABLE_CELL_LEFT_PADDING
FilterTableCellRenderer.TABLE_CELL_RIGHT_PADDING
FilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.ALTERNATE_ROW_COLORING
FilterTableCellRenderer.FOCUSED_CELL_INDICATOR
FilterTableCellRenderer.SET_BORDER
FilterTableHeaderRenderer.FOCUSED_COLUMN_INDICATOR
FilterTable.COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
FilterTable.COLUMN_RESIZING
-
Uses of FilterTableSearchModel.RowColumn in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return types with arguments of type FilterTableSearchModel.RowColumnModifier and TypeMethodDescriptionFilterTableSearchModel.Results.current()Returns theObservablenotified of the selected search result row/column if available, otherwise one with row: -1 and column: -1FilterTableSearchModel.Results.next()Finds the next value and selects the row, if none is found the selection is clearedFilterTableSearchModel.Results.previous()Finds the previous value and selects the row, if none is found the selection is clearedFilterTableSearchModel.Results.selectNext()Finds the next value and adds the row to the selectionFilterTableSearchModel.Results.selectPrevious()Finds the previous value and adds the row to the selection