ref #11879: TDM - Update to StorageHUB

https://support.d4science.org/issues/#11879

Updated to StorageHub



git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-statistical-widget@169502 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-06-27 14:27:22 +00:00 committed by Giancarlo Panichi
parent 0c04c19dee
commit f543810c33
9 changed files with 17 additions and 25 deletions

View File

@ -1,4 +1,9 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset
component="org.gcube.portlets-user.tabular-data-statistical-widget.1-6-0"
date="2018-07-01">
<Change>Updated to StorageHub [task #11879]</Change>
</Changeset>
<Changeset <Changeset
component="org.gcube.portlets-user.tabular-data-statistical-widget.1-5-0" component="org.gcube.portlets-user.tabular-data-statistical-widget.1-5-0"
date="2017-04-01"> date="2017-04-01">

View File

@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-statistical-widget</artifactId> <artifactId>tabular-data-statistical-widget</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
<name>tabular-data-statistical-widget</name> <name>tabular-data-statistical-widget</name>

View File

@ -24,8 +24,8 @@ import com.google.web.bindery.event.shared.EventBus;
* DataMiner Widget * DataMiner Widget
* *
* *
* @author "Giancarlo Panichi" <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class DataMinerWidget { public class DataMinerWidget {
@ -39,11 +39,7 @@ public class DataMinerWidget {
private TRId trId; private TRId trId;
private DataMinerManagerDialog dataMinerManagerDialog; private DataMinerManagerDialog dataMinerManagerDialog;
/**
*
* @param trId
* @param eventBus
*/
public DataMinerWidget(TRId trId, EventBus eventBus) { public DataMinerWidget(TRId trId, EventBus eventBus) {
this.trId = trId; this.trId = trId;
this.eventBus = eventBus; this.eventBus = eventBus;

View File

@ -12,7 +12,7 @@ import com.google.web.bindery.event.shared.SimpleEventBus;
/** /**
* *
* @author "Giancarlo Panichi" * @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class StatisticalWidgetEntry implements EntryPoint { public class StatisticalWidgetEntry implements EntryPoint {

View File

@ -8,7 +8,7 @@ import com.google.gwt.resources.client.CssResource;
/** /**
* *
* @author "Giancarlo Panichi" * @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public interface DialogCSS extends CssResource { public interface DialogCSS extends CssResource {

View File

@ -8,7 +8,7 @@ import com.google.gwt.resources.client.ImageResource;
/** /**
* *
* @author "Giancarlo Panichi" * @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public interface ResourceBundle extends ClientBundle { public interface ResourceBundle extends ClientBundle {

View File

@ -24,8 +24,8 @@ import com.google.web.bindery.event.shared.EventBus;
/** /**
* *
* @author giancarlo email: <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class TDSubmissionHandler implements ExternalExecutionEventHandler, public class TDSubmissionHandler implements ExternalExecutionEventHandler,

View File

@ -5,20 +5,11 @@ import com.sencha.gxt.widget.core.client.box.MessageBox;
/** /**
* *
* @author "Giancarlo Panichi" * @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class InfoMessageBox extends MessageBox { public class InfoMessageBox extends MessageBox {
/**
* Creates a message box with an info icon and the specified title and
* message.
*
* @param title
* the message box title
* @param message
* the message displayed in the message box
*/
public InfoMessageBox(String title, String message) { public InfoMessageBox(String title, String message) {
super(title, message); super(title, message);

View File

@ -10,8 +10,8 @@ import com.sencha.gxt.widget.core.client.event.HideEvent.HideHandler;
/** /**
* *
* @author "Giancarlo Panichi" <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class UtilsGXT3 { public class UtilsGXT3 {