Uses of Interface
is.codion.swing.common.ui.component.text.NumberField.Builder
Packages that use NumberField.Builder
Package
Description
Base component utilities and builders.
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
TextFieldBuilder.SELECT_ALL_ON_FOCUS_GAINED
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 NumberField.Builder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component that return NumberField.BuilderModifier and TypeMethodDescriptionstatic NumberField.Builder<BigDecimal> Components.bigDecimalField()static NumberField.Builder<Double> Components.doubleField()static NumberField.Builder<Integer> Components.integerField()static NumberField.Builder<Long> Components.longField()static NumberField.Builder<Short> Components.shortField() -
Uses of NumberField.Builder in is.codion.swing.common.ui.component.text
Methods in is.codion.swing.common.ui.component.text that return NumberField.BuilderModifier and TypeMethodDescriptionNumberField.Builder.convertGroupingToDecimalSeparator(boolean convertGroupingToDecimalSeparator) Specifies whether the number field should convert a grouping separator symbol to a decimal separator symbol when typed.NumberField.Builder.decimalSeparator(char decimalSeparator) Set the decimal separator for this fieldNumberField.Builder.fractionDigits(int fractionDigits) NumberField.Builder.grouping(boolean grouping) Note that this is overridden byTextFieldBuilder.format(java.text.Format).NumberField.Builder.groupingSeparator(char groupingSeparator) NumberField.Builder.nullable(boolean nullable) Specifies whether theComponentValuecreated by this builder is nullable, default true.<T extends Number>
NumberField.Builder<T> NumberField.Builder.NumberClassStep.numberClass(Class<T> numberClass) NumberField.Builder.silentValidation(boolean silentValidation) -
Uses of NumberField.Builder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return NumberField.BuilderModifier and TypeMethodDescriptionprotected final NumberField.Builder<BigDecimal> EntityEditComponentPanel.createBigDecimalField(Attribute<BigDecimal> attribute) Creates a builder for big decimal fields.protected final NumberField.Builder<Double> EntityEditComponentPanel.createDoubleField(Attribute<Double> attribute) Creates a builder for double fields.protected final NumberField.Builder<Integer> EntityEditComponentPanel.createIntegerField(Attribute<Integer> attribute) Creates a builder for integer fields.protected final NumberField.Builder<Long> EntityEditComponentPanel.createLongField(Attribute<Long> attribute) Creates a builder for long fields. -
Uses of NumberField.Builder in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return NumberField.BuilderModifier and TypeMethodDescriptionEntityComponents.bigDecimalField(Attribute<BigDecimal> attribute) Creates aNumberFieldbuilder based on the given attribute.EntityComponents.doubleField(Attribute<Double> attribute) Creates aNumberFieldbuilder based on the given attribute.EntityComponents.integerField(Attribute<Integer> attribute) Creates aNumberFieldbuilder based on the given attribute.Creates aNumberFieldbuilder based on the given attribute.EntityComponents.shortField(Attribute<Short> attribute) Creates aNumberFieldbuilder based on the given attribute.