Fixed hide window

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@84402 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-25 17:30:08 +00:00
parent a23bc3491f
commit a0850f1d5d
1 changed files with 1 additions and 10 deletions

View File

@ -132,16 +132,7 @@ public class WizardWindow extends Window {
setWidget(container);
}
protected void closeBtnHandle() {
closeBtn.addSelectHandler(new SelectHandler() {
@Override
public void onSelect(SelectEvent event) {
fireAborted();
}
});
}
/**
* {@inheritDoc}
*/