org.apache.myfaces.trinidaddemo
Class TreeNodeImpl

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.TreeNodeImpl
All Implemented Interfaces:
Serializable

public class TreeNodeImpl
extends Object
implements Serializable

A basic implementation of TreeNode that exposes the extra magic keys that will be requested by the tree renderer.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-demo/src/main/java/oracle/adfdemo/view/faces/TreeNodeImpl.java#1 $) $Date: 16-aug-2005.15:12:29 $
See Also:
Serialized Form

Constructor Summary
TreeNodeImpl()
           
 
Method Summary
 List<TreeNodeImpl> getChildren()
           
 String getDestination()
           
 String getIcon()
           
 String getNodeType()
           
 String getText()
           
 void setChildren(List<TreeNodeImpl> nodes)
           
 void setDestination(String destination)
           
 void setIcon(String icon)
           
 void setNodeType(String nodeType)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeNodeImpl

public TreeNodeImpl()
Method Detail

getText

public String getText()

setText

public void setText(String text)

getIcon

public String getIcon()

setIcon

public void setIcon(String icon)

getDestination

public String getDestination()

setDestination

public void setDestination(String destination)

setChildren

public void setChildren(List<TreeNodeImpl> nodes)

getChildren

public List<TreeNodeImpl> getChildren()

getNodeType

public String getNodeType()

setNodeType

public void setNodeType(String nodeType)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.