Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@99020 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
311c777bf4
commit
7b834afd78
|
@ -130,14 +130,17 @@ public class CSVOperationInProgressCard extends WizardCard implements
|
|||
importCSV();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void operationInitializing() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void operationUpdate(float elaborated) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void operationComplete(final TRId trId) {
|
||||
// final String tableId,final String tableResourceId) {
|
||||
|
||||
|
@ -162,6 +165,7 @@ public class CSVOperationInProgressCard extends WizardCard implements
|
|||
getWizardWindow().setEnableNextButton(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void operationFailed(Throwable caught, String reason,
|
||||
String failureDetails) {
|
||||
if (caught instanceof TDGWTSessionExpiredException) {
|
||||
|
|
|
@ -21,8 +21,8 @@ import com.sencha.gxt.widget.core.client.ProgressBar;
|
|||
public class CSVImportProgressBarUpdater implements CSVImportProgressListener {
|
||||
|
||||
protected ProgressBar progressBar;
|
||||
//protected FramedPanel operationResult;
|
||||
//protected WizardWindow wizardWindow;
|
||||
|
||||
|
||||
/**
|
||||
* Creates a new {@link ProgressBar} updater.
|
||||
* @param progressBar the {@link ProgressBar} to update.
|
||||
|
|
Loading…
Reference in New Issue