public class BeforeShowRowDetailsEvent extends com.google.gwt.event.shared.GwtEvent<BeforeShowRowDetailsHandler>
| Constructor and Description |
|---|
BeforeShowRowDetailsEvent(HasBeforeShowDetailsHandlers source,
DataRow row) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the event
|
protected void |
dispatch(BeforeShowRowDetailsHandler handler) |
static BeforeShowRowDetailsEvent |
fire(HasBeforeShowDetailsHandlers source,
DataRow row) |
com.google.gwt.event.shared.GwtEvent.Type<BeforeShowRowDetailsHandler> |
getAssociatedType() |
DataRow |
getRow() |
HasBeforeShowDetailsHandlers |
getSource() |
static com.google.gwt.event.shared.GwtEvent.Type<BeforeShowRowDetailsHandler> |
getType() |
boolean |
isCanceled() |
public BeforeShowRowDetailsEvent(HasBeforeShowDetailsHandlers source, DataRow row)
public HasBeforeShowDetailsHandlers getSource()
getSource in class com.google.gwt.event.shared.GwtEvent<BeforeShowRowDetailsHandler>public static com.google.gwt.event.shared.GwtEvent.Type<BeforeShowRowDetailsHandler> getType()
protected void dispatch(BeforeShowRowDetailsHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeShowRowDetailsHandler>public com.google.gwt.event.shared.GwtEvent.Type<BeforeShowRowDetailsHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeShowRowDetailsHandler>public static BeforeShowRowDetailsEvent fire(HasBeforeShowDetailsHandlers source, DataRow row)
public DataRow getRow()
public boolean isCanceled()
true if the event was canceledpublic void cancel()
Copyright © 2014. All rights reserved.