Uses of Interface
is.codion.common.model.condition.ConditionModel
Packages that use ConditionModel
Package
Description
Condition related classes.
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
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
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
Package configuration values:
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.SHOW_STARTUP_DIALOG
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.USER_PREFERENCES_ENABLED
EntityApplicationPanel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationPanel.CALL_SYSTEM_EXIT
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.USE_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
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 withidentifier
Methods 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 withidentifier
Method 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 TypeInterfaceDescriptioninterface
A default foreign key condition model usingEntitySearchModel
for both theOperator.EQUAL
andOperator.IN
operands.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 theConditionModel
associated 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 withattribute
Method parameters in is.codion.framework.model with type arguments of type ConditionModelModifier and TypeMethodDescriptionstatic EntityTableConditionModel
EntityTableConditionModel.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.filterModelFactory
(Supplier<Map<C, ConditionModel<?>>> filterModelFactory) -
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 TypeMethodDescriptionstatic <T> ColumnConditionPanel.Builder
<T> ColumnConditionPanel.builder
(ConditionModel<T> conditionModel) <T> JComponent
ColumnConditionPanel.ComponentFactory.equal
(ConditionModel<T> conditionModel) <T> JComponent
ColumnConditionPanel.ComponentFactory.in
(ConditionModel<T> conditionModel) <T> JComponent
ColumnConditionPanel.ComponentFactory.lower
(ConditionModel<T> conditionModel) <T> JComponent
ColumnConditionPanel.ComponentFactory.upper
(ConditionModel<T> conditionModel) Constructors in is.codion.swing.common.ui.component.table with parameters of type ConditionModelModifierConstructorDescriptionprotected
ConditionPanel
(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 TypeInterfaceDescriptioninterface
A condition model using aEntityComboBoxModel
for theOperator.EQUAL
operand and aEntitySearchModel
for theOperator.IN
operands. -
Uses of ConditionModel in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type ConditionModelModifier and TypeMethodDescription<T> JComponent
EntityConditionComponentFactory.equal
(ConditionModel<T> conditionModel) <T> JComponent
EntityConditionComponentFactory.in
(ConditionModel<T> conditionModel) <T> JComponent
EntityConditionComponentFactory.lower
(ConditionModel<T> conditionModel) <T> JComponent
EntityConditionComponentFactory.upper
(ConditionModel<T> conditionModel)