Uses of Interface
is.codion.swing.common.ui.component.value.ComponentValue
Packages that use ComponentValue
Package
Description
Component builder related classes.
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
List box component implementations.
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
Component value binding implementations.
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 ComponentValue in is.codion.swing.common.ui.component.builder
Methods in is.codion.swing.common.ui.component.builder that return ComponentValueModifier and TypeMethodDescriptionfinal ComponentValue<C, T> AbstractComponentValueBuilder.buildValue()final ComponentValue<C, T> AbstractComponentValueBuilder.buildValue(@Nullable Consumer<ComponentValue<C, T>> onBuild) ComponentValueBuilder.buildValue()Builds and returns the component value.ComponentValueBuilder.buildValue(@Nullable Consumer<ComponentValue<C, T>> onBuild) Builds and returns the component value.protected abstract ComponentValue<C, T> AbstractComponentValueBuilder.createComponentValue(C component) Creates the component valueMethod parameters in is.codion.swing.common.ui.component.builder with type arguments of type ComponentValueModifier and TypeMethodDescriptionfinal ComponentValue<C, T> AbstractComponentValueBuilder.buildValue(@Nullable Consumer<ComponentValue<C, T>> onBuild) ComponentValueBuilder.buildValue(@Nullable Consumer<ComponentValue<C, T>> onBuild) Builds and returns the component value.final BAbstractComponentValueBuilder.onBuildValue(Consumer<ComponentValue<C, T>> onBuildValue) ComponentValueBuilder.onBuildValue(Consumer<ComponentValue<C, T>> onBuildValue) -
Uses of ComponentValue in is.codion.swing.common.ui.component.combobox
Methods in is.codion.swing.common.ui.component.combobox that return ComponentValueModifier and TypeMethodDescriptionprotected final ComponentValue<C, T> DefaultComboBoxBuilder.createComponentValue(C component) -
Uses of ComponentValue in is.codion.swing.common.ui.component.listbox
Methods in is.codion.swing.common.ui.component.listbox with parameters of type ComponentValueModifier and TypeMethodDescriptionListBoxBuilder.ItemValueStep.itemValue(ComponentValue<? extends JComponent, T> itemValue) -
Uses of ComponentValue in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return ComponentValueModifier and TypeMethodDescriptionComponentValue<? extends JComponent, T> FilterTableCellEditor.componentValue()Method parameters in is.codion.swing.common.ui.component.table with type arguments of type ComponentValueModifier and TypeMethodDescriptionFilterTableCellEditor.Builder.ComponentStep.component(Supplier<ComponentValue<? extends JComponent, T>> component) Creates a new defaultFilterTableCellEditor.Builderinstance. -
Uses of ComponentValue in is.codion.swing.common.ui.component.text
Classes in is.codion.swing.common.ui.component.text that implement ComponentValueModifier and TypeClassDescriptionclassAbstractTextComponentValue<C extends JTextComponent,T> An abstractComponentValueimplementation for a text component. -
Uses of ComponentValue in is.codion.swing.common.ui.component.value
Classes in is.codion.swing.common.ui.component.value that implement ComponentValueModifier and TypeClassDescriptionclassAbstractComponentValue<C extends JComponent,T> An abstract base implementation ofComponentValue. -
Uses of ComponentValue in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog with parameters of type ComponentValueModifier and TypeMethodDescription<T> InputDialogBuilder<T> InputDialogBuilder.ComponentStep.component(ComponentValue<?, T> componentValue) -
Uses of ComponentValue in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type ComponentValueModifier and TypeMethodDescriptionvoidEntityEditComponentPanel.EditorComponent.set(ComponentValue<? extends JComponent, T> componentValue) Sets the component and links the value with the underlying editor value -
Uses of ComponentValue in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return ComponentValueModifier and TypeMethodDescriptionDefaultEditComponentFactory.component(SwingEntityEditModel editModel) EditComponentFactory.component(SwingEntityEditModel editModel) Provides an inputComponentValuefor editing a single attribute value for one or more entities.