Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.util.TreeNodeView

Packages that use TreeNodeView
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of TreeNodeView in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return types with arguments of type TreeNodeView
 List<TreeNodeView> TreeNodeView.getChildren()
           
 List<TreeNodeView> TreeView.getList()
           
 

Methods in com.liferay.portal.kernel.util with parameters of type TreeNodeView
 void TreeNodeView.addChild(TreeNodeView treeNodeView)
           
 

Method parameters in com.liferay.portal.kernel.util with type arguments of type TreeNodeView
 void TreeNodeView.setChildren(List<TreeNodeView> children)
           
 

Constructor parameters in com.liferay.portal.kernel.util with type arguments of type TreeNodeView
TreeView(List<TreeNodeView> list, int depth)
           
 


Liferay 6.1.2-ce-ga3