Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@96690 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-04 16:45:08 +00:00
parent fa904c9850
commit e3743b6beb
1 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ public class ExtractCodelistOperationInProgressCard extends WizardCard implement
protected ExtractCodelistSession extractCodelistSession;
protected ExtractCodelistProgressUpdater progressUpdater;
protected final FlexTable description;
protected final FramedPanel summary;
public ExtractCodelistOperationInProgressCard(final ExtractCodelistSession extractCodelistSession) {
super("Operation In Progress", "");
@ -72,7 +72,7 @@ public class ExtractCodelistOperationInProgressCard extends WizardCard implement
description.setHTML(0, 0,
"The Codelists is available in the list of yours tabular resources");
FramedPanel summary = new FramedPanel();
summary = new FramedPanel();
summary.setHeadingText("Operation Completed");
summary.setWidth(400);
summary.add(description);
@ -82,7 +82,7 @@ public class ExtractCodelistOperationInProgressCard extends WizardCard implement
setContent(operationInProgressPanel);
description.setVisible(false);
summary.setVisible(false);
}
@ -133,7 +133,7 @@ public class ExtractCodelistOperationInProgressCard extends WizardCard implement
@Override
public void operationComplete(final TRId trId) {
description.setVisible(true);
summary.setVisible(true);
Command sayComplete = new Command() {
public void execute() {