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
This commit is contained in:
Giancarlo Panichi 2014-04-01 12:55:28 +00:00 committed by Giancarlo Panichi
parent 219c63d754
commit 4ee1b02c61
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<name>tabular-data-table-widget</name>
<description>tabular-data-table-widget allows operation on table and change table type</description>
<description>tabular-data-table-widget allows operation on table and rows</description>
<scm>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget</url>

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,