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

Packages that use HtmlRadioButtonInput
com.gargoylesoftware.htmlunit.html Classes specific to html pages 
 

Uses of HtmlRadioButtonInput in com.gargoylesoftware.htmlunit.html
 

Methods in com.gargoylesoftware.htmlunit.html that return HtmlRadioButtonInput
 HtmlRadioButtonInput HtmlForm.getCheckedRadioButton(String name)
          Return the first checked radio button with the specified name.
 HtmlRadioButtonInput HtmlForm.getRadioButtonInput(String name, String value)
          Deprecated. Deprecated because 'name' and 'value' are sometimes not unique to select a single HtmlRadioButtonInput, it should not be called, you can use DomNode.getByXPath(String) instead.
 



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