com.vaadin.flow.component.

Interface HasValue.ValueChangeEvent<V>

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      HasValue<?,V> getHasValue() 
      V getOldValue()

      Returns the value of the source before this value change event occurred.

      V getValue()

      Returns the new value that triggered this value change event.

      boolean isFromClient()

      Checks if this event originated from the client side.

    • Method Detail

      • isFromClient

        boolean isFromClient()

        Checks if this event originated from the client side.

        Returns:

        true if the event originated from the client side, false otherwise

      • getOldValue

        V getOldValue()

        Returns the value of the source before this value change event occurred.

        Returns:

        the value previously held by the source of this event

      • getValue

        V getValue()

        Returns the new value that triggered this value change event.

        Returns:

        the new value