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