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