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[] 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.