| java.lang.Object com.google.gwt.user.client.ui.impl.FormPanelImpl
All known Subclasses: com.google.gwt.user.client.ui.impl.FormPanelImplIE6,
getContents | native public String getContents(Element iframe)(Code) | | Gets the response html from the loaded iframe.
Parameters: iframe - the iframe from which the response html is to be extracted the response html |
getEncoding | native public String getEncoding(Element form)(Code) | | Gets the form element's encoding.
Parameters: form - the form whose encoding is to be retrieved the form's encoding type |
hookEvents | native public void hookEvents(Element iframe, Element form, FormPanelImplHost listener)(Code) | | Hooks the iframe's onLoad event and the form's onSubmit event.
Parameters: iframe - the iframe whose onLoad event is to be hooked Parameters: form - the form whose onSubmit event is to be hooked Parameters: listener - the listener to receive notification |
setEncoding | native public void setEncoding(Element form, String encoding)(Code) | | Sets the form element's encoding.
Parameters: form - the form whose encoding is to be set Parameters: encoding - the new encoding type |
submit | native public void submit(Element form, Element iframe)(Code) | | Submits a form.
Parameters: form - the form to be submitted Parameters: iframe - the iframe that is targetted, or null |
unhookEvents | native public void unhookEvents(Element iframe, Element form)(Code) | | Unhooks the iframe's onLoad event.
Parameters: iframe - the iframe whose onLoad event is to be unhooked Parameters: form - the form whose onSubmit event is to be unhooked |
|
|