com.iplanet.jato.view
Interface TreeViewStateData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SimpleTreeViewStateData

public interface TreeViewStateData
extends java.io.Serializable

Allows abstract storage/modification of node state information for a TreeView. This interface is minimal in this version and will most likely change in the future.

Version:
JATO/1.2.2 $Id: TreeViewStateData.java,v 1.5 2002/03/16 03:26:41 todd Exp $

Method Summary
 boolean isNodeExpanded(java.lang.String nodeID)
          Checks if the specified node is in the expanded state
 void setNodeExpanded(java.lang.String nodeID, boolean value)
          Sets the specified node to the specified expanded state
 

Method Detail

isNodeExpanded

public boolean isNodeExpanded(java.lang.String nodeID)
Checks if the specified node is in the expanded state

setNodeExpanded

public void setNodeExpanded(java.lang.String nodeID,
                            boolean value)
Sets the specified node to the specified expanded state