Uses of Class
org.gcube.portlets.user.templates.client.model.TreeNode

Packages that use TreeNode
org.gcube.portlets.user.templates.client.model   
 

Uses of TreeNode in org.gcube.portlets.user.templates.client.model
 

Methods in org.gcube.portlets.user.templates.client.model that return types with arguments of type TreeNode
 List<TreeNode> TreeNode.getChildren()
           
 

Method parameters in org.gcube.portlets.user.templates.client.model with type arguments of type TreeNode
 void TreeNode.setChildren(List<TreeNode> children)
           
 

Constructor parameters in org.gcube.portlets.user.templates.client.model with type arguments of type TreeNode
TreeNode(String label, String id, String path, List<TreeNode> children, int type, boolean isRoot)
           
 



Copyright © 2013. All Rights Reserved.