| Package | Description |
|---|---|
| com.vaadin.flow.component |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasValue<E extends HasValue.ValueChangeEvent<V>,V>
A generic interface for field components and other user interface objects
that have a user-editable value.
|
static interface |
HasValue.ValueChangeListener<E extends HasValue.ValueChangeEvent<?>>
A listener for value change events.
|
interface |
HasValueAndElement<E extends HasValue.ValueChangeEvent<V>,V>
A component that has a value.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractField.ComponentValueChangeEvent<C extends Component,V>
Value change event fired by components.
|
Copyright © 2000–2024 Vaadin Ltd. All rights reserved.