Interface DisablePaste

All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable
All Known Implementing Classes:
ActionTextField, BigDecimalField, CustomTextField, DoubleField, FreeFormatField, IntegerField, LongField, NumericField, SearchField, TextField
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DisablePaste extends com.vaadin.flow.component.HasElement
Method implementation for disabling paste feature in fields.
Author:
Syam