Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.html.impl |
Contains some implementation classes that have to be public to be used internally in different packages
but that shouldn't be used directly by HtmlUnit users.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlDateInput
Wrapper for the HTML element "input" where type is "date".
|
class |
HtmlEmailInput
Wrapper for the HTML element "input" where type is "email".
|
class |
HtmlNumberInput
Wrapper for the HTML element "input" with type is "number".
|
class |
HtmlPasswordInput
Wrapper for the HTML element "input".
|
class |
HtmlSearchInput
Wrapper for the HTML element "input" where type is "search".
|
class |
HtmlSelectableTextInput
Abstract parent class to share
SelectableTextInput implementation
and typing support. |
class |
HtmlTelInput
Wrapper for the HTML element "input" where type is "tel".
|
class |
HtmlTextArea
Wrapper for the HTML element "textarea".
|
class |
HtmlTextInput
Wrapper for the HTML element "input" with type="text".
|
class |
HtmlTimeInput
Wrapper for the HTML element "input" where type is "time".
|
class |
HtmlUrlInput
Wrapper for the HTML element "input" where type is "url".
|
Constructor and Description |
---|
SelectableTextSelectionDelegate(SelectableTextInput element)
Creates a new instance for the specified element.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.