Package org.primefaces.model
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
-
Method Details
-
isLoaded
boolean isLoaded()
-