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:
parent
bb29fc08c9
commit
a0242c2971
|
@ -254,4 +254,9 @@ public class CodelistSelectionPanel extends ContentPanel implements
|
|||
|
||||
}
|
||||
|
||||
public void deselectAll() {
|
||||
grid.getSelectionModel().deselectAll();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@ public class SDMXCodelistSelectionCard extends WizardCard {
|
|||
getWizardWindow().setEnableNextButton(false);
|
||||
getWizardWindow().setEnableBackButton(false);
|
||||
setBackButtonVisible(false);
|
||||
|
||||
codelistSelectionPanel.deselectAll();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue