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:
parent
219c63d754
commit
4ee1b02c61
2
pom.xml
2
pom.xml
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
|
|
||||||
<name>tabular-data-table-widget</name>
|
<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>
|
<scm>
|
||||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget</url>
|
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget</url>
|
||||||
|
|
|
@ -97,8 +97,8 @@ public class ChangeTableTypeProgressDialog extends Window implements ChangeTable
|
||||||
|
|
||||||
public void operationComplete(TRId trId) {
|
public void operationComplete(TRId trId) {
|
||||||
Log.debug("Operation Complete return: "+trId.toString());
|
Log.debug("Operation Complete return: "+trId.toString());
|
||||||
ok.setVisible(true);
|
|
||||||
this.trId=trId;
|
this.trId=trId;
|
||||||
|
updateInvocation();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void operationFailed(Throwable caught, String reason,
|
public void operationFailed(Throwable caught, String reason,
|
||||||
|
|
|
@ -97,8 +97,8 @@ public class DeleteRowsProgressDialog extends Window implements DeleteRowsProgre
|
||||||
|
|
||||||
public void operationComplete(TRId trId) {
|
public void operationComplete(TRId trId) {
|
||||||
Log.debug("Operation Complete return: "+trId.toString());
|
Log.debug("Operation Complete return: "+trId.toString());
|
||||||
ok.setVisible(true);
|
|
||||||
this.trId=trId;
|
this.trId=trId;
|
||||||
|
updateInvocation();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void operationFailed(Throwable caught, String reason,
|
public void operationFailed(Throwable caught, String reason,
|
||||||
|
|
|
@ -97,8 +97,8 @@ public class DuplicatesRowsProgressDialog extends Window implements DuplicatesRo
|
||||||
|
|
||||||
public void operationComplete(TRId trId) {
|
public void operationComplete(TRId trId) {
|
||||||
Log.debug("Operation Complete return: "+trId.toString());
|
Log.debug("Operation Complete return: "+trId.toString());
|
||||||
ok.setVisible(true);
|
|
||||||
this.trId=trId;
|
this.trId=trId;
|
||||||
|
updateInvocation();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void operationFailed(Throwable caught, String reason,
|
public void operationFailed(Throwable caught, String reason,
|
||||||
|
|
|
@ -97,8 +97,8 @@ public class TemplateApplyProgressDialog extends Window implements TemplateApply
|
||||||
|
|
||||||
public void operationComplete(TRId trId) {
|
public void operationComplete(TRId trId) {
|
||||||
Log.debug("Operation Complete return: "+trId.toString());
|
Log.debug("Operation Complete return: "+trId.toString());
|
||||||
ok.setVisible(true);
|
|
||||||
this.trId=trId;
|
this.trId=trId;
|
||||||
|
updateInvocation();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void operationFailed(Throwable caught, String reason,
|
public void operationFailed(Throwable caught, String reason,
|
||||||
|
|
Loading…
Reference in New Issue