Uses of Class
com.gargoylesoftware.htmlunit.KeyValuePair

Packages that use KeyValuePair
com.gargoylesoftware.htmlunit Framework classes 
com.gargoylesoftware.htmlunit.html Classes specific to html pages 
 

Uses of KeyValuePair in com.gargoylesoftware.htmlunit
 

Subclasses of KeyValuePair in com.gargoylesoftware.htmlunit
 class KeyDataPair
          A holder for a key/value pair that represents a file to upload.
 

Uses of KeyValuePair in com.gargoylesoftware.htmlunit.html
 

Methods in com.gargoylesoftware.htmlunit.html that return KeyValuePair
 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[] 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[] 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[] 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[] 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[] 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. Returns "Submit Query" if name attribute is defined and value attribute is not defined.
 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-2010 Gargoyle Software Inc.. All Rights Reserved.