Interface TreeViewColumn.OnClicked

Enclosing class:
TreeViewColumn
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 TreeViewColumn.OnClicked
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the column's header has been clicked.
  • Method Details

    • onClicked

      void onClicked()
      Emitted when the column's header has been clicked.