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