Updated Layout

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@115586 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-26 10:55:22 +00:00 committed by Giancarlo Panichi
parent bb29fc08c9
commit a0242c2971
2 changed files with 6 additions and 1 deletions

View File

@ -254,4 +254,9 @@ public class CodelistSelectionPanel extends ContentPanel implements
}
public void deselectAll() {
grid.getSelectionModel().deselectAll();
}
}

View File

@ -85,7 +85,7 @@ public class SDMXCodelistSelectionCard extends WizardCard {
getWizardWindow().setEnableNextButton(false);
getWizardWindow().setEnableBackButton(false);
setBackButtonVisible(false);
codelistSelectionPanel.deselectAll();
}
}