Removed behaviors not supported

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-json-export-widget@115562 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-25 16:31:30 +00:00 committed by Giancarlo Panichi
parent 351a30ca19
commit 0a0fd5ca97
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -190,9 +190,12 @@ public class JSONWorkSpaceSelectionCard extends WizardCard {
}
}
};
getWizardWindow().setPreviousButtonCommand(sayPreviousCard);
setBackButtonVisible(true);
getWizardWindow().setEnableNextButton(true);
getWizardWindow().setEnableBackButton(true);
}