Package com.vaadin.flow.component.textfield
-
Interface Summary Interface Description HasAutocapitalize Mixin interface for fields withautocapitalizeattribute.HasAutocomplete Mixin interface for fields withautocompleteattribute.HasAutocorrect Mixin interface for fields withautocorrectattribute.HasPrefixAndSuffix Mixin interface for text-field components that have prefix and suffix slots for inserting components. -
Class Summary Class Description AbstractNumberField<C extends AbstractNumberField<C,T>,T extends Number> Abstract base class for components based onvaadin-number-fieldelement and its subclasses.BigDecimalField BigDecimalField is an input field for handling decimal numbers with high precision.EmailField Email Field is an extension of Text Field that only accepts email addresses as input.GeneratedVaadinEmailField<R extends GeneratedVaadinEmailField<R,T>,T> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinNumberField<R extends GeneratedVaadinNumberField<R,T>,T> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinPasswordField<R extends GeneratedVaadinPasswordField<R,T>,T> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinTextArea<R extends GeneratedVaadinTextArea<R,T>,T> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinTextArea.ChangeEvent<R extends GeneratedVaadinTextArea<R,?>> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinTextArea.InvalidChangeEvent<R extends GeneratedVaadinTextArea<R,?>> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinTextField<R extends GeneratedVaadinTextField<R,T>,T> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinTextField.ChangeEvent<R extends GeneratedVaadinTextField<R,?>> Deprecated. since v23.3, generated classes will be removed in v24.GeneratedVaadinTextField.InvalidChangeEvent<R extends GeneratedVaadinTextField<R,?>> Deprecated. since v23.3, generated classes will be removed in v24.IntegerField IntegerField is an extension of Text Field that only accepts integer numbers.NumberField Number Field sports many of the same features as Text Field but only accepts numeric input.PasswordField Password Field is an input field for entering passwords.TextArea Text Area is an input field component for multi-line text input.TextField Text Field allows the user to input and edit text. -
Enum Summary Enum Description Autocapitalize Capitalization options for theautocapitalizeattribute.Autocomplete Values for theautocompleteattribute.TextAreaVariant Set of theme variants applicable forvaadin-text-areacomponent.TextFieldVariant Set of theme variants applicable for theTextFieldcomponent, as well as other components based on it.