| Package | Description |
|---|---|
| com.vaadin.flow.component | |
| com.vaadin.flow.component.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasValueAndElement<E extends HasValue.ValueChangeEvent<V>,V>
A component that has a value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeField<C extends Component,S extends AbstractCompositeField<C,S,T>,T>
An abstract field class that is backed by a composite component.
|
class |
AbstractField<C extends AbstractField<C,T>,T>
An abstract implementation of a field, or a
Component allowing user
input. |
class |
AbstractSinglePropertyField<C extends AbstractField<C,T>,T>
Abstract field that is based on a single element property.
|
| Modifier and Type | Method and Description |
|---|---|
HasValue<?,V> |
HasValue.ValueChangeEvent.getHasValue() |
HasValue<?,V> |
AbstractField.ComponentValueChangeEvent.getHasValue() |
| Constructor and Description |
|---|
ComponentValueChangeEvent(C source,
HasValue<?,V> hasValue,
V oldValue,
boolean fromClient)
Creates a new component value change event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T>
Encapsulates all the logic required for a typical field implementation.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.