Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractNumberField<C extends AbstractNumberField<C,
T>, T extends Number> - Class in com.vaadin.flow.component.textfield -
Abstract base class for components based on
vaadin-number-fieldelement and its subclasses. - AbstractNumberField(SerializableFunction<String, T>, SerializableFunction<T, String>, double, double) - Constructor for class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets up the common logic for number fields.
- AbstractNumberFieldI18n - Interface in com.vaadin.flow.component.textfield
-
The internationalization properties for
AbstractNumberField. - ADDITIONAL_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Middle name.
- ADDRESS_LEVEL1 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Address level 1.
- ADDRESS_LEVEL2 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Address level 2.
- ADDRESS_LEVEL3 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Address level 3.
- ADDRESS_LEVEL4 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Address level 4.
- ADDRESS_LINE1 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Address line 1.
- ADDRESS_LINE2 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Address line 2.
- ADDRESS_LINE3 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Address line 3.
- addToInput(Component...) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Adds the given components as children of this component at the slot 'input'.
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Adds the given components as children of this component at the slot 'prefix'.
- addToSuffix(Component...) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Adds the given components as children of this component at the slot 'suffix'.
- addValidationStatusChangeListener(ValidationStatusChangeListener<BigDecimal>) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- addValidationStatusChangeListener(ValidationStatusChangeListener<T>) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- Autocapitalize - Enum Class in com.vaadin.flow.component.textfield
-
Capitalization options for the
autocapitalizeattribute. - AUTOCAPITALIZE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocapitalize
-
Name of @{code autocapitalize} attribute.
- Autocomplete - Enum Class in com.vaadin.flow.component.textfield
-
Values for the
autocompleteattribute. - AUTOCOMPLETE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocomplete
-
Name of @{code autocomplete} attribute.
- AUTOCORRECT_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Name of
autocorrectattribute.
B
- BDAY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Date of birth.
- BDAY_DAY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Day of birth.
- BDAY_MONTH - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Month of birth.
- BDAY_YEAR - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Year of birth.
- BigDecimalField - Class in com.vaadin.flow.component.textfield
-
BigDecimalField is an input field for handling decimal numbers with high precision.
- BigDecimalField() - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty
BigDecimalField. - BigDecimalField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<BigDecimalField, BigDecimal>>) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty
BigDecimalFieldwith a value change listener. - BigDecimalField(String) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty
BigDecimalFieldwith the given label. - BigDecimalField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<BigDecimalField, BigDecimal>>) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty
BigDecimalFieldwith a label and a value change listener. - BigDecimalField(String, String) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty
BigDecimalFieldwith the given label and placeholder text. - BigDecimalField(String, BigDecimal, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<BigDecimalField, BigDecimal>>) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty
BigDecimalFieldwith a label,a value change listener and an initial value. - BigDecimalField(String, BigDecimal, String) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs a
BigDecimalFieldwith the given label, an initial value and placeholder text. - BigDecimalField.BigDecimalFieldI18n - Class in com.vaadin.flow.component.textfield
-
The internationalization properties for
BigDecimalField. - BigDecimalFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
C
- CC_ADDITIONAL_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Middle name as given on the payment instrument.
- CC_CSC - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Security code for the payment instrument.
- CC_EXP - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Expiration date of the payment instrument.
- CC_EXP_MONTH - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Expiration month of the payment instrument.
- CC_EXP_YEAR - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Expiration year of the payment instrument.
- CC_FAMILY_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Last name as given on the payment instrument.
- CC_GIVEN_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
First name as given on the payment instrument.
- CC_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Full name as given on the payment instrument.
- CC_NUMBER - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Code identifying the payment instrument (e.g. the credit card number).
- CC_TYPE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Type of payment instrument (e.g.
- CHARACTERS - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Automatically capitalize all characters.
- com.vaadin.flow.component.textfield - package com.vaadin.flow.component.textfield
- COUNTRY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Country.
- COUNTRY_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Country name.
- CURRENT_PASSWORD - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Current password.
E
- EMAIL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
E-Mail address.
- EmailField - Class in com.vaadin.flow.component.textfield
-
Email Field is an extension of Text Field that only accepts email addresses as input.
- EmailField() - Constructor for class com.vaadin.flow.component.textfield.EmailField
-
Constructs an empty
EmailField. - EmailField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<EmailField, String>>) - Constructor for class com.vaadin.flow.component.textfield.EmailField
-
Constructs an empty
EmailFieldwith a value change listener. - EmailField(String) - Constructor for class com.vaadin.flow.component.textfield.EmailField
-
Constructs an empty
EmailFieldwith the given label. - EmailField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<EmailField, String>>) - Constructor for class com.vaadin.flow.component.textfield.EmailField
-
Constructs an empty
EmailFieldwith a value change listener and a label. - EmailField(String, String) - Constructor for class com.vaadin.flow.component.textfield.EmailField
-
Constructs an empty
EmailFieldwith the given label and placeholder text. - EmailField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<EmailField, String>>) - Constructor for class com.vaadin.flow.component.textfield.EmailField
-
Constructs a
EmailFieldwith a value change listener, a label and an initial value. - EmailField.EmailFieldI18n - Class in com.vaadin.flow.component.textfield
-
The internationalization properties for
EmailField. - EmailFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
F
- FAMILY_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Last name.
G
- getAriaLabel() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- getAriaLabelledBy() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- getAutocapitalize() - Method in interface com.vaadin.flow.component.textfield.HasAutocapitalize
-
Gets the
Autocapitalizefor indicating whether the value of this component can be automatically completed by the browser. - getAutocomplete() - Method in interface com.vaadin.flow.component.textfield.HasAutocomplete
-
Gets the
Autocompleteoption of the field. - getBadInputErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
-
Gets the error message displayed when the field contains user input that the server is unable to convert to type
Number. - getBadInputErrorMessage() - Method in class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
-
Gets the error message displayed when the field contains user input that the server is unable to convert to type
BigDecimal. - getBadInputErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Gets the error message displayed when the field contains user input that the server is unable to convert to type
Integer. - getBadInputErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Gets the error message displayed when the field contains user input that the server is unable to convert to type
Number. - getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.EmailField
- getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.PasswordField
- getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.TextArea
- getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.TextField
- getEmptyValue() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Returns the value that represents an empty value.
- getEmptyValue() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- getEmptyValue() - Method in class com.vaadin.flow.component.textfield.EmailField
- getEmptyValue() - Method in class com.vaadin.flow.component.textfield.PasswordField
- getEmptyValue() - Method in class com.vaadin.flow.component.textfield.TextArea
- getEmptyValue() - Method in class com.vaadin.flow.component.textfield.TextField
- getI18n() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class com.vaadin.flow.component.textfield.NumberField
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class com.vaadin.flow.component.textfield.TextField
-
Gets the internationalization object previously set for this component.
- getLocale() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Gets the locale used by this BigDecimalField.
- getMax() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the maximum value for the field.
- getMax() - Method in class com.vaadin.flow.component.textfield.NumberField
-
Gets the maximum value for this field.
- getMaxDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Gets the maximum value for this field.
- getMaxErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
-
Gets the error message displayed when the field value is greater than the maximum allowed value.
- getMaxErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Gets the error message displayed when the field value is greater than the maximum allowed value.
- getMaxErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Gets the error message displayed when the field value is greater than the maximum allowed value.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Gets the maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Gets the maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Gets the maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextField
-
Gets the maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Gets the error message displayed when the field value is longer than the maximum allowed length.
- getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Gets the error message displayed when the field value is longer than the maximum allowed length.
- getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Gets the error message displayed when the field value is longer than the maximum allowed length.
- getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Gets the error message displayed when the field value is longer than the maximum allowed length.
- getMaxRows() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Maximum number of rows to expand to before the component starts scrolling.
- getMin() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the minimum value for this field.
- getMin() - Method in class com.vaadin.flow.component.textfield.NumberField
-
Gets the minimum value for this field.
- getMinDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Gets the minimum value for this field.
- getMinErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
-
Gets the error message displayed when the field value is smaller than the minimum allowed value.
- getMinErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Gets the error message displayed when the field value is smaller than the minimum allowed value.
- getMinErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Gets the error message displayed when the field value is smaller than the minimum allowed value.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Gets the minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Gets the minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Gets the minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextField
-
Gests the minimum number of characters (in Unicode code points) that the user can enter.
- getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Gets the error message displayed when the field value is shorter than the minimum allowed length.
- getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Gets the error message displayed when the field value is shorter than the minimum allowed length.
- getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Gets the error message displayed when the field value is shorter than the minimum allowed length.
- getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Gets the error message displayed when the field value is shorter than the minimum allowed length.
- getMinRows() - Method in class com.vaadin.flow.component.textfield.TextArea
-
The minimum number of rows to show.
- getPattern() - Method in class com.vaadin.flow.component.textfield.EmailField
-
A regular expression that specifies a custom email format to use instead of the RFC 5322 standard format during validation.
- getPattern() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Gets the regular expression that the value is checked against during validation.
- getPattern() - Method in class com.vaadin.flow.component.textfield.TextArea
-
A regular expression that the value is checked against during validation.
- getPattern() - Method in class com.vaadin.flow.component.textfield.TextField
-
Gets the regular expression that the value is checked against during validation.
- getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Gets the error message displayed when the field value does not match the default email format, or alternatively, the custom format if provided with
EmailField.setPattern(String). - getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Gets the error message displayed when the field value does not match the pattern.
- getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Gets the error message displayed when the field value does not match the pattern.
- getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Gets the error message displayed when the field value does not match the pattern.
- getRequiredErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getStep() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the allowed number intervals for this field.
- getStep() - Method in class com.vaadin.flow.component.textfield.NumberField
-
Gets the allowed number intervals for this field.
- getStepDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Gets the allowed number intervals for this field.
- getStepErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
-
Gets the error message displayed when the field value is not a multiple of the step value.
- getStepErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Gets the error message displayed when the field value is not a multiple of the step value.
- getStepErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Gets the error message displayed when the field value is not a multiple of the step value.
- getTitle() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
The text usually displayed in a tooltip popup when the mouse is over the field.
- getValue() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Returns the current value of the number field.
- getValue() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Returns the current value of the field.
- getValue() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Returns the current value of the email field.
- getValue() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Returns the current value of the password field.
- getValue() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Returns the current value of the text area.
- getValue() - Method in class com.vaadin.flow.component.textfield.TextField
-
Returns the current value of the text field.
- getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- getValueChangeTimeout() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- getVariantName() - Method in enum class com.vaadin.flow.component.textfield.TextAreaVariant
-
Gets the variant name.
- getVariantName() - Method in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- GIVEN_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
First name.
H
- HasAutocapitalize - Interface in com.vaadin.flow.component.textfield
-
Mixin interface for fields with
autocapitalizeattribute. - HasAutocomplete - Interface in com.vaadin.flow.component.textfield
-
Mixin interface for fields with
autocompleteattribute. - HasAutocorrect - Interface in com.vaadin.flow.component.textfield
-
Mixin interface for fields with
autocorrectattribute. - HasPrefixAndSuffix - Interface in com.vaadin.flow.component.textfield
-
Deprecated.
- HONORIFIC_PREFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Prefix or title (e.g.
- HONORIFIC_SUFFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Suffix (e.g.
I
- IntegerField - Class in com.vaadin.flow.component.textfield
-
IntegerField is an extension of Text Field that only accepts integer numbers.
- IntegerField() - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerField. - IntegerField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<IntegerField, Integer>>) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerFieldwith a value change listener. - IntegerField(String) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerFieldwith the given label. - IntegerField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<IntegerField, Integer>>) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerFieldwith a value change listener and a label. - IntegerField(String, Integer, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<IntegerField, Integer>>) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs a
IntegerFieldwith a value change listener, a label and an initial value. - IntegerField(String, String) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerFieldwith the given label and placeholder text. - IntegerField.IntegerFieldI18n - Class in com.vaadin.flow.component.textfield
-
The internationalization properties for
IntegerField. - IntegerFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
- isAutocorrect() - Method in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Checks if the field has
autocorrectenabled. - isAutofocus() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Specify that this control should have input focus when the page loads.
- isAutoselect() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Specifies if the field value gets automatically selected when the field gains focus.
- isRequired() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Alias for
isRequiredIndicatorVisible() - isRequiredIndicatorVisible() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Gets whether the user is required to provide a value.
- isRevealButtonVisible() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Set to
falseto hide the eye icon which toggles the password visibility. - isStepButtonsVisible() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Gets whether the buttons for increasing/decreasing the value are visible.
L
- LANGUAGE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Preferred language; a valid BCP 47 language tag.
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
M
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
-
Deprecated.Since 24.7, the Material theme is deprecated and will be removed in Vaadin 25.
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
-
Deprecated.Since 24.7, the Material theme is deprecated and will be removed in Vaadin 25.
N
- NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Full name.
- NEW_PASSWORD - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
A new password (e.g. when creating an account or changing a password).
- NICKNAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Nickname.
- NONE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Completely disable automatic capitalization.
- NumberField - Class in com.vaadin.flow.component.textfield
-
Number Field sports many of the same features as Text Field but only accepts numeric input.
- NumberField() - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberField. - NumberField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<NumberField, Double>>) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberFieldwith a value change listener. - NumberField(String) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberFieldwith the given label. - NumberField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<NumberField, Double>>) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberFieldwith a value change listener and a label. - NumberField(String, Double, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<NumberField, Double>>) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs a
NumberFieldwith a value change listener, a label and an initial value. - NumberField(String, String) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberFieldwith the given label and placeholder text. - NumberField.NumberFieldI18n - Class in com.vaadin.flow.component.textfield
-
The internationalization properties for
NumberField. - NumberFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
O
- OFF - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
The user must explicitly enter a value into this field for every use, or the document provides its own autocomplete method.
- ON - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
The browser is allowed to automatically complete the value based on values that the user has entered during previous uses, however
ondoes not provide any further information about what kind of data the user might be expected to enter. - onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.EmailField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.PasswordField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.TextArea
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.TextField
- ORGANIZATION - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Organization.
- ORGANIZATION_TITLE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Job title (e.g.
P
- PasswordField - Class in com.vaadin.flow.component.textfield
-
Password Field is an input field for entering passwords.
- PasswordField() - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordField. - PasswordField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordFieldwith a value change listener. - PasswordField(String) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordFieldwith the given label. - PasswordField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordFieldwith a value change listener and a label. - PasswordField(String, String) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordFieldwith the given label and placeholder text. - PasswordField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs a
PasswordFieldwith a value change listener, a label and an initial value. - PasswordField.PasswordFieldI18n - Class in com.vaadin.flow.component.textfield
-
The internationalization properties for
PasswordField. - PasswordFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
- PHOTO - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Photograph, icon, or other image corresponding to the company, person, address, or contact information in the other fields associated with this field.
- POSTAL_CODE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Postal code.
S
- scrollToEnd() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Scrolls the textarea to the end if it has a vertical scrollbar.
- scrollToStart() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Scrolls the textarea to the start if it has a vertical scrollbar.
- SENTENCES - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Automatically capitalize the first letter of sentences.
- setAriaLabel(String) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- setAriaLabelledBy(String) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- setAutocapitalize(Autocapitalize) - Method in interface com.vaadin.flow.component.textfield.HasAutocapitalize
-
Sets the
Autocapitalizeattribute for indicating whether the value of this component can be automatically completed by the browser. - setAutocomplete(Autocomplete) - Method in interface com.vaadin.flow.component.textfield.HasAutocomplete
-
Sets the
Autocompleteattribute for indicating whether the value of this component can be automatically completed by the browser. - setAutocorrect(boolean) - Method in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Enable or disable
autocorrectfor the field. - setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Sets the whether the component should automatically receive focus when the page loads.
- setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Set to
trueto always have the field value automatically selected when the field gains focus,falseotherwise. - setBadInputErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
-
Sets the error message to display when the field contains user input that the server is unable to convert to type
BigDecimal. - setBadInputErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Sets the error message to display when the field contains user input that the server is unable to convert to type
Integer. - setBadInputErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Sets the error message to display when the field contains user input that the server is unable to convert to type
Number. - setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.EmailField
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.IntegerField
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.NumberField
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextArea
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextField
- setI18n(AbstractNumberFieldI18n) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the internationalization object for this component.
- setI18n(BigDecimalField.BigDecimalFieldI18n) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Sets the internationalization object for this component.
- setI18n(EmailField.EmailFieldI18n) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Sets the internationalization object for this component.
- setI18n(IntegerField.IntegerFieldI18n) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the internationalization object for this component.
- setI18n(NumberField.NumberFieldI18n) - Method in class com.vaadin.flow.component.textfield.NumberField
-
Sets the internationalization object for this component.
- setI18n(PasswordField.PasswordFieldI18n) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets the internationalization object for this component.
- setI18n(TextArea.TextAreaI18n) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the internationalization object for this component.
- setI18n(TextField.TextFieldI18n) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets the internationalization object for this component.
- setLabel(String) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- setLocale(Locale) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Sets the locale for this BigDecimalField.
- setManualValidation(boolean) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- setManualValidation(boolean) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- setManualValidation(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
- setManualValidation(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
- setManualValidation(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
- setManualValidation(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
- setMax(double) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the maximum value for this field.
- setMax(double) - Method in class com.vaadin.flow.component.textfield.NumberField
-
Sets the maximum value for this field.
- setMax(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the maximum value for the field.
- setMaxErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Sets the error message to display when the field value is greater than the maximum allowed value.
- setMaxErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Sets the error message to display when the field value is greater than the maximum allowed value.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Sets the maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets the maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets the maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Sets the error message to display when the field value is longer than the maximum allowed length.
- setMaxLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Sets the error message to display when the field value is longer than the maximum allowed length.
- setMaxLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Sets the error message to display when the field value is longer than the maximum allowed length.
- setMaxLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Sets the error message to display when the field value is longer than the maximum allowed length.
- setMaxRows(Integer) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the maximum number of rows to expand to before the component starts scrolling.
- setMin(double) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the minimum value for this field.
- setMin(double) - Method in class com.vaadin.flow.component.textfield.NumberField
-
Sets the minimum value for this field.
- setMin(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the minimum value for the field.
- setMinErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Sets the error message to display when the field value is smaller than the minimum allowed value.
- setMinErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Sets the error message to display when the field value is smaller than the minimum allowed value.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Sets the minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets the minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets the minimum number of characters (in Unicode code points) that the user can enter.
- setMinLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Sets the error message to display when the field value is shorter than the minimum allowed length.
- setMinLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Sets the error message to display when the field value is shorter than the minimum allowed length.
- setMinLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Sets the error message to display when the field value is shorter than the minimum allowed length.
- setMinLengthErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Sets the error message to display when the field value is shorter than the minimum allowed length.
- setMinRows(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the minimum number of rows to show.
- setModelValue(BigDecimal, boolean) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- setModelValue(T, boolean) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Sets a regular expression that specifies a custom email format.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets a regular expression for the value to pass during validation.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets a regular expression for the value to pass during validation.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets a regular expression for the value to pass during validation.
- setPatternErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Sets the error message to display when the field value does not match the default email format, or alternatively, the custom format if provided with
EmailField.setPattern(String). - setPatternErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Sets the error message to display when the field value does not match the pattern.
- setPatternErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Sets the error message to display when the field value does not match the pattern.
- setPatternErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Sets the error message to display when the field value does not match the pattern.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Alias for
setRequiredIndicatorVisible(boolean). - setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.IntegerField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Sets whether the user is required to provide a value.
- setRevealButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Set to
falseto hide the eye icon which toggles the password visibility. - setStep(double) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the allowed number intervals for this field.
- setStep(double) - Method in class com.vaadin.flow.component.textfield.NumberField
-
Sets the allowed number intervals for this field.
- setStep(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the allowed number intervals for this field.
- setStepButtonsVisible(boolean) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the visibility of the buttons for increasing/decreasing the value accordingly to the default or specified step.
- setStepErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Sets the error message to display when the field value is not a multiple of the step value.
- setStepErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
-
Sets the error message to display when the field value is not a multiple of the step value.
- setTitle(String) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
The text usually displayed in a tooltip popup when the mouse is over the field.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Sets the value of this email field.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets the value of this password field.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the value of this text area.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets the value of this text field.
- setValue(BigDecimal) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Sets the value of this field.
- setValue(T) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the value of this number field.
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- setValueChangeTimeout(int) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- SEX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Gender identity (e.g.
- STREET_ADDRESS - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Street address.
T
- TEL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Full telephone number, including country code.
- TEL_AREA_CODE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number area code.
- TEL_COUNTRY_CODE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number country code.
- TEL_EXTENSION - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, extension code.
- TEL_LOCAL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, local part.
- TEL_LOCAL_PREFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, local prefix.
- TEL_LOCAL_SUFFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, local suffix.
- TEL_NATIONAL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, without country code.
- TextArea - Class in com.vaadin.flow.component.textfield
-
Text Area is an input field component for multi-line text input.
- TextArea() - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextArea. - TextArea(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextArea, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextAreawith a value change listener. - TextArea(String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextAreawith the given label. - TextArea(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextArea, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextAreawith a label and a value change listener. - TextArea(String, String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextAreawith the given label and placeholder text. - TextArea(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextArea, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextAreawith a label, a value change listener and an initial value. - TextArea(String, String, String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs a
TextAreawith the given label, an initial value and placeholder text. - TextArea.TextAreaI18n - Class in com.vaadin.flow.component.textfield
-
The internationalization properties for
TextArea. - TextAreaI18n() - Constructor for class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
- TextAreaVariant - Enum Class in com.vaadin.flow.component.textfield
-
Set of theme variants applicable for
vaadin-text-areacomponent. - TextField - Class in com.vaadin.flow.component.textfield
-
Text Field allows the user to input and edit text.
- TextField() - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextField. - TextField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextFieldwith a value change listener. - TextField(String) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextFieldwith the given label. - TextField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextFieldwith a label and a value change listener. - TextField(String, String) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextFieldwith the given label and placeholder text. - TextField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextFieldwith a label,a value change listener and an initial value. - TextField(String, String, String) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs a
TextFieldwith the given label, an initial value and placeholder text. - TextField.TextFieldI18n - Class in com.vaadin.flow.component.textfield
-
The internationalization properties for
TextField. - TextFieldBase<TComponent extends TextFieldBase<TComponent,
TValue>, TValue> - Class in com.vaadin.flow.component.textfield -
Internal class that provides base functionality for input field components, such as
TextField. - TextFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
- TextFieldVariant - Enum Class in com.vaadin.flow.component.textfield
-
Set of theme variants applicable for the
TextFieldcomponent, as well as other components based on it. - TRANSACTION_AMOUNT - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Transaction amount.
- TRANSACTION_CURRENCY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Transaction currency.
U
- URL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Home page or other Web page corresponding to the company, person, address, or contact information in the other fields associated with this field.
- USERNAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Username.
V
- validate() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Validates the current value against the constraints and sets the
invalidproperty and theerrorMessageproperty based on the result. - validate() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Validates the current value against the constraints and sets the
invalidproperty and theerrorMessageproperty based on the result. - validate() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Validates the current value against the constraints and sets the
invalidproperty and theerrorMessageproperty based on the result. - validate() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Validates the current value against the constraints and sets the
invalidproperty and theerrorMessageproperty based on the result. - validate() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Validates the current value against the constraints and sets the
invalidproperty and theerrorMessageproperty based on the result. - validate() - Method in class com.vaadin.flow.component.textfield.TextField
-
Validates the current value against the constraints and sets the
invalidproperty and theerrorMessageproperty based on the result. - valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.TextAreaVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.TextFieldVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.textfield.TextAreaVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.textfield.TextFieldVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WORDS - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Automatically capitalize the first letter of words.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
HasPrefixandHasSuffixinterfaces instead.