com.google.gwt.user.client.ui.impl
Class FormPanelImplIE6

java.lang.Object
  extended by com.google.gwt.user.client.ui.impl.FormPanelImpl
      extended by com.google.gwt.user.client.ui.impl.FormPanelImplIE6

public class FormPanelImplIE6
extends FormPanelImpl

IE6 implementation of FormPanelImpl.


Constructor Summary
FormPanelImplIE6()
           
 
Method Summary
 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.
 
Methods inherited from class com.google.gwt.user.client.ui.impl.FormPanelImpl
getContents, getEncoding, reset, setEncoding, submit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormPanelImplIE6

public FormPanelImplIE6()
Method Detail

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 hooked
form - the form whose onSubmit event is to be hooked
listener - 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 unhooked
form - the form whose onSubmit event is to be unhooked