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