Uses of Class
org.htmlunit.html.HtmlInput
Packages that use HtmlInput
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.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of HtmlInput in org.htmlunit.html
Subclasses of HtmlInput in org.htmlunit.htmlModifier and TypeClassDescriptionclass
Wrapper for the HTML element "input" where type is "button".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "color".class
Wrapper for the HTML element "input" where type is "date".class
Wrapper for the HTML element "input" where type is "datetime-local".class
Wrapper for the HTML element "input" where type is "email".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" of type "hidden".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "month".class
Wrapper for the HTML element "input" with type is "number".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "range".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "search".class
Abstract parent class to shareSelectableTextInput
implementation and typing support.class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "tel".class
Wrapper for the HTML element "input" with type="text".class
Wrapper for the HTML element "input" where type is "time".class
Wrapper for the HTML element "input" where type is "url".class
Wrapper for the HTML element "input" where type is "week".Methods in org.htmlunit.html with type parameters of type HtmlInputModifier and TypeMethodDescriptionfinal <I extends HtmlInput>
IHtmlForm.getInputByName
(String name) Returns the first input element which is a member of this form and has the specified name.<I extends HtmlInput>
IHtmlForm.getInputByValue
(String value) Returns the first input in this form with the specified value.Methods in org.htmlunit.html that return HtmlInputModifier and TypeMethodDescriptionHtmlInput.changeType
(String newType, boolean setThroughAttribute) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Changes the type of the current HtmlInput.Methods in org.htmlunit.html that return types with arguments of type HtmlInputModifier and TypeMethodDescriptionHtmlForm.getInputsByName
(String name) Returns all input elements which are members of this form and have the specified name.HtmlForm.getInputsByValue
(String value) Returns all the inputs in this form with the specified value.Methods in org.htmlunit.html with parameters of type HtmlInputModifier and TypeMethodDescriptionprotected void
HtmlDateTimeLocalInput.adjustValueAfterTypeChange
(HtmlInput oldInput, BrowserVersion browserVersion) protected void
HtmlFileInput.adjustValueAfterTypeChange
(HtmlInput oldInput, BrowserVersion browserVersion) protected void
HtmlInput.adjustValueAfterTypeChange
(HtmlInput oldInput, BrowserVersion browserVersion) protected void
HtmlMonthInput.adjustValueAfterTypeChange
(HtmlInput oldInput, BrowserVersion browserVersion) protected void
HtmlTimeInput.adjustValueAfterTypeChange
(HtmlInput oldInput, BrowserVersion browserVersion) protected void
HtmlWeekInput.adjustValueAfterTypeChange
(HtmlInput oldInput, BrowserVersion browserVersion) -
Uses of HtmlInput in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlInputModifier and TypeMethodDescriptionprotected void
HtmlSerializerNormalizedText.appendInput
(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlInput htmlInput) ProcessHtmlInput
.protected void
HtmlSerializerVisibleText.appendInput
(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlInput htmlInput, HtmlSerializerVisibleText.Mode mode) ProcessHtmlInput
. -
Uses of HtmlInput in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return HtmlInputModifier and TypeMethodDescriptionHTMLInputElement.getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.