com.google.gwt.user.client.ui.impl
Class FormPanelImplIE6
java.lang.Object
com.google.gwt.user.client.ui.impl.FormPanelImpl
com.google.gwt.user.client.ui.impl.FormPanelImplIE6
public class FormPanelImplIE6
- extends FormPanelImpl
IE6 implementation of FormPanelImpl.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormPanelImplIE6
public FormPanelImplIE6()
hookEvents
public void hookEvents(Element iframe,
Element form,
FormPanelImplHost listener)
- Description copied from class:
FormPanelImpl
- Hooks the iframe's onLoad event and the form's onSubmit event.
- Overrides:
hookEvents in class FormPanelImpl
- Parameters:
iframe - the iframe whose onLoad event is to be hookedform - the form whose onSubmit event is to be hookedlistener - the listener to receive notification
unhookEvents
public void unhookEvents(Element iframe,
Element form)
- Description copied from class:
FormPanelImpl
- Unhooks the iframe's onLoad event.
- Overrides:
unhookEvents in class FormPanelImpl
- Parameters:
iframe - the iframe whose onLoad event is to be unhookedform - the form whose onSubmit event is to be unhooked