Uses of Interface
is.codion.common.state.State
Packages that use State
Package
Description
Condition related classes.
Selection related classes.
Summary related classes.
See
State and ObservableState.Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
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.
Button and toggle button builders.
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
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
TextFieldBuilder.SELECT_ALL_ON_FOCUS_GAINED
Action control framework for UI components.
Look and feel related classes
Package configuration values:
EntityComboBoxModel.EDIT_EVENTS
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
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
-
Uses of State in is.codion.common.model.condition
Methods in is.codion.common.model.condition that return StateModifier and TypeMethodDescriptionConditionModel.autoEnable()ConditionModel.caseSensitive()ConditionModel.enabled()ConditionModel.locked() -
Uses of State in is.codion.common.model.filter
Methods in is.codion.common.model.filter that return StateModifier and TypeMethodDescriptionfinal StateFilterModel.AbstractRefresher.async()FilterModel.Refresher.async()Sometimes we'd like to be able to refresh one or more models and perform some action on the refreshed data, after the refresh has finished, such as selecting a particular item or such. -
Uses of State in is.codion.common.model.selection
Methods in is.codion.common.model.selection that return State -
Uses of State in is.codion.common.model.summary
Methods in is.codion.common.model.summary that return State -
Uses of State in is.codion.common.state
Methods in is.codion.common.state that return StateModifier and TypeMethodDescriptionState.Builder.build()static StateState.state()Creates a new 'false'Stateinstance.static StateState.state(boolean value) Creates a newStateinstance.Methods in is.codion.common.state with parameters of type StateModifier and TypeMethodDescriptionvoidAdds a state to thisState.Group.static State.GroupCreates a newState.Groupinstance, which guarantees that only a single state within the group is active at a timeLinks the given state to the resulting statevoidCreates a bidirectional link between this and the given original state, so that changes in one are reflected in the other.voidUnlinks this state from the given original stateMethod parameters in is.codion.common.state with type arguments of type StateModifier and TypeMethodDescriptionvoidState.Group.add(Collection<State> states) Adds the given states to thisState.Group.static State.GroupState.group(Collection<State> states) Creates a newState.Groupinstance, which guarantees that only a single state within the group is active at a time -
Uses of State in is.codion.framework.db
Methods in is.codion.framework.db that return State -
Uses of State in is.codion.framework.model
Methods in is.codion.framework.model that return StateModifier and TypeMethodDescriptionModelLink.active()Controls the active status of this link.EntitySearchModel.Settings.caseSensitive()EntityQueryModel.conditionRequired()Returns aStatecontrolling whether this query model should query all underlying entities when no query condition has been set.EntityEditModel.Settings.deleteEnabled()Disabling delete causes an exception being thrown when deleting.final StateAbstractEntityTableModel.editable()EntityTableModel.editable()EntityEditModel.Settings.editEvents()EntityEditModel.Settings.insertEnabled()Disabling insert causes an exception being thrown when inserting.final StateAbstractEntityTableModel.orderQuery()EntityTableModel.orderQuery()Specifies whether the currentFilterModel.sort()order is used as a basis for theEntityQueryModelorder by clause.EntityEditModel.EditorValue.persist()Returns aStatecontrolling whether the last used value for this attribute should persist when defaults are set.EntityEditModel.Settings.readOnly()Making this edit model read-only prevents any changes from being persisted to the database, trying to insert, update or delete will cause an exception being thrown, it does not prevent editing.final StateAbstractEntityTableModel.removeDeleted()EntityTableModel.removeDeleted()EntitySearchModel.Settings.spaceAsWildcard()EntityEditModel.Settings.updateEnabled()Disabling update causes an exception being thrown when updating.EntityEditModel.Settings.updateMultipleEnabled()Disabling updating multiple entities causes an exception being thrown when trying to update multiple entities at a time.EntitySearchModel.Settings.wildcardPostfix()EntitySearchModel.Settings.wildcardPrefix() -
Uses of State in is.codion.plugin.swing.mcp
Methods in is.codion.plugin.swing.mcp that return StateModifier and TypeMethodDescriptionstatic StateSwingMcpPlugin.mcpServer(JComponent applicationComponent, boolean includeNarrator) Create an MCP server for the given application component. -
Uses of State in is.codion.swing.common.model.component.table
Methods in is.codion.swing.common.model.component.table that return StateModifier and TypeMethodDescriptionFilterTableSort.Order.locked()Locking the sorting for a column will cause anIllegalStateExceptionto be thrown when trying to modify its sorting state. -
Uses of State in is.codion.swing.common.ui.component.button
Methods in is.codion.swing.common.ui.component.button with parameters of type State -
Uses of State in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return StateModifier and TypeMethodDescriptionFilterTableSearchModel.caseSensitive()FilterTableColumnModel.locked()Returns aStateinstance controlling whether this model is locked or not.FilterTableSearchModel.regularExpression()FilterTable.scrollToSelectedItem()FilterTable.sortable()Returns theStatefor controlling the column visibility -
Uses of State in is.codion.swing.common.ui.component.text
Methods in is.codion.swing.common.ui.component.text that return State -
Uses of State in is.codion.swing.common.ui.control
Methods in is.codion.swing.common.ui.control with parameters of type StateModifier and TypeMethodDescriptionReturns a newToggleControlBuilderinstance, based on a copy of this control, using the given state.static ToggleControlCreates a new ToggleControl based on the given state -
Uses of State in is.codion.swing.common.ui.dialog
Method parameters in is.codion.swing.common.ui.dialog with type arguments of type StateModifier and TypeMethodDescriptionComponentDialogBuilder.confirmCloseListener(@Nullable Consumer<State> confirmCloseListener) -
Uses of State in is.codion.swing.common.ui.laf
Methods in is.codion.swing.common.ui.laf that return State -
Uses of State in is.codion.swing.framework.model.component
Methods in is.codion.swing.framework.model.component that return State -
Uses of State in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return StateModifier and TypeMethodDescriptionfinal StateEntityEditPanel.active()final StateEntityApplicationPanel.alwaysOnTop()protected final StateEntityEditComponentPanel.modifiedIndicator()If set to true then component labels will indicate that the value is modified.final StateEntityTablePanel.summaryPanelVisible()EntityEditComponentPanel.InputFocus.transferOnEnter()If set to true then components created subsequently will transfer focus on enter, otherwise not.protected final StateEntityEditComponentPanel.validIndicator()If set to true then components will indicate whether the current value is valid. -
Uses of State in is.codion.tools.generator.model
Methods in is.codion.tools.generator.model that return State -
Uses of State in is.codion.tools.loadtest
Methods in is.codion.tools.loadtest that return State -
Uses of State in is.codion.tools.loadtest.model
Methods in is.codion.tools.loadtest.model that return StateModifier and TypeMethodDescriptionLoadTestModel.autoRefreshApplications()LoadTestModel.chartStatistics() -
Uses of State in is.codion.tools.loadtest.randomizer
Methods in is.codion.tools.loadtest.randomizer that return State -
Uses of State in is.codion.tools.monitor.model
Methods in is.codion.tools.monitor.model that return StateModifier and TypeMethodDescriptionConnectionPoolMonitor.collectCheckOutTimes()ConnectionPoolMonitor.collectSnapshotStatistics()ClientInstanceMonitor.traceToFileEnabled()ClientInstanceMonitor.tracingEnabled()