public class RowLongPressEvent<T> extends RowEvent<T,RowLongPressHandler<T>>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RowLongPressHandler> |
TYPE |
Constructor and Description |
---|
RowLongPressEvent(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(RowLongPressHandler<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<RowLongPressHandler<T>> |
getAssociatedType() |
getEvent, getModel, getMouseEvent, getRow
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<RowLongPressHandler> TYPE
public RowLongPressEvent(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<RowLongPressHandler<T>> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<RowLongPressHandler<T>>
protected void dispatch(RowLongPressHandler<T> handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<RowLongPressHandler<T>>
Copyright © 2018. All rights reserved.