public class ChipDoubleClickEvent extends com.google.gwt.event.shared.GwtEvent<ChipDoubleClickEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ChipDoubleClickEventHandler> |
TYPE |
| Constructor and Description |
|---|
ChipDoubleClickEvent(String text) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ChipDoubleClickEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ChipDoubleClickEventHandler> |
getAssociatedType() |
String |
getText() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ChipDoubleClickEventHandler> TYPE
public ChipDoubleClickEvent(String text)
public com.google.gwt.event.shared.GwtEvent.Type<ChipDoubleClickEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ChipDoubleClickEventHandler>protected void dispatch(ChipDoubleClickEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ChipDoubleClickEventHandler>public String getText()
Copyright © 2020. All rights reserved.