Schnittstelle ListBox.OnSelectAll

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.OnSelectAll
  • Methodenübersicht

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

    • onSelectAll

      void onSelectAll()
      Emitted to select 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>a</kbd>.