com.mycompany.jsf.component
Class UITree.NodeToggler

java.lang.Object
  extended bycom.mycompany.jsf.component.UITree.NodeToggler
Enclosing class:
UITree

public static class UITree.NodeToggler
extends java.lang.Object

A class with an action method that toggles the "expanded" property value of the current node. It's intended to be bound to command components used as the "closedNode" and "openNode" facets.


Field Summary
private  UITree tree
           
 
Constructor Summary
UITree.NodeToggler(UITree tree)
           
 
Method Summary
 java.lang.String toggleExpanded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree

private UITree tree
Constructor Detail

UITree.NodeToggler

public UITree.NodeToggler(UITree tree)
Method Detail

toggleExpanded

public java.lang.String toggleExpanded()