Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
MaterialFileUploader.addRemovedFileHandler(RemovedFileEvent.RemovedFileHandler<UploadFile> handler) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
HasFileUpload.addRemovedFileHandler(RemovedFileEvent.RemovedFileHandler<T> handler)
Called whenever a file is removed from the list.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.GwtEvent.Type<RemovedFileEvent.RemovedFileHandler<T>> |
RemovedFileEvent.getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<RemovedFileEvent.RemovedFileHandler<?>> |
RemovedFileEvent.getType() |
Modifier and Type | Method and Description |
---|---|
protected void |
RemovedFileEvent.dispatch(RemovedFileEvent.RemovedFileHandler<T> handler) |
Copyright © 2018. All rights reserved.