Package com.vaadin.flow.component.textfield
package com.vaadin.flow.component.textfield
-
ClassDescriptionAbstract base class for components based on
vaadin-number-fieldelement and its subclasses.The internationalization properties forAbstractNumberField.Capitalization options for theautocapitalizeattribute.Values for theautocompleteattribute.BigDecimalField is an input field for handling decimal numbers with high precision.The internationalization properties forBigDecimalField.Generated locator forBigDecimalField, derived fromTextFieldTester.Email Field is an extension of Text Field that only accepts email addresses as input.The internationalization properties forEmailField.Generated locator forEmailField, derived fromTextFieldTester.Mixin interface for fields withautocapitalizeattribute.Mixin interface for fields withautocompleteattribute.Mixin interface for fields withautocorrectattribute.IntegerField is an extension of Text Field that only accepts integer numbers.The internationalization properties forIntegerField.Generated locator forIntegerField, derived fromNumberFieldTester.Number Field sports many of the same features as Text Field but only accepts numeric input.The internationalization properties forNumberField.Generated locator forNumberField, derived fromNumberFieldTester.Tester for NumberField components.Password Field is an input field for entering passwords.The internationalization properties forPasswordField.Generated locator forPasswordField, derived fromTextFieldTester.Text Area is an input field component for multi-line text input.The internationalization properties forTextArea.Generated locator forTextArea, derived fromTextAreaTester.TextAreaTester<T extends TextArea>Tester for TextArea components.Set of theme variants applicable forvaadin-text-areacomponent.Text Field allows the user to input and edit text.The internationalization properties forTextField.Internal class that provides base functionality for input field components, such asTextField.Generated locator forTextField, derived fromTextFieldTester.Tester for TextField components.Set of theme variants applicable for theTextFieldcomponent, as well as other components based on it.