| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
MaterialFileUploader.addCancelHandler(CanceledEvent.CanceledHandler<UploadFile> handler) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
HasFileUpload.addCancelHandler(CanceledEvent.CanceledHandler<T> handler)
Called when a file upload gets canceled.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<CanceledEvent.CanceledHandler<T>> |
CanceledEvent.getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<CanceledEvent.CanceledHandler<?>> |
CanceledEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CanceledEvent.dispatch(CanceledEvent.CanceledHandler<T> handler) |
Copyright © 2018. All rights reserved.