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