org.apache.myfaces.trinidaddemo
Class InfiniteTree.Bean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.InfiniteTree.Bean
Enclosing class:
InfiniteTree

public final class InfiniteTree.Bean
extends Object


Constructor Summary
InfiniteTree.Bean(int index)
           
 
Method Summary
 String action()
           
 int getDepth()
           
 int getIndex()
           
 List<InfiniteTree.Bean> getKids()
           
 String getLabel()
           
 String getNodeType()
           
 String getParentLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfiniteTree.Bean

public InfiniteTree.Bean(int index)
Method Detail

action

public String action()

getLabel

public String getLabel()

getParentLabel

public String getParentLabel()

getIndex

public int getIndex()

getDepth

public int getDepth()

getKids

public List<InfiniteTree.Bean> getKids()

getNodeType

public String getNodeType()


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