Uses of Class
org.htmlunit.html.HtmlRadioButtonInput
Packages that use HtmlRadioButtonInput
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.Contains the html serializer implementations.
-
Uses of HtmlRadioButtonInput in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlRadioButtonInputModifier and TypeMethodDescriptionHtmlForm.getCheckedRadioButton(String name) Returns the first checked radio button with the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlRadioButtonInputModifier and TypeMethodDescriptionHtmlForm.getRadioButtonsByName(String name) Returns all theHtmlRadioButtonInputelements in this form that have the specified name.Methods in org.htmlunit.html with parameters of type HtmlRadioButtonInputModifier and TypeMethodDescription(package private) voidHtmlForm.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 HtmlRadioButtonInputModifier and TypeMethodDescriptionprotected voidHtmlSerializerNormalizedText.appendRadioButtonInput(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlRadioButtonInput htmlRadioButtonInput) ProcessHtmlRadioButtonInput.protected voidHtmlSerializerVisibleText.appendRadioButtonInput(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlRadioButtonInput htmlRadioButtonInput, HtmlSerializerVisibleText.Mode mode) ProcessHtmlRadioButtonInput.