public class ReloadRightPanelEvent extends com.google.gwt.event.shared.GwtEvent<ReloadRightPanelEventHandler>
GwtEvent to reload the RightPanelView| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ReloadRightPanelEventHandler> |
TYPE |
| Constructor and Description |
|---|
ReloadRightPanelEvent(boolean disable)
Fire this event to reload the right panel content.
|
ReloadRightPanelEvent(boolean disable,
boolean openDock)
Fire this event to reload the right panel content.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ReloadRightPanelEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ReloadRightPanelEventHandler> |
getAssociatedType() |
boolean |
isDisable() |
boolean |
isOpenDock() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ReloadRightPanelEventHandler> TYPE
public ReloadRightPanelEvent(boolean disable)
disable - set this to true to also disable the panel.public ReloadRightPanelEvent(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<ReloadRightPanelEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ReloadRightPanelEventHandler>public boolean isDisable()
public boolean isOpenDock()
protected void dispatch(ReloadRightPanelEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ReloadRightPanelEventHandler>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.