Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class TreeView

java.lang.Object
  extended by com.liferay.portal.kernel.util.TreeView
All Implemented Interfaces:
Serializable

public class TreeView
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TreeView()
           
TreeView(List<TreeNodeView> list, int depth)
           
 
Method Summary
 int getDepth()
           
 List<TreeNodeView> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeView

public TreeView()

TreeView

public TreeView(List<TreeNodeView> list,
                int depth)
Method Detail

getDepth

public int getDepth()

getList

public List<TreeNodeView> getList()

Liferay 6.1.2-ce-ga3