public class RowShortPressEvent<T> extends RowEvent<T,RowShortPressHandler<T>>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RowShortPressHandler> |
TYPE |
| Constructor and Description |
|---|
RowShortPressEvent(gwt.material.design.jquery.client.api.Event event,
T model,
com.google.gwt.dom.client.Element row) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RowShortPressHandler<T> handler) |
static <T> void |
fire(DataView<T> source,
gwt.material.design.jquery.client.api.Event event,
T model,
com.google.gwt.dom.client.Element row) |
com.google.gwt.event.shared.GwtEvent.Type<RowShortPressHandler<T>> |
getAssociatedType() |
getEvent, getModel, getMouseEvent, getRowassertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<RowShortPressHandler> TYPE
public RowShortPressEvent(gwt.material.design.jquery.client.api.Event event, T model, com.google.gwt.dom.client.Element row)
public static <T> void fire(DataView<T> source, gwt.material.design.jquery.client.api.Event event, T model, com.google.gwt.dom.client.Element row)
public com.google.gwt.event.shared.GwtEvent.Type<RowShortPressHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowShortPressHandler<T>>protected void dispatch(RowShortPressHandler<T> handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RowShortPressHandler<T>>Copyright © 2018. All rights reserved.