Uses of Interface
is.codion.common.value.Value
Packages that use Value
Package
Description
Condition related classes.
Selection related classes.
Summary related classes.
Propery related classes.
Task scheduling related classes.
See
State
and ObservableState
.Value
and 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:
FilterComboBoxModel.NULL_CAPTION
Component builder related classes.
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
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:
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:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
Package configuration values:
DomainGeneratorModel.DEFAULT_DOMAIN_PACKAGE
DomainGeneratorModel.DEFAULT_SOURCE_DIRECTORY
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
-
Uses of Value in is.codion.common.model.condition
Methods in is.codion.common.model.condition that return Value -
Uses of Value in is.codion.common.model.filter
Subinterfaces of Value in is.codion.common.model.filterModifier and TypeInterfaceDescriptionstatic interface
Controls which items should be visible.Methods in is.codion.common.model.filter that return Value -
Uses of Value in is.codion.common.model.selection
Subinterfaces of Value in is.codion.common.model.selectionModifier and TypeInterfaceDescriptionstatic interface
Manages the selected indexes.static interface
Manages the selected items.Methods in is.codion.common.model.selection that return Value -
Uses of Value in is.codion.common.model.summary
Methods in is.codion.common.model.summary that return Value -
Uses of Value in is.codion.common.property
Subinterfaces of Value in is.codion.common.propertyModifier and TypeInterfaceDescriptioninterface
A Value associated with a named property. -
Uses of Value in is.codion.common.scheduler
Methods in is.codion.common.scheduler that return Value -
Uses of Value in is.codion.common.state
Subinterfaces of Value in is.codion.common.stateModifier and TypeInterfaceDescriptioninterface
A class encapsulating a boolean state, non-nullable with null values translated to false. -
Uses of Value in is.codion.common.value
Subinterfaces of Value in is.codion.common.valueModifier and TypeInterfaceDescriptioninterface
ValueList<T>
An observable wrapper for a List of values.interface
Values<T,
C extends Collection<T>> An observable wrapper for one or more values.interface
ValueSet<T>
An observable wrapper for a Set of values.Classes in is.codion.common.value that implement ValueModifier and TypeClassDescriptionclass
An abstractValue
implementation handling everything except the value itself.Methods in is.codion.common.value that return ValueModifier and TypeMethodDescriptionValue.Builder.build()
static <T> Value
<T> Value.nonNull
(T nullValue) Creates a new non-nullValue
instance, using the given value as a null-substitute, usingValue.Notify.CHANGED
.static <T> Value
<T> Value.nullable()
Creates a new nullableValue
instance, wrapping a null initial value, usingValue.Notify.CHANGED
.static <T> Value
<T> Creates a new nullableValue
instance, wrapping the given initial value, usingValue.Notify.CHANGED
.Values.value()
Methods in is.codion.common.value with parameters of type ValueModifier and TypeMethodDescriptionfinal void
Links the given value to the resulting valuevoid
Creates a bidirectional link between this and the given original value, so that changes in one are reflected in the other.final void
void
Unlinks this value from the given original value -
Uses of Value in is.codion.framework.model
Subinterfaces of Value in is.codion.framework.modelModifier and TypeInterfaceDescriptionstatic interface
Provides edit access to anAttribute
value in the underlying entity being edited.static interface
Specifies an additional condition supplier.Methods in is.codion.framework.model that return ValueModifier and TypeMethodDescriptionEntitySearchModel.condition()
Controls the additional search condition supplier used when performing the next search data.EntityQueryModel.conditionEnabled()
It can be necessary to prevent the user from selecting too much data, when working with a large dataset.EntityQueryModel.AdditionalCondition.conjunction()
DefaultConjunction.AND
.EntityQueryModel.dataSource()
AValue
controlling the data source.EntityEditModel.EditorValue.defaultValue()
Returns theValue
instance controlling the default value supplier for the given attribute.EntitySearchModel.Selection.entity()
EntityQueryModel.limit()
Returns theValue
controlling the maximum number of rows to fetch, a null value means all rows should be fetchedEntitySearchModel.limit()
final Value
<EntityTableModel.OnInsert> AbstractEntityTableModel.onInsert()
EntityTableModel.onInsert()
EntityQueryModel.orderBy()
Controls the order by clause to use when selecting the data for this model.EntityEditModel.EntityEditor.Exists.predicate()
Controls the 'exists' predicate for thisEntityEditModel.EntityEditor.Exists
instance, which is responsible for providing the exists state of the underlying entity.EntityEditModel.EntityEditor.Modified.predicate()
Controls the 'modified' predicate for thisEntityEditModel.EntityEditor.Modified
instance, which is responsible for providing the modified state of the underlying entity.EntityEditModel.EntityEditor.validator()
Controls the validator used by this edit model. -
Uses of Value in is.codion.swing.common.model.component.combobox
Methods in is.codion.swing.common.model.component.combobox that return ValueModifier and TypeMethodDescription<V> Value
<V> FilterComboBoxModel.createSelector
(FilterComboBoxModel.ItemFinder<T, V> itemFinder) -
Uses of Value in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component with parameters of type ValueModifier and TypeMethodDescriptionstatic NumberField.Builder
<BigDecimal> Components.bigDecimalField
(Value<BigDecimal> linkedValue) static ItemComboBoxBuilder
<Boolean> Components.booleanComboBox
(Value<Boolean> linkedValue) static ItemComboBoxBuilder
<Boolean> Components.booleanComboBox
(FilterComboBoxModel<Item<Boolean>> comboBoxModel, Value<Boolean> linkedValue) static <B extends TextFieldBuilder<Character,
JTextField, B>>
TextFieldBuilder<Character, JTextField, B> Components.characterField
(Value<Character> linkedValue) static CheckBoxBuilder
static <B extends CheckBoxMenuItemBuilder<B>>
CheckBoxMenuItemBuilder<B> Components.checkBoxMenuItem
(Value<Boolean> linkedValue) static <T,
C extends JComboBox<T>, B extends ComboBoxBuilder<T, C, B>>
ComboBoxBuilder<T, C, B> Components.comboBox
(ComboBoxModel<T> comboBoxModel, Value<T> linkedValue) static NumberField.Builder
<Double> Components.doubleField
(Value<Double> linkedValue) static NumberSpinnerBuilder
<Double> Components.doubleSpinner
(Value<Double> linkedValue) static NumberSpinnerBuilder
<Double> Components.doubleSpinner
(SpinnerNumberModel spinnerNumberModel, Value<Double> linkedValue) static NumberField.Builder
<Integer> Components.integerField
(Value<Integer> linkedValue) static NumberSpinnerBuilder
<Integer> Components.integerSpinner
(Value<Integer> linkedValue) static NumberSpinnerBuilder
<Integer> Components.integerSpinner
(SpinnerNumberModel spinnerNumberModel, Value<Integer> linkedValue) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(FilterComboBoxModel<Item<T>> comboBoxModel, Value<T> linkedValue) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(List<Item<T>> values, Value<T> linkedValue) static <T> ItemSpinnerBuilder
<T> Components.itemSpinner
(SpinnerListModel spinnerModel, Value<T> linkedValue) static <T> ListSpinnerBuilder
<T> Components.listSpinner
(SpinnerListModel spinnerModel, Value<T> linkedValue) static TemporalField.Builder
<LocalDate> Components.localDateField
(Value<LocalDate> linkedValue) static TemporalFieldPanel.Builder
<LocalDate> Components.localDateFieldPanel
(Value<LocalDate> linkedValue) static TemporalField.Builder
<LocalDateTime> Components.localDateTimeField
(Value<LocalDateTime> linkedValue) Components.localDateTimeFieldPanel
(Value<LocalDateTime> linkedValue) static TemporalField.Builder
<LocalTime> Components.localTimeField
(Value<LocalTime> linkedValue) static TemporalFieldPanel.Builder
<LocalTime> Components.localTimeFieldPanel
(Value<LocalTime> linkedValue) static NumberField.Builder
<Long> static MaskedTextFieldBuilder
Components.maskedTextField
(Value<String> linkedValue) static TemporalField.Builder
<OffsetDateTime> Components.offsetDateTimeField
(Value<OffsetDateTime> linkedValue) static PasswordFieldBuilder
Components.passwordField
(Value<String> linkedValue) static RadioButtonBuilder
Components.radioButton
(Value<Boolean> linkedValue) static <B extends RadioButtonMenuItemBuilder<B>>
RadioButtonMenuItemBuilder<B> Components.radioButtonMenuItem
(Value<Boolean> linkedValue) static NumberField.Builder
<Short> Components.shortField
(Value<Short> linkedValue) static SliderBuilder
Components.slider
(BoundedRangeModel boundedRangeModel, Value<Integer> linkedValue) static <B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> Components.stringField
(Value<String> linkedValue) static <T extends Temporal>
TemporalField.Builder<T> Components.temporalField
(Class<T> temporalClass, Value<T> linkedValue) static <T extends Temporal>
TemporalFieldPanel.Builder<T> Components.temporalFieldPanel
(Class<T> valueClass, Value<T> linkedValue) static TextAreaBuilder
static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> static TextFieldPanel.Builder
Components.textFieldPanel
(Value<String> linkedValue) static TextPaneBuilder
static <B extends ToggleButtonBuilder<JToggleButton,
B>>
ToggleButtonBuilder<JToggleButton, B> Components.toggleButton
(Value<Boolean> linkedValue) -
Uses of Value in is.codion.swing.common.ui.component.builder
Methods in is.codion.swing.common.ui.component.builder with parameters of type ValueConstructors in is.codion.swing.common.ui.component.builder with parameters of type ValueModifierConstructorDescriptionprotected
AbstractComponentBuilder
(Value<T> linkedValue) Note that when a linked value is set via the constructor, it is considered locked and cannot be changed. -
Uses of Value in is.codion.swing.common.ui.component.button
Methods in is.codion.swing.common.ui.component.button with parameters of type ValueModifier and TypeMethodDescriptionstatic CheckBoxBuilder
static <B extends CheckBoxMenuItemBuilder<B>>
CheckBoxMenuItemBuilder<B> static RadioButtonBuilder
static <B extends RadioButtonMenuItemBuilder<B>>
RadioButtonMenuItemBuilder<B> static <C extends JToggleButton,
B extends ToggleButtonBuilder<C, B>>
ToggleButtonBuilder<C, B> -
Uses of Value in is.codion.swing.common.ui.component.combobox
Methods in is.codion.swing.common.ui.component.combobox with parameters of type ValueModifier and TypeMethodDescriptionstatic <T,
C extends JComboBox<T>, B extends ComboBoxBuilder<T, C, B>>
ComboBoxBuilder<T, C, B> ComboBoxBuilder.builder
(ComboBoxModel<T> comboBoxModel, Value<T> linkedValue) static <T> ItemComboBoxBuilder
<T> ItemComboBoxBuilder.builder
(FilterComboBoxModel<Item<T>> comboBoxModel, Value<T> linkedValue) static <T> ItemComboBoxBuilder
<T> Constructors in is.codion.swing.common.ui.component.combobox with parameters of type ValueModifierConstructorDescriptionprotected
DefaultComboBoxBuilder
(ComboBoxModel<T> comboBoxModel, Value<T> linkedValue) -
Uses of Value in is.codion.swing.common.ui.component.list
Methods in is.codion.swing.common.ui.component.list with parameters of type ValueModifier and TypeMethodDescriptionA JList builder, where the value is represented by the list items.ListBuilder.Factory.selectedItem
(Value<T> linkedValue) A single-selection JList builder, where the value is represented by the selected item.ListBuilder.Factory.selectedItems
(Value<List<T>> linkedValue) A multi selection JList builder, where the value is represented by the selected items. -
Uses of Value in is.codion.swing.common.ui.component.slider
Methods in is.codion.swing.common.ui.component.slider with parameters of type ValueModifier and TypeMethodDescriptionstatic SliderBuilder
SliderBuilder.builder
(BoundedRangeModel boundedRangeModel, Value<Integer> linkedValue) -
Uses of Value in is.codion.swing.common.ui.component.spinner
Methods in is.codion.swing.common.ui.component.spinner with parameters of type ValueModifier and TypeMethodDescriptionstatic <T> ItemSpinnerBuilder
<T> ItemSpinnerBuilder.builder
(SpinnerListModel spinnerModel, Value<T> linkedValue) static <T> ListSpinnerBuilder
<T> ListSpinnerBuilder.builder
(SpinnerListModel spinnerModel, Value<T> linkedValue) static <T extends Number>
NumberSpinnerBuilder<T> NumberSpinnerBuilder.builder
(SpinnerNumberModel spinnerNumberModel, Class<T> valueClass, Value<T> linkedValue) -
Uses of Value in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return ValueModifier and TypeMethodDescriptionFilterTable.centerOnScroll()
FilterTable.doubleClick()
TheAction
is only triggered if enabled.FilterTableSearchModel.predicate()
FilterTableSearchModel.searchString()
ConditionPanel.view()
TableConditionPanel.view()
-
Uses of Value in is.codion.swing.common.ui.component.text
Classes in is.codion.swing.common.ui.component.text that implement ValueModifier and TypeClassDescriptionclass
AbstractTextComponentValue<T,
C extends JTextComponent> An abstractComponentValue
implementation for a text component.Methods in is.codion.swing.common.ui.component.text that return ValueMethods in is.codion.swing.common.ui.component.text with parameters of type ValueModifier and TypeMethodDescriptionstatic MaskedTextFieldBuilder
static <T extends Number>
NumberField.Builder<T> static PasswordFieldBuilder
static <T extends Temporal>
TemporalField.Builder<T> A builder forTemporalField
.static <T extends Temporal>
TemporalFieldPanel.Builder<T> static TextAreaBuilder
static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> static TextFieldPanel.Builder
static TextPaneBuilder
-
Uses of Value in is.codion.swing.common.ui.component.value
Subinterfaces of Value in is.codion.swing.common.ui.component.valueModifier and TypeInterfaceDescriptioninterface
ComponentValue<T,
C extends JComponent> AValue
represented by an input component of some sort.Classes in is.codion.swing.common.ui.component.value that implement ValueModifier and TypeClassDescriptionclass
AbstractComponentValue<T,
C extends JComponent> An abstract base implementation ofComponentValue
. -
Uses of Value in is.codion.swing.common.ui.control
Methods in is.codion.swing.common.ui.control that return ValueModifier and TypeMethodDescriptionControlMap.control
(ControlKey<T> controlKey) ControlKey.defaultKeystroke()
Note that changing the default keystroke has no effect on already initialized components.ControlMap.keyStroke
(ControlKey<?> controlKey) ToggleControl.value()
Methods in is.codion.swing.common.ui.control that return types with arguments of type ValueMethods in is.codion.swing.common.ui.control with parameters of type ValueModifier and TypeMethodDescriptionReturns a newToggleControl.ToggleControlBuilder
instance, based on a copy of this control, using the given value.static ToggleControl
Creates a new ToggleControl based on the given value -
Uses of Value in is.codion.swing.common.ui.layout
Fields in is.codion.swing.common.ui.layout declared as Value -
Uses of Value in is.codion.swing.framework.model.component
Methods in is.codion.swing.framework.model.component that return ValueModifier and TypeMethodDescriptionEntityComboBoxModel.condition()
Controls the condition supplier used when querying data, setting this to null reverts to the condition specifying all underlying entities.<T> Value
<T> EntityComboBoxModel.createSelectorValue
(Attribute<T> attribute) Creates aValue
linked to the selected entity via the value of the given attribute.EntityComboBoxModel.Filter.predicate()
Controls the additional filter predicate, which is tested for items that pass all foreign key filters -
Uses of Value in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return ValueModifier and TypeMethodDescriptionprotected final Value
<JComponent> EntityEditPanel.control
(ControlKey<T> controlKey) EntityPanel.control
(ControlKey<T> controlKey) EntityTablePanel.control
(ControlKey<T> controlKey) final Value
<EntityPanel.PanelState> EntityPanel.editPanelState()
default Value
<EntityPanel.PanelState> EntityPanel.DetailController.panelState
(EntityPanel detailPanel) Note that the detail panel state may be shared between detail panels, as they may be displayed in a shared window.Methods in is.codion.swing.framework.ui that return types with arguments of type ValueModifier and TypeMethodDescriptionprotected final Map
<Attribute<?>, Value<JComponent>> EntityEditComponentPanel.components()
Method parameters in is.codion.swing.framework.ui with type arguments of type ValueModifier and TypeMethodDescriptionEntityEditPanel.Config.keyStroke
(ControlKey<?> controlKey, Consumer<Value<KeyStroke>> keyStroke) EntityPanel.Config.keyStroke
(ControlKey<?> controlKey, Consumer<Value<KeyStroke>> keyStroke) EntityTablePanel.Config.keyStroke
(ControlKey<?> controlKey, Consumer<Value<KeyStroke>> keyStroke) -
Uses of Value in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component with parameters of type ValueModifier and TypeMethodDescriptionstatic EntityComboBox.Builder
EntityComboBox.builder
(EntityComboBoxModel comboBoxModel, Value<Entity> linkedValue) Instantiates a newEntityComboBox
builderstatic EntityComboBoxPanel.Builder
EntityComboBoxPanel.builder
(EntityComboBoxModel comboBoxModel, Supplier<EntityEditPanel> editPanel, Value<Entity> linkedValue) -
Uses of Value in is.codion.tools.generator.model
Methods in is.codion.tools.generator.model that return ValueModifier and TypeMethodDescriptionDomainGeneratorModel.apiSearchValue()
DomainGeneratorModel.domainPackage()
DomainGeneratorModel.implSearchValue()
DomainGeneratorModel.sourceDirectory()
-
Uses of Value in is.codion.tools.loadtest
Methods in is.codion.tools.loadtest that return ValueModifier and TypeMethodDescriptionLoadTest.applicationBatchSize()
LoadTest.loginDelayFactor()
This value controls the factor with which to multiply the think time when logging in, this helps spread the application logins when creating a batch of application.LoadTest.maximumThinkTime()
LoadTest.minimumThinkTime()
LoadTest.user()
-
Uses of Value in is.codion.tools.monitor.model
Methods in is.codion.tools.monitor.model that return ValueModifier and TypeMethodDescriptionServerMonitor.connectionLimit()
ClientUserMonitor.idleConnectionTimeout()
ServerMonitor.logLevel()
ConnectionPoolMonitor.maximumCheckOutTime()
ConnectionPoolMonitor.maximumPoolSize()
ConnectionPoolMonitor.minimumPoolSize()
ConnectionPoolMonitor.poolCleanupInterval()
ConnectionPoolMonitor.pooledConnectionTimeout()
ClientUserMonitor.updateInterval()
ConnectionPoolMonitor.updateInterval()
DatabaseMonitor.updateInterval()
ServerMonitor.updateInterval()