Interface TreeView.OnRowExpanded

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.OnRowExpanded
  • Method Summary

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

    • onRowExpanded

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