|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.Action
com.cete.dynamicpdf.OutlineAnnotationAction
com.cete.dynamicpdf.pageelements.forms.SubmitAction
public class SubmitAction
Class represents the submit-form actions.
A submit-form action transmits the names and values of selected interactive form fields to a specified uniform resource locator(URL).
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
| Field Summary |
|---|
| Fields inherited from class com.cete.dynamicpdf.Action |
|---|
text_A, text_Next, text_S, text_Type |
| Constructor Summary | |
|---|---|
SubmitAction(java.lang.String url)
Creates a new instance of SubmitAction class. |
|
SubmitAction(java.lang.String url,
FormExportFormat exportFormat)
Creates a new instance of SubmitAction class. |
|
| Method Summary | |
|---|---|
void |
draw(DocumentWriter writer)
Draws the submit-form action to the specified DocumentWriter object. |
FormExportFormat |
getExportFormat()
Gets the export format of a submit action. |
java.lang.String |
getUrl()
Gets the url. |
void |
setExportFormat(FormExportFormat exportFormat)
Sets the export format of a submit action. |
void |
setUrl(java.lang.String url)
Sets the url. |
| Methods inherited from class com.cete.dynamicpdf.OutlineAnnotationAction |
|---|
getNextAction, setNextAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubmitAction(java.lang.String url)
SubmitAction class.
url - URL to which the submit-form action transmits the
names and values. By default, field names and values
are submitted in HTML Form format. Using a POST request.
public SubmitAction(java.lang.String url,
FormExportFormat exportFormat)
SubmitAction class.
url - URL to which the submit-form action transmits the
names and values.exportFormat - Specifies the submit export format type.| Method Detail |
|---|
public void setUrl(java.lang.String url)
url - the rul of the action.public java.lang.String getUrl()
public FormExportFormat getExportFormat()
public void setExportFormat(FormExportFormat exportFormat)
exportFormat - the export format of a submit action.public void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Actionwriter - DocumentWriter object to receive the
submit-form's action output.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||