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
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
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Uses of ComponentValue in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component with parameters of type ComponentValueModifier and TypeMethodDescriptionstatic <T> ListBoxBuilder
<T> Components.listBox
(ComponentValue<T, ? extends JComponent> itemValue, ValueSet<T> linkedValue) Creates aJComboBox
basedComponentValue
instance, represented by the items in the combo box (as opposed to the selected item). -
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
<T, C> AbstractComponentBuilder.buildValue()
final ComponentValue
<T, C> AbstractComponentBuilder.buildValue
(Consumer<ComponentValue<T, C>> onBuild) ComponentBuilder.buildValue()
Builds and returns the component value.ComponentBuilder.buildValue
(Consumer<ComponentValue<T, C>> onBuild) Builds and returns the component value.protected abstract ComponentValue
<T, C> AbstractComponentBuilder.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
<T, C> AbstractComponentBuilder.buildValue
(Consumer<ComponentValue<T, C>> onBuild) ComponentBuilder.buildValue
(Consumer<ComponentValue<T, C>> onBuild) Builds and returns the component value.final B
AbstractComponentBuilder.onBuildValue
(Consumer<ComponentValue<T, C>> onBuildValue) ComponentBuilder.onBuildValue
(Consumer<ComponentValue<T, C>> 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
<T, C> 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 TypeMethodDescriptionstatic <T> ListBoxBuilder
<T> ListBoxBuilder.listBox
(ComponentValue<T, ? extends JComponent> itemValue, ValueSet<T> linkedValue) Creates aJComboBox
basedComponentValue
instance, represented by the items in the combo box (as opposed to the selected item). -
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
<T, ? extends JComponent> FilterTableCellEditor.componentValue()
Method parameters in is.codion.swing.common.ui.component.table with type arguments of type ComponentValueModifier and TypeMethodDescriptionstatic <T> FilterTableCellEditor
<T> FilterTableCellEditor.filterTableCellEditor
(Supplier<ComponentValue<T, ? extends JComponent>> inputComponent) Creates a new defaultFilterTableCellEditor
instance. -
Uses of ComponentValue in is.codion.swing.common.ui.component.text
Classes in is.codion.swing.common.ui.component.text that implement ComponentValueModifier and TypeClassDescriptionclass
AbstractTextComponentValue<T,
C extends JTextComponent> An abstractComponentValue
implementation 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 TypeClassDescriptionclass
AbstractComponentValue<T,
C extends JComponent> 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 TypeMethodDescriptionstatic <T> InputDialogBuilder
<T> Dialogs.inputDialog
(ComponentValue<T, ?> componentValue) -
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, T value) EditComponentFactory.component
(SwingEntityEditModel editModel, T value) Provides an inputComponentValue
for editing a single attribute value for one or more entities.