Class ReloadTestToolsEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.ReloadTestToolsEvent
-
public class ReloadTestToolsEvent extends com.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>
GwtEventto reload theTestToolsView
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description ReloadTestToolsEvent(boolean disable)Fire this event to reload the right panel content.ReloadTestToolsEvent(boolean disable, boolean openDock)Fire this event to reload the right panel content.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ReloadTestToolsEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler>getAssociatedType()booleanisDisable()booleanisOpenDock()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler> TYPE
-
-
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 totrueto also disable the panel.
-
ReloadTestToolsEvent
public ReloadTestToolsEvent(boolean disable, boolean openDock)Fire this event to reload the right panel content.- Parameters:
disable- set this totrueto also disable the panel.openDock- set this totrueto also open the dock in case it is closed
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>
-
isDisable
public boolean isDisable()
-
isOpenDock
public boolean isOpenDock()
-
dispatch
protected void dispatch(ReloadTestToolsEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>
-
-