Uses of Interface
com.vaadin.flow.component.HasValue
Packages that use HasValue
-
Uses of HasValue in com.vaadin.flow.component
Subinterfaces of HasValue in com.vaadin.flow.componentModifier and TypeInterfaceDescriptioninterfaceHasValueAndElement<E extends HasValue.ValueChangeEvent<V>,V> A component that has a value.Classes in com.vaadin.flow.component that implement HasValueModifier and TypeClassDescriptionclassAbstractCompositeField<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 HasValueModifier and TypeMethodDescriptionAbstractField.ComponentValueChangeEvent.getHasValue()HasValue.ValueChangeEvent.getHasValue()Constructors in com.vaadin.flow.component with parameters of type HasValueModifierConstructorDescriptionComponentValueChangeEvent(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 HasValueModifier and TypeClassDescriptionclassAbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>, T>, T> Encapsulates all the logic required for a typical field implementation.