org.apache.myfaces.trinidaddemo
Class TreeNodeImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeNodeImpl
public TreeNodeImpl()
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.