public class FormPanelImplIE8 extends FormPanelImpl
FormPanelImpl
.Constructor and Description |
---|
FormPanelImplIE8() |
Modifier and Type | Method and Description |
---|---|
void |
hookEvents(Element iframe,
Element form,
FormPanelImplHost listener)
Hooks the iframe's onLoad event and the form's onSubmit event.
|
void |
unhookEvents(Element iframe,
Element form)
Unhooks the iframe's onLoad event.
|
getContents, getEncoding, reset, setEncoding, submit
public void hookEvents(Element iframe, Element form, FormPanelImplHost listener)
FormPanelImpl
hookEvents
in class FormPanelImpl
iframe
- the iframe whose onLoad event is to be hookedform
- the form whose onSubmit event is to be hookedlistener
- the listener to receive notificationpublic void unhookEvents(Element iframe, Element form)
FormPanelImpl
unhookEvents
in class FormPanelImpl
iframe
- the iframe whose onLoad event is to be unhookedform
- the form whose onSubmit event is to be unhookedCopyright © 2018. All rights reserved.