public class RecordNavigationClickEvent extends com.google.gwt.event.shared.GwtEvent<RecordNavigationClickHandler>
| Modifier and Type | Method and Description |
|---|---|
static void |
_fire(TableView source,
Record record) |
protected void |
dispatch(RecordNavigationClickHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RecordNavigationClickHandler> |
getAssociatedType() |
Record |
getRecord() |
TableView |
getTableView() |
static com.google.gwt.event.shared.GwtEvent.Type<RecordNavigationClickHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RecordNavigationClickHandler> getType()
public final TableView getTableView()
public final Record getRecord()
public final com.google.gwt.event.shared.GwtEvent.Type<RecordNavigationClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RecordNavigationClickHandler>protected void dispatch(RecordNavigationClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RecordNavigationClickHandler>