Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@115564 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
58d32388a0
commit
6bda77cd3e
|
@ -299,6 +299,10 @@ public class WizardWindow extends Window {
|
|||
hide();
|
||||
}
|
||||
|
||||
public EventBus getEventBus(){
|
||||
return eventBus;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the label of next button to "Finish" value and add a close command
|
||||
* to it.
|
||||
|
@ -511,4 +515,8 @@ public class WizardWindow extends Window {
|
|||
for (WizardListener listener : listeners)
|
||||
listener.failed(title, message, details, throwable);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue