public class SelectedReportEvent extends com.google.gwt.event.shared.GwtEvent<SelectedReportEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> |
TYPE |
Constructor and Description |
---|
SelectedReportEvent(String id,
String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SelectedReportEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> |
getAssociatedType() |
String |
getSelectedReportId() |
String |
getSelectedReportName() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> TYPE
public String getSelectedReportId()
public String getSelectedReportName()
protected void dispatch(SelectedReportEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SelectedReportEventHandler>
public com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SelectedReportEventHandler>
Copyright © 2015. All Rights Reserved.