1 16 package com.google.gwt.user.client.ui.impl; 17 18 import com.google.gwt.user.client.Element; 19 20 23 public class FormPanelImpl { 24 25 31 public native String getContents(Element iframe) ; 43 44 50 public native String getEncoding(Element form) ; 55 56 63 public native void hookEvents(Element iframe, Element form, 64 FormPanelImplHost listener) ; 84 85 91 public native void setEncoding(Element form, String encoding) ; 96 97 103 public native void submit(Element form, Element iframe) ; 110 111 117 public native void unhookEvents(Element iframe, Element form) ; 122 } 123 | Popular Tags |