public class BeforeRowSelectEvent extends com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>
| Constructor and Description |
|---|
BeforeRowSelectEvent(HasBeforeRowSelectHandlers source,
DataRow row) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the before selection event.
|
protected void |
dispatch(BeforeRowSelectHandler handler) |
static BeforeRowSelectEvent |
fire(HasBeforeRowSelectHandlers source,
DataRow row) |
com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> |
getAssociatedType() |
DataRow |
getRow() |
HasBeforeRowSelectHandlers |
getSource() |
static com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> |
getType() |
boolean |
isCanceled() |
public BeforeRowSelectEvent(HasBeforeRowSelectHandlers source, DataRow row)
public HasBeforeRowSelectHandlers getSource()
getSource in class com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>public static com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> getType()
protected void dispatch(BeforeRowSelectHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>public com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>public static BeforeRowSelectEvent fire(HasBeforeRowSelectHandlers source, DataRow row)
public DataRow getRow()
public boolean isCanceled()
public void cancel()
Copyright © 2014. All rights reserved.