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. 
com.liferay.portal.util This package defines the portal 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)
           
 

Uses of TreeNodeView in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type TreeNodeView
protected  void PortletListerImpl.iteratePortletCategories(TreeNodeView parentNodeView, List<PortletCategory> portletCategories, long parentId, int depth)
           
protected  void PortletListerImpl.iteratePortlets(TreeNodeView parentNodeView, PortletCategory portletCategory, Set<String> portletIds, int parentNodeId, int depth)
           
 


Liferay 6.1.2-ce-ga3