Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
Modifier and Type | Class and Description |
---|---|
class |
KeyDataPair
A holder for a key/value pair that represents a file to upload.
|
Modifier and Type | Method and Description |
---|---|
KeyValuePair[] |
HtmlInput.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
KeyValuePair[] |
SubmittableElement.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted .
|
KeyValuePair[] |
HtmlSelect.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
KeyValuePair[] |
HtmlButton.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
KeyValuePair[] |
HtmlTextArea.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
KeyValuePair[] |
HtmlSubmitInput.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
KeyValuePair[] |
HtmlIsIndex.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
KeyValuePair[] |
HtmlFileInput.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
KeyValuePair[] |
HtmlImageInput.getSubmitKeyValuePairs()
Return an array of KeyValuePairs that are the values that will be sent
back to the server whenever the current form is submitted.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.