Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@97753 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7381e683eb
commit
2c55e80154
|
@ -133,6 +133,7 @@ public class ExtractCodelistOperationInProgressCard extends WizardCard implement
|
||||||
@Override
|
@Override
|
||||||
public void operationComplete(final TRId trId) {
|
public void operationComplete(final TRId trId) {
|
||||||
summary.setVisible(true);
|
summary.setVisible(true);
|
||||||
|
forceLayout();
|
||||||
|
|
||||||
Command sayComplete = new Command() {
|
Command sayComplete = new Command() {
|
||||||
public void execute() {
|
public void execute() {
|
||||||
|
|
|
@ -64,7 +64,7 @@ public class ExtractCodelistProgressBarUpdater implements ExtractCodelistProgres
|
||||||
int elab=new Float(elaborated*100).intValue();
|
int elab=new Float(elaborated*100).intValue();
|
||||||
progressBar.updateProgress(elaborated,elab+"% Progress...");
|
progressBar.updateProgress(elaborated,elab+"% Progress...");
|
||||||
}
|
}
|
||||||
if (elaborated == 1) progressBar.updateProgress(1, "Completing...");
|
if (elaborated == 1) progressBar.updateProgress(1, "Completed");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue