public final class TitleClickEvent extends AbstractEvent<TitleClickEventHandler>
GwtEvent.Type<H>| Modifier and Type | Field and Description |
|---|---|
static GwtEvent.Type<TitleClickEventHandler> |
TYPE
Event type
|
| Constructor and Description |
|---|
TitleClickEvent(NativeEvent nativeEvent,
Title item)
Creates the event with title related to the click
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TitleClickEventHandler handler) |
GwtEvent.Type<TitleClickEventHandler> |
getAssociatedType() |
Title |
getItem()
Returns the title related to the click
|
getChart, getNativeEventassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic static final GwtEvent.Type<TitleClickEventHandler> TYPE
public TitleClickEvent(NativeEvent nativeEvent, Title item)
nativeEvent - native event of this custom eventitem - title related to the clickpublic Title getItem()
public GwtEvent.Type<TitleClickEventHandler> getAssociatedType()
getAssociatedType in class GwtEvent<TitleClickEventHandler>protected void dispatch(TitleClickEventHandler handler)
dispatch in class GwtEvent<TitleClickEventHandler>