|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubmittableElement | |
---|---|
com.gargoylesoftware.htmlunit.html | Classes specific to html pages |
Uses of SubmittableElement in com.gargoylesoftware.htmlunit.html |
---|
Classes in com.gargoylesoftware.htmlunit.html that implement SubmittableElement | |
---|---|
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". |
Methods in com.gargoylesoftware.htmlunit.html with parameters of type SubmittableElement | |
---|---|
List |
HtmlForm.getParameterListForSubmit(SubmittableElement submitElement)
Return a list of KeyValuePair s that represent the data that will be
sent to the server on a form submit. |
Collection |
HtmlForm.getSubmittableElements(SubmittableElement submitElement)
Return a collection of elements that represent all the "submittable" elements in this form |
Page |
HtmlForm.submit(SubmittableElement submitElement)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Submit this form to the appropriate server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |