Fixed the behavior of the user interface

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@84372 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-25 16:02:39 +00:00 committed by Giancarlo Panichi
parent 40133e35d5
commit 1e4a5a88c1
1 changed files with 11 additions and 1 deletions

View File

@ -144,10 +144,20 @@ public class WizardWindow extends Window {
backButton.addSelectHandler(selectionHandler);
nextButton.addSelectHandler(selectionHandler);
closeBtnHandle();
setWidget(container);
}
protected void closeBtnHandle() {
closeBtn.addSelectHandler(new SelectHandler() {
@Override
public void onSelect(SelectEvent event) {
fireAborted();
}
});
}
/**
* {@inheritDoc}