Uses of Interface
com.vaadin.flow.component.HasValue
-
Packages that use HasValue Package Description com.vaadin.flow.component com.vaadin.flow.component.internal -
-
Uses of HasValue in com.vaadin.flow.component
Subinterfaces of HasValue in com.vaadin.flow.component Modifier and Type Interface Description interfaceHasValueAndElement<E extends HasValue.ValueChangeEvent<V>,V>A component that has a value.Classes in com.vaadin.flow.component that implement HasValue Modifier and Type Class Description classAbstractCompositeField<C extends Component,S extends AbstractCompositeField<C,S,T>,T>An abstract field class that is backed by a composite component.classAbstractField<C extends AbstractField<C,T>,T>An abstract implementation of a field, or aComponentallowing user input.classAbstractSinglePropertyField<C extends AbstractField<C,T>,T>Abstract field that is based on a single element property.Methods in com.vaadin.flow.component that return HasValue Modifier and Type Method Description HasValue<?,V>AbstractField.ComponentValueChangeEvent. getHasValue()HasValue<?,V>HasValue.ValueChangeEvent. getHasValue()Constructors in com.vaadin.flow.component with parameters of type HasValue Constructor Description ComponentValueChangeEvent(C source, HasValue<?,V> hasValue, V oldValue, boolean fromClient)Creates a new component value change event. -
Uses of HasValue in com.vaadin.flow.component.internal
Classes in com.vaadin.flow.component.internal with type parameters of type HasValue Modifier and Type Class Description classAbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T>Encapsulates all the logic required for a typical field implementation.
-