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:
parent
81ad099ac7
commit
ea6c56c885
|
@ -286,6 +286,7 @@ public class CSVExportConfigCard extends WizardCard {
|
||||||
|
|
||||||
getWizardWindow().setNextButtonCommand(sayNextCard);
|
getWizardWindow().setNextButtonCommand(sayNextCard);
|
||||||
setEnableBackButton(false);
|
setEnableBackButton(false);
|
||||||
|
setBackButtonVisible(false);
|
||||||
setEnableNextButton(true);
|
setEnableNextButton(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,11 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
|
||||||
};
|
};
|
||||||
|
|
||||||
getWizardWindow().setPreviousButtonCommand(sayPreviousCard);
|
getWizardWindow().setPreviousButtonCommand(sayPreviousCard);
|
||||||
|
|
||||||
|
setBackButtonVisible(true);
|
||||||
getWizardWindow().setEnableNextButton(true);
|
getWizardWindow().setEnableNextButton(true);
|
||||||
|
getWizardWindow().setEnableBackButton(true);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue