Interface Popover.OnActivateDefault

Enclosing class:
Popover
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Popover.OnActivateDefault
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted whend the user activates the default widget.
  • Method Details

    • onActivateDefault

      void onActivateDefault()
      Emitted whend the user activates the default widget.

      This is a [keybinding signal](class.SignalAction.html).