Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlButton
Wrapper for the HTML element "button".
|
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 |
HtmlInput
Wrapper for the HTML element "input".
|
class |
HtmlIsIndex
Wrapper for the HTML element "isindex".
|
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 |
HtmlSelect
Wrapper for the HTML element "select".
|
class |
HtmlSubmitInput
Wrapper for the HTML element "input".
|
class |
HtmlTextArea
Wrapper for the HTML element "textarea".
|
class |
HtmlTextInput
Wrapper for the HTML element "input" with type="text".
|
Modifier and Type | Method and Description |
---|---|
WebRequest |
HtmlForm.getWebRequest(SubmittableElement submitElement)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Gets the request for a submission of this form with the specified SubmittableElement. |
WebRequest |
HtmlForm.getWebRequestSettings(SubmittableElement submitElement)
Deprecated.
as of 2.8, please use
HtmlForm.getWebRequest(SubmittableElement) instead |
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.