Interface LazyTreeNode

All Known Implementing Classes:
LazyDefaultTreeNode

public interface LazyTreeNode
Interface to mark different implementations of a TreeNode as lazy, so that our rowKey generation algorithm can skip unloaded nodes and skip triggering lazy loading.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isLoaded

      boolean isLoaded()