public class IconClickEvent extends com.google.gwt.event.shared.GwtEvent<IconClickHandler>
| Constructor and Description |
|---|
IconClickEvent(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(IconClickHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<IconClickHandler> |
getAssociatedType() |
com.google.gwt.event.dom.client.ClickEvent |
getClickEvent() |
static com.google.gwt.event.shared.GwtEvent.Type<IconClickHandler> |
getType()
Gets the event type associated with click events.
|
assertLive, getSource, isLive, kill, revivepublic IconClickEvent(com.google.gwt.event.dom.client.ClickEvent clickEvent)
public com.google.gwt.event.dom.client.ClickEvent getClickEvent()
public static com.google.gwt.event.shared.GwtEvent.Type<IconClickHandler> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<IconClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<IconClickHandler>protected void dispatch(IconClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<IconClickHandler>Copyright © 2011–2015 SWM. All rights reserved.