public class RowClickEvent extends com.google.gwt.event.shared.GwtEvent<RowClickHandler>
| Constructor and Description |
|---|
RowClickEvent(HasRowClickHandlers source,
DataRow row) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RowClickHandler handler) |
static RowClickEvent |
fire(HasRowClickHandlers source,
DataRow row) |
com.google.gwt.event.shared.GwtEvent.Type<RowClickHandler> |
getAssociatedType() |
DataRow |
getRow() |
HasRowClickHandlers |
getSource() |
static com.google.gwt.event.shared.GwtEvent.Type<RowClickHandler> |
getType() |
public RowClickEvent(HasRowClickHandlers source, DataRow row)
public HasRowClickHandlers getSource()
getSource in class com.google.gwt.event.shared.GwtEvent<RowClickHandler>public static com.google.gwt.event.shared.GwtEvent.Type<RowClickHandler> getType()
protected void dispatch(RowClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RowClickHandler>public com.google.gwt.event.shared.GwtEvent.Type<RowClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowClickHandler>public static RowClickEvent fire(HasRowClickHandlers source, DataRow row)
public DataRow getRow()
Copyright © 2014. All rights reserved.