com.tonbeller.wcf.tree
Interface TreeBounding

All Known Implementing Classes:
EnumBoundedTreeModelDecorator

public interface TreeBounding

reduces the number of children that are visible initially. When the user presses the "refresh" button, all children become visible.

Since:
May 2, 2006
Author:
av

Method Summary
 boolean isBounded(java.lang.Object parent)
          if true, instead of (+) or (-) a refresh symbol (o) is displayed to allow the user to refresh the children of the parent node.
 void unbound(java.lang.Object parent)
          called when the user presses the refresh symbol.
 

Method Detail

isBounded

public boolean isBounded(java.lang.Object parent)
if true, instead of (+) or (-) a refresh symbol (o) is displayed to allow the user to refresh the children of the parent node.


unbound

public void unbound(java.lang.Object parent)
called when the user presses the refresh symbol.