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.serializer |
Contains the html serializer implementations.
|
org.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlButtonInput
Wrapper for the HTML element "input" where type is "button".
|
class |
HtmlCheckBoxInput
Wrapper for the HTML element "input".
|
class |
HtmlColorInput
Wrapper for the HTML element "input" where type is "color".
|
class |
HtmlDateInput
Wrapper for the HTML element "input" where type is "date".
|
class |
HtmlDateTimeLocalInput
Wrapper for the HTML element "input" where type is "datetime-local".
|
class |
HtmlEmailInput
Wrapper for the HTML element "input" where type is "email".
|
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 |
HtmlMonthInput
Wrapper for the HTML element "input" where type is "month".
|
class |
HtmlNumberInput
Wrapper for the HTML element "input" with type is "number".
|
class |
HtmlPasswordInput
Wrapper for the HTML element "input".
|
class |
HtmlRadioButtonInput
Wrapper for the HTML element "input".
|
class |
HtmlRangeInput
Wrapper for the HTML element "input" where type is "range".
|
class |
HtmlResetInput
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 |
HtmlSubmitInput
Wrapper for the HTML element "input".
|
class |
HtmlTelInput
Wrapper for the HTML element "input" where type is "tel".
|
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".
|
class |
HtmlWeekInput
Wrapper for the HTML element "input" where type is "week".
|
Modifier and Type | Method and Description |
---|---|
<I extends HtmlInput> |
HtmlForm.getInputByName(String name)
Returns the first input element which is a member of this form and has the specified name.
|
<I extends HtmlInput> |
HtmlForm.getInputByValue(String value)
Returns the first input in this form with the specified value.
|
Modifier and Type | Method and Description |
---|---|
HtmlInput |
HtmlInput.changeType(String newType,
boolean setThroughAttribute)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlWeekInput.adjustValueAfterTypeChange(HtmlInput oldInput,
BrowserVersion browserVersion) |
protected void |
HtmlTimeInput.adjustValueAfterTypeChange(HtmlInput oldInput,
BrowserVersion browserVersion) |
protected void |
HtmlMonthInput.adjustValueAfterTypeChange(HtmlInput oldInput,
BrowserVersion browserVersion) |
protected void |
HtmlInput.adjustValueAfterTypeChange(HtmlInput oldInput,
BrowserVersion browserVersion) |
protected void |
HtmlFileInput.adjustValueAfterTypeChange(HtmlInput oldInput,
BrowserVersion browserVersion) |
protected void |
HtmlDateTimeLocalInput.adjustValueAfterTypeChange(HtmlInput oldInput,
BrowserVersion browserVersion) |
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlSerializerNormalizedText.appendInput(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder,
HtmlInput htmlInput)
Process
HtmlInput . |
protected void |
HtmlSerializerVisibleText.appendInput(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
HtmlInput htmlInput,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode)
Process
HtmlInput . |
Modifier and Type | Method and Description |
---|---|
HtmlInput |
HTMLInputElement.getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw
an exception if one cannot be found.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.