Uses of Interface
is.codion.swing.common.ui.component.builder.ComponentValueBuilder
Packages that use ComponentValueBuilder
Package
Description
Component builder related classes.
Button and toggle button builders.
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
Image related components.
JLabel related classes.
List builders and selection utilities.
A field collecting a set of values through a wrapped component.
Progress bar builders.
Slider builders.
Spinner builders for various types.
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
TextFieldBuilder.SELECT_ALL_ON_FOCUS_GAINED
TemporalField.ADJUSTABLE
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.SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
EntityEditPanel.Config.VALID_INDICATOR
EntityEditPanel.Config.MODIFIED_INDICATOR
EntityEditPanel.Config.TEXT_FIELD_COLUMNS
EntityEditPanel.Config.MODIFIED_WARNING
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_VIEWER
EntityEditPanel.Config.INCLUDE_INSPECTOR
EntityEditPanel.Config.TRANSFER_FOCUS_ON_ENTER
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
EntityPanel.Config.EDIT_PANEL_CONSTRAINTS
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_VIEWER
EntityTablePanel.Config.INCLUDE_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.HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
EntitySearchField.SEARCH_PROGRESS_BAR_DELAY
DefaultEditComponent.TEXT_FIELD_COLUMNS
-
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.builder
Classes in is.codion.swing.common.ui.component.builder with type parameters of type ComponentValueBuilderModifier and TypeClassDescriptionclassAbstractComponentValueBuilder<C extends JComponent,T, B extends ComponentValueBuilder<C, T, B>> interfaceComponentValueBuilder<C extends JComponent,T, B extends ComponentValueBuilder<C, T, B>> UseComponentBuilder.build()to build a JComponent instance orbuildValue()to build aComponentValueinstance.
The component is available viaComponentValue.component()and the associatedComponentValueinstance is available via theCOMPONENT_VALUEclient property.Classes in is.codion.swing.common.ui.component.builder that implement ComponentValueBuilderModifier and TypeClassDescriptionclassAbstractComponentValueBuilder<C extends JComponent,T, B extends ComponentValueBuilder<C, T, B>> -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.button
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.buttonModifier and TypeInterfaceDescriptioninterfaceButtonBuilder<C extends AbstractButton,T, B extends ButtonBuilder<C, T, B>> Builds buttons.interfaceBuilds a JCheckBox that can be linked to non-nullable values.interfaceCheckBoxMenuItemBuilder<B extends CheckBoxMenuItemBuilder<B>>Builds a JCheckBoxMenuItem.interfaceMenuItemBuilder<B extends MenuItemBuilder<B>>Builds a JMenuItem.interfaceBuilds a NullableCheckBox for nullable boolean values.interfaceBuilds a JRadioButton.interfaceRadioButtonMenuItemBuilder<B extends RadioButtonMenuItemBuilder<B>>Builds a JRadioButtonMenuItem.interfaceToggleButtonBuilder<C extends JToggleButton,B extends ToggleButtonBuilder<C, B>> Builds a JToggleButton.interfaceToggleMenuItemBuilder<C extends JMenuItem,B extends ToggleMenuItemBuilder<C, B>> Builds a toggle menu item. -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.combobox
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.comboboxModifier and TypeInterfaceDescriptioninterfaceComboBoxBuilder<C extends JComboBox<T>,T, B extends ComboBoxBuilder<C, T, B>> Builds aJComboBox.interfaceBuilds a item combo box.Classes in is.codion.swing.common.ui.component.combobox that implement ComponentValueBuilderModifier and TypeClassDescriptionclassDefaultComboBoxBuilder<C extends JComboBox<T>,T, B extends ComboBoxBuilder<C, T, B>> -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.image
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.image -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.label
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.label -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.list
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.listModifier and TypeInterfaceDescriptionstatic interfaceFilterList.Builder<V,T, B extends FilterList.Builder<V, T, B>> Builds aFilterListinstance.static interfaceBuilds a JList, where the value is represented by the list items.static interfaceBuilds a single-selection JList, where the value is represented by the selected item.static interfaceBuilds a multi-selection JList, where the value is represented by the selected items. -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.multi
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.multiModifier and TypeInterfaceDescriptionstatic interfaceMultiInput.Builder<C extends JComponent,T> Builds aMultiInput. -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.progressbar
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.progressbar -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.slider
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.slider -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.spinner
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.spinnerModifier and TypeInterfaceDescriptioninterfaceA builder for JSpinner based on a list ofItems.interfaceA builder for JSpinner based on a list of values.interfaceNumberSpinnerBuilder<T extends Number>A builder for number based JSpinnerinterfaceSpinnerBuilder<T,B extends SpinnerBuilder<T, B>> A builder for JSpinner. -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.component.text
Subinterfaces of ComponentValueBuilder in is.codion.swing.common.ui.component.textModifier and TypeInterfaceDescriptionstatic interfaceBuilds aFileInputinterfaceBuilds a formatted text field.static interfaceNumberField.Builder<T extends Number>Builds a NumberFieldinterfaceBuilds a JPasswordField.static interfaceTemporalField.Builder<T extends Temporal>A builder forTemporalField.static interfaceTemporalInput.Builder<T extends Temporal>Builds aTemporalInputinterfaceBuilds a JTextArea.interfaceTextComponentBuilder<C extends JTextComponent,T, B extends TextComponentBuilder<C, T, B>> A builder for text components.interfaceTextFieldBuilder<C extends JTextField,T, B extends TextFieldBuilder<C, T, B>> Builds a JTextField.static interfaceA builder forTextInput.interfaceBuilds a JTextPane. -
Uses of ComponentValueBuilder in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog with parameters of type ComponentValueBuilderModifier and TypeMethodDescription<T> InputDialogBuilder<T> InputDialogBuilder.ComponentStep.component(ComponentValueBuilder<?, T, ?> componentBuilder) -
Uses of ComponentValueBuilder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with type parameters of type ComponentValueBuilderModifier and TypeMethodDescription<C extends JComponent,B extends ComponentValueBuilder<C, T, B>>
BEditorComponents.EditorComponent.set(B componentBuilder) Associates the given component builder with this attribute, configuring it with standard defaults (caption, mnemonic, enabled state, focus transfer, tooltips, and valid/modified indicators) and linking it to the underlying editor value. -
Uses of ComponentValueBuilder in is.codion.swing.framework.ui.component
Subinterfaces of ComponentValueBuilder in is.codion.swing.framework.ui.componentModifier and TypeInterfaceDescriptionstatic interfaceBuilds aEntityComboBoxinstance.static interfaceA builder for aEntityComboBoxInputstatic interfaceBuilds an entity search field.static interfaceA builder for aEntitySearchInputMethods in is.codion.swing.framework.ui.component with type parameters of type ComponentValueBuilderModifier and TypeMethodDescription<C extends JComponent,T, B extends ComponentValueBuilder<C, T, B>>
ComponentValueBuilder<C, T, B> Returns aComponentBuilderinstance for a default input component for the given attribute.Methods in is.codion.swing.framework.ui.component that return ComponentValueBuilderModifier and TypeMethodDescription<C extends JComponent,T, B extends ComponentValueBuilder<C, T, B>>
ComponentValueBuilder<C, T, B> Returns aComponentBuilderinstance for a default input component for the given attribute.ComponentValueBuilder<FileInput, byte[], FileInput.Builder<byte[]>> EntityComponents.fileByteArrayInput(Attribute<byte[]> attribute) Creates a byte array basedFileInputbuilder based on the given attribute.