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