com.plumtree.uiinfrastructure.tree
Interface ITreeIterator

All Known Implementing Classes:
TreeCompositeIterator, TreeLeafIterator

public interface ITreeIterator

Author:
Don Hayler

Method Summary
 int GetCurrentClassID()
           
 java.lang.String GetCurrentEncodedName()
          Returns the encoded and truncated name.
 boolean GetCurrentForceSelectable()
           
 HTMLImg GetCurrentImage()
          This method returns an image for the current node.
 int GetCurrentObjectID()
           
 boolean GetCurrentSelected()
           
 int GetCurrentTreeNodeID()
           
 

Method Detail

GetCurrentClassID

int GetCurrentClassID()
Returns:

GetCurrentForceSelectable

boolean GetCurrentForceSelectable()
Returns:

GetCurrentImage

HTMLImg GetCurrentImage()
This method returns an image for the current node. This will automatically handle open and closed images. The alt tag should already be set on this image.

Returns:
HTMLImg the current image element

GetCurrentEncodedName

java.lang.String GetCurrentEncodedName()
Returns the encoded and truncated name.

Returns:

GetCurrentObjectID

int GetCurrentObjectID()
Returns:

GetCurrentSelected

boolean GetCurrentSelected()
Returns:

GetCurrentTreeNodeID

int GetCurrentTreeNodeID()
Returns:



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.