com.vaadin.flow.component.

Interface BlurNotifier<T extends Component>

Type Parameters:

T - the type of the component returned at the ComponentEvent.getSource()

All Superinterfaces:

Serializable

All Known Subinterfaces:

Focusable<T>

All Known Implementing Classes:

AbstractNumberField, Anchor, BigDecimalField, Button, Checkbox, CollaborationMessageInput, ComboBox, ComboBoxBase, CrudGrid, CustomField, DatePicker, DateTimePicker, DrawerToggle, EmailField, Grid, GridPro, HtmlObject, Input, IntegerField, MessageInput, MultiSelectComboBox, NativeButton, NumberField, PasswordField, RangeInput, RouterLink, Scroller, Select, TextArea, TextField, TextFieldBase, TimePicker, TreeGrid, VirtualList

public interface BlurNotifier<T extends Component> extends Serializable

Mixin interface to handle blur events on components.

Since:

1.0