public class FileDownloadEvent extends com.google.gwt.event.shared.GwtEvent<FileDownloadEventHandler>
Modifier and Type | Class and Description |
---|---|
static class |
FileDownloadEvent.DownloadType |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<FileDownloadEventHandler> |
TYPE |
Constructor and Description |
---|
FileDownloadEvent(String itemIdentifier,
String name,
FileDownloadEvent.DownloadType downloadType) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(FileDownloadEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<FileDownloadEventHandler> |
getAssociatedType() |
FileDownloadEvent.DownloadType |
getDownloadType() |
String |
getDownloadTypeToString() |
String |
getItemIdentifier() |
String |
getItemName() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<FileDownloadEventHandler> TYPE
public FileDownloadEvent(String itemIdentifier, String name, FileDownloadEvent.DownloadType downloadType)
public com.google.gwt.event.shared.GwtEvent.Type<FileDownloadEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<FileDownloadEventHandler>
protected void dispatch(FileDownloadEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<FileDownloadEventHandler>
public String getDownloadTypeToString()
public FileDownloadEvent.DownloadType getDownloadType()
public String getItemIdentifier()
public String getItemName()
Copyright © 2014. All Rights Reserved.