Interface HasTextValue

All Superinterfaces:
com.vaadin.flow.component.textfield.HasAutocomplete, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, Serializable, SpellCheck
All Known Implementing Classes:
ActionTextField, CurrencyField, GridSearchField, SearchField, TextArea, TextField, TreeSearchField

public interface HasTextValue extends com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasText, SpellCheck, com.vaadin.flow.component.textfield.HasAutocomplete
Interface representing a component that can have a textual value along with additional features like size, text transformation, spell check, and autocomplete.
Author:
Syam