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