public class UploadIFrameOnloadStrategy extends Object
| Constructor and Description |
|---|
UploadIFrameOnloadStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
hookEvents(com.google.gwt.dom.client.Element iframe,
VUpload upload)
Hooks the events to the given IFrame's onLoad event.
|
void |
unHookEvents(com.google.gwt.dom.client.Element iframe) |
public void hookEvents(com.google.gwt.dom.client.Element iframe,
VUpload upload)
iframe - the iframe whose onLoad event should be connectedupload - the upload widgetpublic void unHookEvents(com.google.gwt.dom.client.Element iframe)
iframe - the iframe whose onLoad event is to be cleanedCopyright © 2023 Vaadin Ltd. All rights reserved.