Uses of Interface
is.codion.common.model.summary.SummaryModel
Packages that use SummaryModel
Package
Description
Summary related classes.
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
FilterTable.ALLOW_COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
-
Uses of SummaryModel in is.codion.common.model.summary
Methods in is.codion.common.model.summary that return SummaryModelModifier and TypeMethodDescriptionstatic <T extends Number>
SummaryModelSummaryModel.summaryModel
(SummaryModel.SummaryValues<T> summaryValues) Instantiates a newSummaryModel
Methods in is.codion.common.model.summary that return types with arguments of type SummaryModelModifier and TypeMethodDescriptionReturns theSummaryModel
associated with the column identified byidentifier
-
Uses of SummaryModel in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table with parameters of type SummaryModelModifier and TypeMethodDescriptionstatic ColumnSummaryPanel
ColumnSummaryPanel.columnSummaryPanel
(SummaryModel summaryModel, int horizontalAlignment)