Difference between revisions of "GCube Widgets Store"

From Gcube Wiki
Jump to: navigation, search
(gCube Widgets Store)
Line 6: Line 6:
  
 
This page lists the available (reusable) GWT Widgets that developers can integrate in their GWT Projects/portlets if they need to. Every Widget listed is provided with a screenshot and instructions on how to integrate it.
 
This page lists the available (reusable) GWT Widgets that developers can integrate in their GWT Projects/portlets if they need to. Every Widget listed is provided with a screenshot and instructions on how to integrate it.
 +
 +
=== Workspace Light Tree Widget ===
 +
 +
'''Description'': This widget allows your application to open a popup containing the user workspace. It gives the possibility to users to either select a file/folder form the workspace or save a file in a desired workspace folder.
 +
 +
'''Maven coordinates'''
 +
 +
<source lang="xml">
 +
<dependency>
 +
<groupId>org.gcube.portlets.widgets</groupId>
 +
<artifactId>workspace-light-tree</artifactId>
 +
<version>LATEST</version>
 +
</dependency>
 +
</source>

Revision as of 17:39, 10 October 2013


gCube Widgets Store

This page lists the available (reusable) GWT Widgets that developers can integrate in their GWT Projects/portlets if they need to. Every Widget listed is provided with a screenshot and instructions on how to integrate it.

Workspace Light Tree Widget

'Description: This widget allows your application to open a popup containing the user workspace. It gives the possibility to users to either select a file/folder form the workspace or save a file in a desired workspace folder.

Maven coordinates

<dependency>
	<groupId>org.gcube.portlets.widgets</groupId>
	<artifactId>workspace-light-tree</artifactId>
	<version>LATEST</version>
</dependency>