We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.component.HasValue.ValueChangeEvent
Packages that use HasValue.ValueChangeEvent
Package
Description
-
Uses of HasValue.ValueChangeEvent in com.vaadin.flow.component
Classes in com.vaadin.flow.component with type parameters of type HasValue.ValueChangeEventModifier and TypeInterfaceDescriptioninterface
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.ValueChangeEventModifier and TypeClassDescriptionstatic 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.ValueChangeEventModifier and TypeMethodDescriptionRichTextEditor.asDelta()
Gets an instance of
HasValue
for the editor in the Quill Delta format.RichTextEditor.asHtml()
Gets an instance of
HasValue
for the editor in the HTML format. -
Uses of HasValue.ValueChangeEvent in com.vaadin.flow.data.binder
Method parameters in com.vaadin.flow.data.binder with type arguments of type HasValue.ValueChangeEventModifier and TypeMethodDescriptionBinder.addValueChangeListener
(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<?>> listener) Adds field value change listener to all the fields in the binder.
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.ValueChangeEventModifier and TypeClassDescriptionclass
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.