Uses of Interface
is.codion.swing.common.model.component.table.SwingFilterTableModel
Packages that use SwingFilterTableModel
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.ROW_HEIGHT_FROM_FONT_SIZE
FilterTable.ROW_HEIGHT_FONT_PADDING
FilterTable.COLUMN_TOOL_TIPS
FilterTable.FILLS_VIEWPORT_HEIGHT
FilterTable.RESIZE_ROW_TO_FIT_EDITOR
FilterTable.STOP_EDIT_ON_FOCUS_LOST
Swing model classes
Load test model related classes.
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
-
Uses of SwingFilterTableModel in is.codion.swing.common.model.component.table
Methods in is.codion.swing.common.model.component.table that return SwingFilterTableModelMethod parameters in is.codion.swing.common.model.component.table with type arguments of type SwingFilterTableModelModifier and TypeMethodDescriptionSwingFilterTableModel.Builder.rowEditor(Function<SwingFilterTableModel<R, C>, SwingFilterTableModel.RowEditor<R, C>> rowEditor) -
Uses of SwingFilterTableModel in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return SwingFilterTableModelMethods in is.codion.swing.common.ui.component.table with parameters of type SwingFilterTableModelModifier and TypeMethodDescription<R,C> FilterTable.Builder <R, C> FilterTable.Builder.ModelStep.model(SwingFilterTableModel<R, C> model) static <T extends Number,C>
SummaryModel.SummaryValues<T> FilterTable.summaryValues(C identifier, SwingFilterTableModel<?, C> tableModel, Format format) Instantiates a newSummaryModel.SummaryValuesinstance. -
Uses of SwingFilterTableModel in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement SwingFilterTableModelModifier and TypeClassDescriptionclassA TableModel implementation for displaying and working with entities.Methods in is.codion.swing.framework.model that return SwingFilterTableModelModifier and TypeMethodDescriptionprotected final SwingFilterTableModel<Entity, Attribute<?>> SwingEntityTableModel.filterModel() -
Uses of SwingFilterTableModel in is.codion.tools.generator.model
Methods in is.codion.tools.generator.model that return SwingFilterTableModelModifier and TypeMethodDescriptionDomainGeneratorModel.entityModel()DomainGeneratorModel.schemaModel() -
Uses of SwingFilterTableModel in is.codion.tools.loadtest.model
Methods in is.codion.tools.loadtest.model that return SwingFilterTableModel -
Uses of SwingFilterTableModel in is.codion.tools.monitor.model
Methods in is.codion.tools.monitor.model that return SwingFilterTableModelModifier and TypeMethodDescriptionServerMonitor.domainTableModel()ServerMonitor.operationTableModel()ServerMonitor.reportTableModel()SessionMonitor.sessionTableModel()SessionUserMonitor.userHistoryTableModel()