Interface TreeView.OnRowCollapsed

Enclosing class:
TreeView
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 TreeView.OnRowCollapsed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The given row has been collapsed (child nodes are hidden).
  • Method Details

    • onRowCollapsed

      void onRowCollapsed(@Nonnull TreeIter iter, @Nonnull TreePath path)
      The given row has been collapsed (child nodes are hidden).
      Parameters:
      iter - the tree iter of the collapsed row
      path - a tree path that points to the row