Annotation Interface DebounceSettings


public @interface DebounceSettings
Debounce settings for declaratively defined client-side event handlers.
Since:
1.0
Author:
Vaadin Ltd
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets an array of debounce phases for which the event should be sent to the server.
    int
    Gets the debounce timeout to use.
  • Element Details

    • timeout

      int timeout
      Gets the debounce timeout to use.
      Returns:
      the debounce timeout in milliseconds, or 0 to disable debouncing.
    • phases

      DebouncePhase[] phases
      Gets an array of debounce phases for which the event should be sent to the server. There must be at least one phase.
      Returns:
      an array of debounce phases
      See Also: