Uses of Class
org.htmlunit.html.HtmlRadioButtonInput
-
Packages that use HtmlRadioButtonInput Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.serializer Contains the html serializer implementations. -
-
Uses of HtmlRadioButtonInput in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlRadioButtonInput Modifier and Type Method Description HtmlRadioButtonInput
HtmlForm. getCheckedRadioButton(java.lang.String name)
Returns the first checked radio button with the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlRadioButtonInput Modifier and Type Method Description java.util.List<HtmlRadioButtonInput>
HtmlForm. getRadioButtonsByName(java.lang.String name)
Returns all theHtmlRadioButtonInput
elements in this form that have the specified name.Methods in org.htmlunit.html with parameters of type HtmlRadioButtonInput Modifier and Type Method Description (package private) void
HtmlForm. setCheckedRadioButton(HtmlRadioButtonInput radioButtonInput)
Selects the specified radio button in the form. -
Uses of HtmlRadioButtonInput in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlRadioButtonInput Modifier and Type Method Description protected void
HtmlSerializerNormalizedText. appendRadioButtonInput(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlRadioButtonInput htmlRadioButtonInput)
ProcessHtmlRadioButtonInput
.protected void
HtmlSerializerVisibleText. appendRadioButtonInput(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlRadioButtonInput htmlRadioButtonInput, HtmlSerializerVisibleText.Mode mode)
ProcessHtmlRadioButtonInput
.
-