public class UploadIFrameOnloadStrategyIE extends UploadIFrameOnloadStrategy
| Constructor and Description |
|---|
UploadIFrameOnloadStrategyIE() |
| 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)
UploadIFrameOnloadStrategyhookEvents in class UploadIFrameOnloadStrategyiframe - the iframe whose onLoad event should be connectedupload - the upload widgetpublic void unHookEvents(com.google.gwt.dom.client.Element iframe)
unHookEvents in class UploadIFrameOnloadStrategyiframe - the iframe whose onLoad event is to be cleanedCopyright © 2021 Vaadin Ltd. All rights reserved.