com.vaadin.flow.component.internal.

Class AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T>

java.lang.Object
com.vaadin.flow.component.internal.AbstractFieldSupport<C,T>

Type Parameters:

C - the value change source type

T - the value type

All Implemented Interfaces:

Serializable

public class AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> extends Object implements Serializable

Encapsulates all the logic required for a typical field implementation. This reduces the risk of implementing logic changes in AbstractField but not in AbstractCompositeField, or vice versa.

For internal use only. May be renamed or removed in a future release.

Since:

1.0

Author:

Vaadin Ltd

See Also: