public class ShowEvent extends GwtEvent<ShowEvent.ShowHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShowEvent.HasShowHandlers
A widget that implements this interface is a public source of
ShowEvent events. |
static interface |
ShowEvent.ShowHandler
Handler for
ShowEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
ShowEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<ShowEvent.ShowHandler> |
getAssociatedType() |
Component |
getSource() |
static GwtEvent.Type<ShowEvent.ShowHandler> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<ShowEvent.ShowHandler> getType()
public GwtEvent.Type<ShowEvent.ShowHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ShowEvent.ShowHandler>public Component getSource()
getSource in class GwtEvent<ShowEvent.ShowHandler>Copyright © 2012. All Rights Reserved.