Uses of Interface
is.codion.swing.common.model.component.table.FilterTableModel
Packages that use FilterTableModel
Package
Description
Table model implementations with built-in filtering, sorting and selection management.
Package configuration values:
FilterTableCellEditor.CLICK_COUNT_TO_START
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
FilterTable.ROWS_FILL_VIEWPORT
FilterTable.COLUMN_TOOL_TIPS
FilterTable.FILLS_VIEWPORT_HEIGHT
FilterTable.RESIZE_ROW_TO_FIT_EDITOR
FilterTable.STOP_EDIT_ON_FOCUS_LOST
Swing model classes
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
-
Uses of FilterTableModel in is.codion.swing.common.model.component.table
Methods in is.codion.swing.common.model.component.table that return FilterTableModelMethod parameters in is.codion.swing.common.model.component.table with type arguments of type FilterTableModelModifier and TypeMethodDescriptionFilterTableModel.Builder.editor(Function<FilterTableModel<R, C>, FilterTableModel.Editor<R, C>> editor) -
Uses of FilterTableModel in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return FilterTableModelMethods in is.codion.swing.common.ui.component.table with parameters of type FilterTableModelModifier and TypeMethodDescription<R,C> FilterTable.Builder <R, C> FilterTable.Builder.ModelStep.model(FilterTableModel<R, C> model) static <T extends Number,C>
SummaryModel.SummaryValues<T> FilterTable.summaryValues(C identifier, FilterTableModel<?, C> tableModel, Format format) Instantiates a newSummaryModel.SummaryValuesinstance. -
Uses of FilterTableModel in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement FilterTableModelModifier and TypeClassDescriptionclassA TableModel implementation for displaying and working with entities.Methods in is.codion.swing.framework.model that return FilterTableModelModifier and TypeMethodDescriptionprotected final FilterTableModel<Entity, Attribute<?>> SwingEntityTableModel.filterModel() -
Uses of FilterTableModel in is.codion.tools.generator.model
Methods in is.codion.tools.generator.model that return FilterTableModelModifier and TypeMethodDescriptionDomainGeneratorModel.entityModel()DomainGeneratorModel.schemaModel() -
Uses of FilterTableModel in is.codion.tools.loadtest.model
Methods in is.codion.tools.loadtest.model that return FilterTableModel -
Uses of FilterTableModel in is.codion.tools.monitor.model
Methods in is.codion.tools.monitor.model that return FilterTableModelModifier and TypeMethodDescriptionClientMonitor.clientInstanceTableModel()ServerMonitor.domainTableModel()ServerMonitor.operationTableModel()ServerMonitor.reportTableModel()ClientUserMonitor.userHistoryTableModel()