3435363738394041424344
{ @Inject public ConsoleInterruptButton(final EventBus events, Commands commands) { fadeInHelper_ = new DelayFadeInHelper(this); // The SimplePanel wrapper is necessary for the toolbar button's "pushed" // effect to work. SimplePanel panel = new SimplePanel(); panel.getElement().getStyle().setPosition(Position.RELATIVE);
5960616263646566676869
} }); ((Binder) GWT.create(Binder.class)).bind(commands, this); fadeInHelper_ = new DelayFadeInHelper( view_.getConsoleInterruptButton().asWidget()); events.addHandler(BusyEvent.TYPE, new BusyHandler() { @Override public void onBusy(BusyEvent event)