Uses of Interface
org.htmlunit.html.SubmittableElement
Packages that use SubmittableElement
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of SubmittableElement in org.htmlunit.html
Classes in org.htmlunit.html that implement SubmittableElementModifier and TypeClassDescriptionclass
Wrapper for the HTML element "button".class
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".class
Wrapper for the HTML element "isindex".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
Wrapper for the HTML element "select".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 "textarea".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 that return types with arguments of type SubmittableElementModifier and TypeMethodDescription(package private) Collection
<SubmittableElement> HtmlForm.getSubmittableElements
(SubmittableElement submitElement) Returns a collection of elements that represent all the "submittable" elements in this form, assuming that the specified element is used to submit the form.Methods in org.htmlunit.html with parameters of type SubmittableElementModifier and TypeMethodDescriptionHtmlForm.getParameterListForSubmit
(SubmittableElement submitElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns a list ofNameValuePair
s that represent the data that will be sent to the server when this form is submitted.(package private) Collection
<SubmittableElement> HtmlForm.getSubmittableElements
(SubmittableElement submitElement) Returns a collection of elements that represent all the "submittable" elements in this form, assuming that the specified element is used to submit the form.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.private static boolean
HtmlForm.isSubmittable
(HtmlElement element, SubmittableElement submitElement) Returnstrue
if the specified element gets submitted when this form is submitted, assuming that the form is submitted using the specified submit element.private static boolean
HtmlForm.isValidForSubmission
(HtmlElement element, SubmittableElement submitElement) void
HtmlForm.submit
(SubmittableElement submitElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.private void
HtmlForm.updateHtml5Attributes
(SubmittableElement submitElement) Check if element which cause submit contains new html5 attributes (formaction, formmethod, formtarget, formenctype) and override existing values