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