Uses of Interface
com.gargoylesoftware.htmlunit.html.SubmittableElement

Packages that use SubmittableElement
com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. 
 

Uses of SubmittableElement in com.gargoylesoftware.htmlunit.html
 

Classes in com.gargoylesoftware.htmlunit.html that implement SubmittableElement
 class HtmlButton
          Wrapper for the HTML element "button".
 class HtmlButtonInput
          Wrapper for the HTML element "input" where type is "button".
 class HtmlCheckBoxInput
          Wrapper for the HTML element "input".
 class HtmlFileInput
          Wrapper for the HTML element "input".
 class HtmlHiddenInput
          Wrapper for the HTML element "input" of type "hidden".
 class HtmlImageInput
          Wrapper for the HTML element "input".
 class HtmlInput
          Wrapper for the HTML element "input".
 class HtmlIsIndex
          Wrapper for the HTML element "isindex".
 class HtmlPasswordInput
          Wrapper for the HTML element "input".
 class HtmlRadioButtonInput
          Wrapper for the HTML element "input".
 class HtmlResetInput
          Wrapper for the HTML element "input".
 class HtmlSelect
          Wrapper for the HTML element "select".
 class HtmlSubmitInput
          Wrapper for the HTML element "input".
 class HtmlTextArea
          Wrapper for the HTML element "textarea".
 class HtmlTextInput
          Wrapper for the HTML element "input" with type="text".
 

Methods in com.gargoylesoftware.htmlunit.html with parameters of type SubmittableElement
 WebRequest HtmlForm.getWebRequest(SubmittableElement submitElement)
          INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Gets the request for a submission of this form with the specified SubmittableElement.
 WebRequest HtmlForm.getWebRequestSettings(SubmittableElement submitElement)
          Deprecated. as of 2.8, please use HtmlForm.getWebRequest(SubmittableElement) instead
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.