GWT 2.4.0

Uses of Class
com.google.gwt.dom.client.InputElement

Packages that use InputElement
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
com.google.gwt.dom.client Classes for low-level DOM programming. 
 

Uses of InputElement in com.google.gwt.cell.client
 

Methods in com.google.gwt.cell.client that return InputElement
protected  InputElement TextInputCell.getInputElement(Element parent)
           
 

Uses of InputElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return InputElement
static InputElement InputElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
 InputElement Document.createButtonInputElement()
          Creates an <input type='button'> element.
 InputElement Document.createCheckInputElement()
          Creates an <input type='checkbox'> element.
 InputElement Document.createFileInputElement()
          Creates an <input type='file'> element.
 InputElement Document.createHiddenInputElement()
          Creates an <input type='hidden'> element.
 InputElement Document.createImageInputElement()
          Creates an <input type='image'> element.
 InputElement Document.createPasswordInputElement()
          Creates an <input type='password'> element.
 InputElement Document.createRadioInputElement(java.lang.String name)
          Creates an <input type='radio'> element.
 InputElement Document.createResetInputElement()
          Creates an <input type='reset'> element.
 InputElement Document.createSubmitInputElement()
          Creates an <input type='submit'> element.
 InputElement Document.createTextInputElement()
          Creates an <input type='text'> element.
 


GWT 2.4.0