Uses of Interface
is.codion.common.model.condition.ConditionModel
Packages that use ConditionModel
Package
Description
Condition related classes.
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
Table model implementations with built-in filtering, sorting and selection management.
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.COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
FilterTable.COLUMN_RESIZING
Swing model classes
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
EntityEditComponentPanel.VALID_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR
EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_MENU
EntityEditPanel.Config.MODIFIED_WARNING
EntityPanel.Config.KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_MENU
EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.REFRESH_PROGRESS_BAR
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of ConditionModel in is.codion.common.model.condition
Methods in is.codion.common.model.condition that return ConditionModelModifier and TypeMethodDescriptionConditionModel.Builder.build()<T> ConditionModel<T> The condition model associated withidentifierMethods in is.codion.common.model.condition that return types with arguments of type ConditionModelModifier and TypeMethodDescriptionMap<C, ConditionModel<?>> TableConditionModel.get()<T> Optional<ConditionModel<T>> The condition model associated withidentifierMethod parameters in is.codion.common.model.condition with type arguments of type ConditionModelModifier and TypeMethodDescriptionstatic <C> TableConditionModel<C> TableConditionModel.tableConditionModel(Supplier<Map<C, ConditionModel<?>>> conditionModelFactory) Instantiates a newTableConditionModel -
Uses of ConditionModel in is.codion.framework.model
Subinterfaces of ConditionModel in is.codion.framework.modelModifier and TypeInterfaceDescriptioninterfaceA default foreign key condition model usingEntitySearchModelfor both theOperator.EQUALandOperator.INoperands.Methods in is.codion.framework.model that return ConditionModelModifier and TypeMethodDescriptionprotected <T> ConditionModel<T> EntityConditionModelFactory.conditionModel(Column<T> column) Only called ifEntityConditionModelFactory.include(Column)returns true<T> ConditionModel<T> Returns theConditionModelassociated with the given column.Methods in is.codion.framework.model that return types with arguments of type ConditionModelModifier and TypeMethodDescriptionfinal Map<Attribute<?>, ConditionModel<?>> EntityConditionModelFactory.get()Map<Attribute<?>, ConditionModel<?>> EntityTableConditionModel.get()<T> Optional<ConditionModel<T>> The condition model associated withattributeMethod parameters in is.codion.framework.model with type arguments of type ConditionModelModifier and TypeMethodDescriptionstatic EntityTableConditionModelEntityTableConditionModel.entityTableConditionModel(EntityType entityType, EntityConnectionProvider connectionProvider, Supplier<Map<Attribute<?>, ConditionModel<?>>> conditionModelFactory) Creates a newEntityTableConditionModel -
Uses of ConditionModel in is.codion.swing.common.model.component.table
Method parameters in is.codion.swing.common.model.component.table with type arguments of type ConditionModelModifier and TypeMethodDescriptionFilterTableModel.Builder.filters(Supplier<Map<C, ConditionModel<?>>> filters) -
Uses of ConditionModel in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return ConditionModelMethods in is.codion.swing.common.ui.component.table with parameters of type ConditionModelModifier and TypeMethodDescription<T> JComponentColumnConditionPanel.ComponentFactory.equal(ConditionModel<T> conditionModel) <T> JComponentColumnConditionPanel.ComponentFactory.in(ConditionModel<T> conditionModel) <T> JComponentColumnConditionPanel.ComponentFactory.lower(ConditionModel<T> conditionModel) <T> ColumnConditionPanel.Builder<T> ColumnConditionPanel.Builder.ModelStep.model(ConditionModel<T> model) <T> JComponentColumnConditionPanel.ComponentFactory.upper(ConditionModel<T> conditionModel) Constructors in is.codion.swing.common.ui.component.table with parameters of type ConditionModelModifierConstructorDescriptionprotectedConditionPanel(ConditionModel<T> conditionModel) Instantiates a newConditionPanel. -
Uses of ConditionModel in is.codion.swing.framework.model
Subinterfaces of ConditionModel in is.codion.swing.framework.modelModifier and TypeInterfaceDescriptioninterfaceA condition model using aEntityComboBoxModelfor theOperator.EQUALoperand and aEntitySearchModelfor theOperator.INoperands. -
Uses of ConditionModel in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type ConditionModelModifier and TypeMethodDescription<T> JComponentEntityConditionComponentFactory.equal(ConditionModel<T> conditionModel) <T> JComponentEntityConditionComponentFactory.in(ConditionModel<T> conditionModel) <T> JComponentEntityConditionComponentFactory.lower(ConditionModel<T> conditionModel) <T> JComponentEntityConditionComponentFactory.upper(ConditionModel<T> conditionModel)