Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.data.binder | |
com.vaadin.flow.data.selection |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractField.ComponentValueChangeEvent<C extends Component,V>
Value change event fired by components.
|
Modifier and Type | Method and 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) |
Modifier and Type | Class and 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.
|
Copyright © 2018. All rights reserved.