org.ejtools.servlet.http.jsp.tagext.tree
Interface TreeRenderer

All Superinterfaces:
java.io.Serializable

public interface TreeRenderer
extends java.io.Serializable

Description of the Class

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 java.lang.String getDisplayName(java.lang.Object o)
          Gets the displayName attribute of the TreeRenderer object
 java.lang.String getIcon(java.lang.Object o)
          Gets the icon attribute of the TreeRenderer object
 

Method Detail

getIcon

public java.lang.String getIcon(java.lang.Object o)
Gets the icon attribute of the TreeRenderer object

Parameters:
o - Description of the Parameter
Returns:
The icon value

getDisplayName

public java.lang.String getDisplayName(java.lang.Object o)
Gets the displayName attribute of the TreeRenderer object

Parameters:
o - Description of the Parameter
Returns:
The displayName value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.