public class HideEvent extends GwtEvent<HideHandler>
GwtEvent.Type<H>| Modifier | Constructor and Description |
|---|---|
protected |
HideEvent()
Creates a hide event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(HideHandler handler) |
static void |
fire(HasHideHandlers source)
Fires a hide event on all registered handlers in the handler manager.
|
GwtEvent.Type<HideHandler> |
getAssociatedType() |
static GwtEvent.Type<HideHandler> |
getType()
Gets the type associated with this event.
|
setSource, toDebugString, toStringprotected HideEvent()
public static void fire(HasHideHandlers source)
source - the source of the handlerspublic static GwtEvent.Type<HideHandler> getType()
public GwtEvent.Type<HideHandler> getAssociatedType()
getAssociatedType in class GwtEvent<HideHandler>protected void dispatch(HideHandler handler)
dispatch in class GwtEvent<HideHandler>Copyright © 2017. All rights reserved.