public class RowContextClickEvent extends GridRowColEvent<RowContextClickHandler> implements Cancellable
| Modifier and Type | Method and Description |
|---|---|
static <S extends HasRowContextClickHandlers> |
_fire(S source,
int colNum,
Record record,
int rowNum) |
void |
cancel() |
protected void |
dispatch(RowContextClickHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RowContextClickHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<RowContextClickHandler> |
getType() |
boolean |
isCancelled() |
getRecord, getRowNumassertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RowContextClickHandler> getType()
@SGWTInternal public static <S extends HasRowContextClickHandlers> boolean _fire(S source, int colNum, Record record, int rowNum)
public final boolean isCancelled()
isCancelled in interface Cancellablepublic void cancel()
cancel in interface Cancellablepublic final com.google.gwt.event.shared.GwtEvent.Type<RowContextClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowContextClickHandler>protected void dispatch(RowContextClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RowContextClickHandler>