public class ReloadTestToolsEvent extends com.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>
GwtEvent to reload the TestToolsView| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler> |
TYPE |
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ReloadTestToolsEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler> |
getAssociatedType() |
boolean |
isDisable() |
boolean |
isOpenDock() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler> TYPE
public ReloadTestToolsEvent(boolean disable)
disable - set this to true to also disable the panel.public ReloadTestToolsEvent(boolean disable,
boolean openDock)
disable - set this to true to also disable the panel.openDock - set this to true to also open the dock in case it is closedpublic com.google.gwt.event.shared.GwtEvent.Type<ReloadTestToolsEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>public boolean isDisable()
public boolean isOpenDock()
protected void dispatch(ReloadTestToolsEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ReloadTestToolsEventHandler>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.