Interface | Description |
---|---|
AbortHandler |
Handler interface for
AbortEvent events. |
ErrorHandler |
Handler interface for
ErrorEvent events. |
HasAbortHandlers |
A widget that implements this interface provides registration for
AbortHandler instances. |
HasErrorHandlers |
A widget that implements this interface provides registration for
ErrorHandler instances. |
HasLoadEndHandlers |
A widget that implements this interface provides registration for
LoadEndHandler instances. |
HasLoadStartHandlers |
A widget that implements this interface provides registration for
LoadStartHandler instances. |
HasProgressHandlers |
A widget that implements this interface provides registration for
ProgressHandler instances. |
LoadEndHandler |
Handler interface for
LoadEndEvent events. |
LoadStartHandler |
Handler interface for
LoadStartEvent events. |
ProgressHandler |
Handler interface for
ProgressEvent events. |
Class | Description |
---|---|
AbortEvent |
The abort event is fired when a read operation has been aborted.
|
ErrorEvent |
The activate event occurs when an element is activated, for instance,
through a mouse click or a keypress.
|
LoadEndEvent |
The loadend event is triggered when the read request has completed (either in success or failure).
|
LoadStartEvent |
The loadstart event is triggered when the read operation starts.
|
ProgressEvent |
The progress event is triggered while reading (and decoding) blob,
and reporting partial Blob data (progess.loaded/progress.total)
|
ProgressEventBase<H extends com.google.gwt.event.shared.EventHandler> |
Base class for all file events
|
Copyright © 2017. All Rights Reserved.