Uses of Interface
com.vaadin.flow.component.HasValue.ValueChangeEvent
-
Packages that use HasValue.ValueChangeEvent Package Description com.vaadin.flow.component com.vaadin.flow.component.richtexteditor com.vaadin.flow.data.binder com.vaadin.flow.data.selection -
-
Uses of HasValue.ValueChangeEvent in com.vaadin.flow.component
Classes in com.vaadin.flow.component with type parameters of type HasValue.ValueChangeEvent Modifier and Type Interface Description interface
HasValue<E extends HasValue.ValueChangeEvent<V>,V>
A generic interface for field components and other user interface objects that have a user-editable value.static interface
HasValue.ValueChangeListener<E extends HasValue.ValueChangeEvent<?>>
A listener for value change events.interface
HasValueAndElement<E extends HasValue.ValueChangeEvent<V>,V>
A component that has a value.Classes in com.vaadin.flow.component that implement HasValue.ValueChangeEvent Modifier and Type Class Description static class
AbstractField.ComponentValueChangeEvent<C extends Component,V>
Value change event fired by components. -
Uses of HasValue.ValueChangeEvent in com.vaadin.flow.component.richtexteditor
Methods in com.vaadin.flow.component.richtexteditor that return types with arguments of type HasValue.ValueChangeEvent Modifier and Type Method Description HasValue<HasValue.ValueChangeEvent<String>,String>
RichTextEditor. asHtml()
Gets an instance ofHasValue
for binding the html value of the editor withBinder
. -
Uses of HasValue.ValueChangeEvent in com.vaadin.flow.data.binder
Method parameters in com.vaadin.flow.data.binder with type arguments of type HasValue.ValueChangeEvent Modifier and Type Method Description Registration
Binder. addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<?>> listener)
Adds field value change listener to all the fields in the binder.Registration
ReadOnlyHasValue. addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<V>> listener)
-
Uses of HasValue.ValueChangeEvent in com.vaadin.flow.data.selection
Classes in com.vaadin.flow.data.selection that implement HasValue.ValueChangeEvent Modifier and Type Class Description class
MultiSelectionEvent<C extends Component,T>
Fired when the selection changes in a listing component that supports multiple item selection.class
SingleSelectionEvent<C extends Component,T>
Fired when the selection changes in a listing component.
-