Uses of Interface
is.codion.swing.common.ui.component.text.TextFieldBuilder
Packages that use TextFieldBuilder
Package
Description
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
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
-
Uses of TextFieldBuilder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component with type parameters of type TextFieldBuilderModifier and TypeMethodDescriptionstatic <B extends TextFieldBuilder<Character,
JTextField, B>>
TextFieldBuilder<Character, JTextField, B> Components.characterField()
static <B extends TextFieldBuilder<Character,
JTextField, B>>
TextFieldBuilder<Character, JTextField, B> Components.characterField
(Value<Character> linkedValue) static <B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> Components.stringField()
static <B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> Components.stringField
(Value<String> linkedValue) static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> Methods in is.codion.swing.common.ui.component that return TextFieldBuilderModifier and TypeMethodDescriptionstatic <B extends TextFieldBuilder<Character,
JTextField, B>>
TextFieldBuilder<Character, JTextField, B> Components.characterField()
static <B extends TextFieldBuilder<Character,
JTextField, B>>
TextFieldBuilder<Character, JTextField, B> Components.characterField
(Value<Character> linkedValue) static <B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> Components.stringField()
static <B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> Components.stringField
(Value<String> linkedValue) static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> -
Uses of TextFieldBuilder in is.codion.swing.common.ui.component.text
Classes in is.codion.swing.common.ui.component.text with type parameters of type TextFieldBuilderModifier and TypeInterfaceDescriptioninterface
TextFieldBuilder<T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>> Builds a JTextField.Subinterfaces of TextFieldBuilder in is.codion.swing.common.ui.component.textModifier and TypeInterfaceDescriptionstatic interface
NumberField.Builder<T extends Number>
Builds a NumberFieldinterface
Builds a JPasswordField.static interface
TemporalField.Builder<T extends Temporal>
A builder forTemporalField
.Methods in is.codion.swing.common.ui.component.text with type parameters of type TextFieldBuilderModifier and TypeMethodDescriptionstatic <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> Methods in is.codion.swing.common.ui.component.text that return TextFieldBuilderModifier and TypeMethodDescriptionstatic <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> static <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> Method parameters in is.codion.swing.common.ui.component.text with type arguments of type TextFieldBuilderModifier and TypeMethodDescriptionFileInputPanel.Builder.filePathField
(Consumer<TextFieldBuilder<String, JTextField, ?>> filePathField) The field has already been rendered non-editable, useTextComponentBuilder.editable(boolean)
to revert. -
Uses of TextFieldBuilder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with type parameters of type TextFieldBuilderModifier and TypeMethodDescriptionprotected final <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> EntityEditComponentPanel.createTextField
(Attribute<T> attribute) Creates a builder for text fields.protected final <B extends TextFieldBuilder<Entity,
JTextField, B>>
TextFieldBuilder<Entity, JTextField, B> EntityEditComponentPanel.createTextField
(ForeignKey foreignKey) Creates a builder for a read-only, non-focusable foreign key text field.Methods in is.codion.swing.framework.ui that return TextFieldBuilderModifier and TypeMethodDescriptionprotected final <T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> EntityEditComponentPanel.createTextField
(Attribute<T> attribute) Creates a builder for text fields.protected final <B extends TextFieldBuilder<Entity,
JTextField, B>>
TextFieldBuilder<Entity, JTextField, B> EntityEditComponentPanel.createTextField
(ForeignKey foreignKey) Creates a builder for a read-only, non-focusable foreign key text field. -
Uses of TextFieldBuilder in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component with type parameters of type TextFieldBuilderModifier and TypeMethodDescription<B extends TextFieldBuilder<Integer,
NumberField<Integer>, B>>
TextFieldBuilder<Integer, NumberField<Integer>, B> EntityComboBox.integerSelectorField
(Attribute<Integer> attribute) Creates aTextFieldBuilder
returning aNumberField
which value is bound to the selected value in this combo box<B extends TextFieldBuilder<Integer,
NumberField<Integer>, B>>
TextFieldBuilder<Integer, NumberField<Integer>, B> EntityComboBox.integerSelectorField
(FilterComboBoxModel.ItemFinder<Entity, Integer> itemFinder) Creates aTextFieldBuilder
returning aNumberField
which value is bound to the selected value in this combo box<B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> EntityComboBox.stringSelectorField
(Attribute<String> attribute) Creates aTextFieldBuilder
returning a text field which value is bound to the selected value in this combo box<B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> EntityComboBox.stringSelectorField
(FilterComboBoxModel.ItemFinder<Entity, String> itemFinder) Creates aTextFieldBuilder
returning a text field which value is bound to the selected value in this combo box<T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> Creates a text field builder based on the given attribute.<B extends TextFieldBuilder<Entity,
JTextField, B>>
TextFieldBuilder<Entity, JTextField, B> EntityComponents.textField
(ForeignKey foreignKey) Methods in is.codion.swing.framework.ui.component that return TextFieldBuilderModifier and TypeMethodDescription<B extends TextFieldBuilder<Integer,
NumberField<Integer>, B>>
TextFieldBuilder<Integer, NumberField<Integer>, B> EntityComboBox.integerSelectorField
(Attribute<Integer> attribute) Creates aTextFieldBuilder
returning aNumberField
which value is bound to the selected value in this combo box<B extends TextFieldBuilder<Integer,
NumberField<Integer>, B>>
TextFieldBuilder<Integer, NumberField<Integer>, B> EntityComboBox.integerSelectorField
(FilterComboBoxModel.ItemFinder<Entity, Integer> itemFinder) Creates aTextFieldBuilder
returning aNumberField
which value is bound to the selected value in this combo box<B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> EntityComboBox.stringSelectorField
(Attribute<String> attribute) Creates aTextFieldBuilder
returning a text field which value is bound to the selected value in this combo box<B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> EntityComboBox.stringSelectorField
(FilterComboBoxModel.ItemFinder<Entity, String> itemFinder) Creates aTextFieldBuilder
returning a text field which value is bound to the selected value in this combo box<T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>>
TextFieldBuilder<T, C, B> Creates a text field builder based on the given attribute.<B extends TextFieldBuilder<Entity,
JTextField, B>>
TextFieldBuilder<Entity, JTextField, B> EntityComponents.textField
(ForeignKey foreignKey)