Schnittstelle ListBox.OnUnselectAll

Umschließende Klasse:
ListBox
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface ListBox.OnUnselectAll
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted to unselect all children of the box, if the selection
    mode permits it.
  • Methodendetails

    • onUnselectAll

      void onUnselectAll()
      Emitted to unselect all children of the box, if the selection
      mode permits it.

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

      The default binding for this signal is
      <kbd>Ctrl</kbd>-<kbd>Shift</kbd>-<kbd>a</kbd>.