From 4ee1b02c61e2efd5d0893146cb84cee7baa2d0b8 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 1 Apr 2014 12:55:28 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@93983 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 2 +- .../client/progress/ChangeTableTypeProgressDialog.java | 2 +- .../tablewidget/client/progress/DeleteRowsProgressDialog.java | 2 +- .../client/progress/DuplicatesRowsProgressDialog.java | 2 +- .../client/progress/TemplateApplyProgressDialog.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 43d2ab9..6fe526a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ tabular-data-table-widget - tabular-data-table-widget allows operation on table and change table type + tabular-data-table-widget allows operation on table and rows https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java index b5465c9..6826379 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java @@ -97,8 +97,8 @@ public class ChangeTableTypeProgressDialog extends Window implements ChangeTable public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason, diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java index b019063..ac8b409 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java @@ -97,8 +97,8 @@ public class DeleteRowsProgressDialog extends Window implements DeleteRowsProgre public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason, diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java index c7ae2b6..7f45513 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java @@ -97,8 +97,8 @@ public class DuplicatesRowsProgressDialog extends Window implements DuplicatesRo public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason, diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java index 0be6067..5965379 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java @@ -97,8 +97,8 @@ public class TemplateApplyProgressDialog extends Window implements TemplateApply public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason,