Removed behaviors not supported

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@115560 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-25 16:31:01 +00:00
parent 81ad099ac7
commit ea6c56c885
2 changed files with 5 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public class CSVExportConfigCard extends WizardCard {
getWizardWindow().setNextButtonCommand(sayNextCard);
setEnableBackButton(false);
setBackButtonVisible(false);
setEnableNextButton(true);
}

View File

@ -187,7 +187,11 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
};
getWizardWindow().setPreviousButtonCommand(sayPreviousCard);
setBackButtonVisible(true);
getWizardWindow().setEnableNextButton(true);
getWizardWindow().setEnableBackButton(true);
}