com.vaadin.flow.component.

Annotation Type DomEvent

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      String value

      The name of the DOM event which should fire the annotated component event.

    • Optional Element Summary

      Optional Elements
      Modifier and Type Optional Element and Description
      DisabledUpdateMode allowUpdates

      Controls RPC for the listener when the element is disabled.

      DebounceSettings debounce

      The debounce settings to use with this event.

      String filter

      The filter expression to run in the browser to determine whether fired events should be passed to the server.