org.openfaces.component.table
Class TreePath

java.lang.Object
  extended by org.openfaces.component.table.TreePath
All Implemented Interfaces:
java.io.Serializable

public class TreePath
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TreePath(java.lang.Object value, TreePath parentPath)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getLevel()
           
 TreePath getParentPath()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreePath

public TreePath(java.lang.Object value,
                TreePath parentPath)
Method Detail

getValue

public java.lang.Object getValue()

getParentPath

public TreePath getParentPath()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getLevel

public int getLevel()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.