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.
- 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.
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.
- 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.
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. - 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
- 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 allowed value of the field.
- getMax() - Method in class com.vaadin.flow.component.textfield.NumberField
-
The maximum value of the field.
- getMaxDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
The maximum value of the field.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- getMin() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the minimum allowed value of the field.
- getMin() - Method in class com.vaadin.flow.component.textfield.NumberField
-
The minimum value of the field.
- getMinDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
The minimum value of the field.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- getPattern() - Method in class com.vaadin.flow.component.textfield.EmailField
-
A regular expression that the value is checked against.
- getPattern() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
A regular expression that the value is checked against.
- getPattern() - Method in class com.vaadin.flow.component.textfield.TextArea
-
A regular expression that the value is checked against.
- getPattern() - Method in class com.vaadin.flow.component.textfield.TextField
-
A regular expression that the value is checked against.
- getStep() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the allowed number intervals of the field.
- getStep() - Method in class com.vaadin.flow.component.textfield.NumberField
-
Specifies the allowed number intervals of the field.
- getStepDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
The allowed number intervals of the field.
- 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. - 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
-
Determines whether the field is marked as input required.
- 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
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
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.
- 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.
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. - 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. - 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 of the field.
- setMax(double) - Method in class com.vaadin.flow.component.textfield.NumberField
- setMax(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the maximum value of the field.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMin(double) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the minimum value of the field.
- setMin(double) - Method in class com.vaadin.flow.component.textfield.NumberField
- setMin(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the minimum value of the field.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- 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 for the value to pass on the client-side.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets a regular expression for the value to pass on the client-side.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets a regular expression for the value to pass on the client-side.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets a regular expression for the value to pass on the client-side.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Specifies that the user must fill in a value.
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
- 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
- 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 of the field.
- setStep(double) - Method in class com.vaadin.flow.component.textfield.NumberField
-
Sets the allowed number intervals of the field.
- setStep(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the allowed number intervals of the 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.
- 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. - 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. - 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. - 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
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.TextField
-
Performs server-side validation of the current value and the validation constraints of the field, such as
TextField.setPattern(String). - 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.