|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlInput | |
---|---|
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 HtmlInput in com.gargoylesoftware.htmlunit.html |
---|
Subclasses of HtmlInput in com.gargoylesoftware.htmlunit.html | |
---|---|
class |
HtmlButtonInput
Wrapper for the HTML element "input" where type is "button". |
class |
HtmlCheckBoxInput
Wrapper for the HTML element "input". |
class |
HtmlFileInput
Wrapper for the HTML element "input". |
class |
HtmlHiddenInput
Wrapper for the HTML element "input" of type "hidden". |
class |
HtmlImageInput
Wrapper for the HTML element "input". |
class |
HtmlPasswordInput
Wrapper for the HTML element "input". |
class |
HtmlRadioButtonInput
Wrapper for the HTML element "input". |
class |
HtmlResetInput
Wrapper for the HTML element "input". |
class |
HtmlSubmitInput
Wrapper for the HTML element "input". |
class |
HtmlTextInput
Wrapper for the HTML element "input" with type="text". |
Methods in com.gargoylesoftware.htmlunit.html with type parameters of type HtmlInput | ||
---|---|---|
|
HtmlForm.getInputByName(String name)
Returns the first input element which is a member of this form and has the specified name. |
|
|
HtmlForm.getInputByValue(String value)
Returns the first input in this form with the specified value. |
Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlInput | |
---|---|
List<HtmlInput> |
HtmlForm.getInputsByName(String name)
Returns all input elements which are members of this form and have the specified name. |
List<HtmlInput> |
HtmlForm.getInputsByValue(String value)
Returns all the inputs in this form with the specified value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |