Uses of Interface
com.vaadin.flow.component.HasValue
Packages that use HasValue
Package
Description
-
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.clipboard
Methods in com.vaadin.flow.component.clipboard with type parameters of type HasValueModifier and TypeMethodDescription<C extends Component & HasValue<?,String>>
ClipboardContentClipboardContent.text(C source) Sets the plain text to be written to the clipboard, taken from thevalueproperty of the given component (typically an input field).ClipboardBinding.writeText(C source) Copies the currentvalueproperty of the given component (typically an input field) to the clipboard astext/plainwhen the underlying trigger fires.ClipboardBinding.writeText(C source, SerializableConsumer<@Nullable String> onCopied, SerializableConsumer<PromiseAction.Error> onError) LikeClipboardBinding.writeText(Component)but reports the outcome back to the server. -
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.