com.vaadin.flow.component.textfield.

Interface HasPrefixAndSuffix

All Superinterfaces:

HasElement, HasPrefix, HasSuffix, Serializable

All Known Implementing Classes:

AbstractNumberField, BigDecimalField, EmailField, IntegerField, NumberField, PasswordField, TextArea, TextField, TextFieldBase

@Deprecated public interface HasPrefixAndSuffix extends HasPrefix, HasSuffix
Deprecated.
since Vaadin 24, use HasPrefix and HasSuffix interfaces instead.

Mixin interface for text-field components that have prefix and suffix slots for inserting components.

Author:

Vaadin Ltd