public class ButtonClickEvent extends com.google.gwt.event.shared.GwtEvent<ButtonClickHandler>
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ButtonClickHandler handler) |
static <S extends HasButtonClickHandlers> |
fire(S source,
Button button,
int index) |
com.google.gwt.event.shared.GwtEvent.Type<ButtonClickHandler> |
getAssociatedType() |
Button |
getButton() |
int |
getIndex() |
static com.google.gwt.event.shared.GwtEvent.Type<ButtonClickHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ButtonClickHandler> getType()
public static <S extends HasButtonClickHandlers> void fire(S source, Button button, int index)
public final Button getButton()
public final int getIndex()
public final com.google.gwt.event.shared.GwtEvent.Type<ButtonClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ButtonClickHandler>protected void dispatch(ButtonClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ButtonClickHandler>