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