Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
MaterialFileUploader.addSendingHandler(SendingEvent.SendingHandler<UploadFile> handler) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
HasFileUpload.addSendingHandler(SendingEvent.SendingHandler<T> handler)
Called just before each file is sent.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.GwtEvent.Type<SendingEvent.SendingHandler<T>> |
SendingEvent.getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<SendingEvent.SendingHandler<?>> |
SendingEvent.getType() |
Modifier and Type | Method and Description |
---|---|
protected void |
SendingEvent.dispatch(SendingEvent.SendingHandler<T> handler) |
Copyright © 2018. All rights reserved.