public class RemoveFileEvent extends AbstractFileEvent<RemoveFileHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveFileEvent.FileRemoveAction |
| Modifier | Constructor and Description |
|---|---|
protected |
RemoveFileEvent(Blob file,
String fileName,
RemoveFileEvent.FileRemoveAction fileRemoveAction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RemoveFileHandler handler) |
void |
doRemoveFile() |
static RemoveFileEvent |
fire(HasRemoveFileHandlers source,
Blob removedFile,
String fileName,
RemoveFileEvent.FileRemoveAction fileRemoveAction) |
com.google.gwt.event.shared.GwtEvent.Type<RemoveFileHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<RemoveFileHandler> |
getType() |
getFile, getFileNameassertLive, getSource, isLive, kill, reviveprotected RemoveFileEvent(Blob file, String fileName, RemoveFileEvent.FileRemoveAction fileRemoveAction)
protected void dispatch(RemoveFileHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RemoveFileHandler>public com.google.gwt.event.shared.GwtEvent.Type<RemoveFileHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RemoveFileHandler>public static com.google.gwt.event.shared.GwtEvent.Type<RemoveFileHandler> getType()
public void doRemoveFile()
public static RemoveFileEvent fire(HasRemoveFileHandlers source, Blob removedFile, String fileName, RemoveFileEvent.FileRemoveAction fileRemoveAction)
I - source - fileName - removedFile - Copyright © 2014. All rights reserved.