public abstract class RowEvent<T,H extends com.google.gwt.event.shared.EventHandler> extends com.google.gwt.event.shared.GwtEvent<H>
Constructor and Description |
---|
RowEvent(gwt.material.design.jquery.client.api.Event event,
T model,
com.google.gwt.dom.client.Element row) |
Modifier and Type | Method and Description |
---|---|
gwt.material.design.jquery.client.api.Event |
getEvent()
Get the event source.
|
T |
getModel()
Model of the row.
|
gwt.material.design.jquery.client.api.MouseEvent |
getMouseEvent()
Attempt to cast the event as a
MouseEvent . |
com.google.gwt.dom.client.Element |
getRow()
The rows element.
|
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
public gwt.material.design.jquery.client.api.Event getEvent()
RowEvent
.public gwt.material.design.jquery.client.api.MouseEvent getMouseEvent()
MouseEvent
.public com.google.gwt.dom.client.Element getRow()
Copyright © 2018. All rights reserved.