com.vaadin.flow.component.

Class AbstractField.ComponentValueChangeEvent<C extends Component,V>

    • Constructor Detail

      • ComponentValueChangeEvent

        public ComponentValueChangeEvent(C source,
                                         HasValue<?,V> hasValue,
                                         V oldValue,
                                         boolean fromClient)

        Creates a new component value change event.

        Parameters:

        source - the source component

        hasValue - the HasValue from which the value originates

        oldValue - the old value

        fromClient - whether the value change originated from the client