Generated by
JDiff

Class com.qoppa.pdfViewer.actions.SubmitFormAction

Added Constructors
SubmitFormAction(String, int) Constructs the action with a destination for the form and flags controlling the action.
SubmitFormAction(URL, int, boolean) Constructs the action with a destination for the form and flags controlling the action.
 

Added Methods
String getSubmitURLString() Return a string representing the attempted destination of the action.
boolean isSubmitAsXML() Return whether this SubmitFormAction is supposed to submit the fields in XML format.
 

Changed Methods
PDFArray getFields() Change in return type from com.qoppa.pdf.loObjects.PDFArray to PDFArray.
Returns the fields that are associated with this submit action.
void setFields(PDFArray) Change in signature from com.qoppa.pdf.loObjects.PDFArray to PDFArray.
Sets the fields associated with the action.