From 6859a265369c43376cdd3886d2f7427869f6a939 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 3 Dec 2014 15:16:54 +0000 Subject: [PATCH] Fixed gwt 2.6 Element git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@101870 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/tablewidget/client/type/TableTypeStore.java | 6 ++++++ .../portlets/user/td/tablewidget/client/util/UtilsGXT3.java | 2 +- .../client/validation/ValidationsTasksPanel.java | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/type/TableTypeStore.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/type/TableTypeStore.java index b2d24c8..5fd83bc 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/type/TableTypeStore.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/type/TableTypeStore.java @@ -4,6 +4,12 @@ import java.util.ArrayList; import org.gcube.portlets.user.td.widgetcommonevent.shared.tr.TableType; +/** + * + * @author giancarlo + * email: g.panichi@isti.cnr.it + * + */ public class TableTypeStore { protected static TableTypeElement genericElement=new TableTypeElement(1, TableType.GENERIC); diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/util/UtilsGXT3.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/util/UtilsGXT3.java index b2826d0..2c39439 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/util/UtilsGXT3.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/util/UtilsGXT3.java @@ -1,6 +1,6 @@ package org.gcube.portlets.user.td.tablewidget.client.util; -import com.google.gwt.user.client.Element; +import com.google.gwt.dom.client.Element; import com.sencha.gxt.core.client.dom.XElement; import com.sencha.gxt.widget.core.client.box.AlertMessageBox; import com.sencha.gxt.widget.core.client.event.HideEvent; diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/validation/ValidationsTasksPanel.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/validation/ValidationsTasksPanel.java index 73099a6..540787f 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/validation/ValidationsTasksPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/validation/ValidationsTasksPanel.java @@ -6,7 +6,7 @@ import java.util.List; import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync; import org.gcube.portlets.user.td.gwtservice.shared.Constants; -import org.gcube.portlets.user.td.gwtservice.shared.OperationsId; +import org.gcube.portlets.user.td.widgetcommonevent.shared.operations.OperationsId; import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTIsFinalException; import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTIsLockedException; import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTSessionExpiredException;