Class ReloadTestToolsEvent


  • public class ReloadTestToolsEvent
    extends com.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>
    GwtEvent to reload the TestToolsView
    • Constructor Detail

      • ReloadTestToolsEvent

        public ReloadTestToolsEvent​(boolean disable)
        Fire this event to reload the right panel content. With this constructor the dock does not open if it is closed
        Parameters:
        disable - set this to true to also disable the panel.
      • ReloadTestToolsEvent

        public ReloadTestToolsEvent​(boolean disable,
                                    boolean openDock)
        Fire this event to reload the right panel content.
        Parameters:
        disable - set this to true to also disable the panel.
        openDock - set this to true to also open the dock in case it is closed