public class ExportRequestEvent extends com.google.gwt.event.shared.GwtEvent<ExportRequestEvent.ExportRequestEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportRequestEvent.ExportRequestEventHandler |
static interface |
ExportRequestEvent.HasExportRequestEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ExportRequestEvent.ExportRequestEventHandler> |
TYPE |
| Constructor and Description |
|---|
ExportRequestEvent(ExportType exportType,
AccountingType accountingType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ExportRequestEvent.ExportRequestEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
ExportRequestEvent accountingMenuEvent) |
AccountingType |
getAccountingType() |
com.google.gwt.event.shared.GwtEvent.Type<ExportRequestEvent.ExportRequestEventHandler> |
getAssociatedType() |
ExportType |
getExportType() |
static com.google.gwt.event.shared.GwtEvent.Type<ExportRequestEvent.ExportRequestEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<ExportRequestEvent.ExportRequestEventHandler> TYPE
public ExportRequestEvent(ExportType exportType, AccountingType accountingType)
protected void dispatch(ExportRequestEvent.ExportRequestEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ExportRequestEvent.ExportRequestEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<ExportRequestEvent.ExportRequestEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ExportRequestEvent.ExportRequestEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ExportRequestEvent.ExportRequestEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ExportRequestEvent accountingMenuEvent)
public AccountingType getAccountingType()
public ExportType getExportType()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ExportRequestEvent.ExportRequestEventHandler>Copyright © 2024. All rights reserved.