Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlSubmitInput

Packages that use HtmlSubmitInput
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 HtmlSubmitInput in com.gargoylesoftware.htmlunit.html
 

Methods in com.gargoylesoftware.htmlunit.html that return HtmlSubmitInput
 HtmlSubmitInput HtmlForm.getSubmitButton()
          Gets the first <input type="submit"> element in this form.
 

Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlSubmitInput
 java.util.List<HtmlSubmitInput> HtmlForm.getSubmitButtons()
          Returns all the <input type="submit"> elements in this form.
 



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