Interface ComboBox.OnPopdown

Enclosing class:
ComboBox
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 ComboBox.OnPopdown
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Emitted to popdown the combo box list.
  • Method Details

    • onPopdown

      boolean onPopdown()
      Emitted to popdown the combo box list.

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

      The default bindings for this signal are Alt+Up and Escape.
      Returns: