public void handleAddStopClick(ClickEvent e) {
e.preventDefault();
_stop = null;
_dialog = new ModalLayoutPanel();
StopFinderWidgetExtension widget = new StopFinderWidgetExtension();
final StopFinderPresenter stopFinder = new StopFinderPresenter();
stopFinder.setDefaultOperationHandler(new DefaultOperationHandler());