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