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:
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:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
Look and feel related classes
Package configuration values:
EntityComboBoxModel.HANDLE_EDIT_EVENTS
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
Package configuration values:
DomainGeneratorModel.DEFAULT_DOMAIN_PACKAGE
DomainGeneratorModel.DEFAULT_SOURCE_DIRECTORY
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 State
FilterModel.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 State
State.state()
Creates a new 'false'State
instance.static State
State.state
(boolean value) Creates a newState
instance.Methods in is.codion.common.state with parameters of type StateModifier and TypeMethodDescriptionvoid
Adds a state to thisState.Group
.static State.Group
Creates a newState.Group
instance, which guarantees that only a single state within the group is active at a timeMethod parameters in is.codion.common.state with type arguments of type StateModifier and TypeMethodDescriptionvoid
State.Group.add
(Collection<State> states) Adds the given states to thisState.Group
.static State.Group
State.group
(Collection<State> states) Creates a newState.Group
instance, which guarantees that only a single state within the group is active at a time -
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 aState
controlling whether this query model should query all underlying entities when no query condition has been set.final State
AbstractEntityEditModel.deleteEnabled()
EntityEditModel.deleteEnabled()
Disabling delete causes an exception being thrown when deleting.final State
AbstractEntityTableModel.editable()
EntityTableModel.editable()
final State
AbstractEntityEditModel.insertEnabled()
EntityEditModel.insertEnabled()
Disabling insert causes an exception being thrown when inserting.final State
AbstractEntityTableModel.orderQueryBySortOrder()
EntityTableModel.orderQueryBySortOrder()
Specifies whether the currentFilterModel.sort()
order is used as a basis for theEntityQueryModel
order by clause.EntityEditModel.EditorValue.persist()
Returns aState
controlling whether the last used value for this attribute should persist when defaults are set.final State
AbstractEntityEditModel.postEditEvents()
EntityEditModel.postEditEvents()
final State
AbstractEntityEditModel.readOnly()
EntityEditModel.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 State
AbstractEntityTableModel.removeDeleted()
EntityTableModel.removeDeleted()
EntitySearchModel.Settings.spaceAsWildcard()
final State
AbstractEntityEditModel.updateEnabled()
EntityEditModel.updateEnabled()
Disabling update causes an exception being thrown when updating.final State
AbstractEntityEditModel.updateMultipleEnabled()
EntityEditModel.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.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 anIllegalStateException
to be thrown when trying to modify its sorting 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 aState
instance controlling whether this model is locked or not.FilterTableSearchModel.regularExpression()
FilterTable.scrollToSelectedItem()
FilterTable.sortingEnabled()
Returns theState
for 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 newToggleControl.ToggleControlBuilder
instance, based on a copy of this control, using the given state.static ToggleControl
Creates 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
(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 State
EntityEditPanel.active()
final State
EntityApplicationPanel.alwaysOnTop()
protected final State
EntityEditComponentPanel.modifiedIndicator()
If set to true then component labels will indicate that the value is modified.final State
EntityTablePanel.summaryPanelVisible()
EntityEditComponentPanel.InputFocus.transferOnEnter()
If set to true then components created subsequently will transfer focus on enter, otherwise not.protected final State
EntityEditComponentPanel.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.collectChartData()
-
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.loggingEnabled()