Uses of Interface
is.codion.common.model.summary.SummaryModel.SummaryValues
Packages that use SummaryModel.SummaryValues
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.SummaryValues in is.codion.common.model.summary
Methods in is.codion.common.model.summary that return types with arguments of type SummaryModel.SummaryValuesModifier and TypeMethodDescription<T extends Number>
Optional<SummaryModel.SummaryValues<T>> SummaryModel.SummaryValues.Factory.createSummaryValues
(C identifier, Format format) Methods in is.codion.common.model.summary with parameters of type SummaryModel.SummaryValuesModifier and TypeMethodDescriptionSummaryModel.Summary.get
(SummaryModel.SummaryValues<T> summaryValues) Returns a String containing the summary information for the given columnstatic <T extends Number>
SummaryModelSummaryModel.summaryModel
(SummaryModel.SummaryValues<T> summaryValues) Instantiates a newSummaryModel
-
Uses of SummaryModel.SummaryValues in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return SummaryModel.SummaryValuesModifier and TypeMethodDescriptionstatic <T extends Number,
C>
SummaryModel.SummaryValues<T> FilterTable.summaryValues
(C identifier, FilterTableModel<?, C> tableModel, Format format) Instantiates a newSummaryModel.SummaryValues
instance.