public class

FormPanelImplIE6

extends FormPanelImpl
java.lang.Object
   ↳ com.google.gwt.user.client.ui.impl.FormPanelImpl
     ↳ com.google.gwt.user.client.ui.impl.FormPanelImplIE6

Class Overview

IE6 implementation of FormPanelImpl.

Summary

Public Constructors
FormPanelImplIE6()
Public Methods
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.
[Expand]
Inherited Methods
From class com.google.gwt.user.client.ui.impl.FormPanelImpl
From class java.lang.Object

Public Constructors

public FormPanelImplIE6 ()

Public Methods

public void hookEvents (Element iframe, Element form, FormPanelImplHost listener)

Hooks the iframe's onLoad event and the form's onSubmit event.

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

public void unhookEvents (Element iframe, Element form)

Unhooks the iframe's onLoad event.

Parameters
iframe the iframe whose onLoad event is to be unhooked
form the form whose onSubmit event is to be unhooked