Uses of Class
org.gcube.portlets.user.results.client.components.TreeNode

Packages that use TreeNode
org.gcube.portlets.user.results.client   
org.gcube.portlets.user.results.client.components   
org.gcube.portlets.user.results.server.servlet   
 

Uses of TreeNode in org.gcube.portlets.user.results.client
 

Methods in org.gcube.portlets.user.results.client that return TreeNode
 TreeNode ResultsetService.getWorkspaceTree()
           
 

Method parameters in org.gcube.portlets.user.results.client with type arguments of type TreeNode
 void ResultsetServiceAsync.getWorkspaceTree(com.google.gwt.user.client.rpc.AsyncCallback<TreeNode> callback)
           
 

Uses of TreeNode in org.gcube.portlets.user.results.client.components
 

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

Methods in org.gcube.portlets.user.results.client.components with parameters of type TreeNode
protected  com.google.gwt.user.client.ui.TreeItem WorkspaceTree.listFolders(TreeNode folder)
           
 

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

Constructors in org.gcube.portlets.user.results.client.components with parameters of type TreeNode
WorkspaceTree(Controller controller, com.google.gwt.user.client.ui.PopupPanel myPanel, TreeNode folder, String defaultBaskedId)
           
 

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

Uses of TreeNode in org.gcube.portlets.user.results.server.servlet
 

Methods in org.gcube.portlets.user.results.server.servlet that return TreeNode
protected static TreeNode NewresultsetServiceUtil.fillWorkspaceTree(org.gcube.portlets.user.homelibrary.home.workspace.WorkspaceFolder folder)
           
 TreeNode NewresultsetServiceImpl.getWorkspaceTree()
          reads from the file system and returns the user workspace as TreeNode object
 



Copyright © 2013. All Rights Reserved.