|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdfViewer.actions.Action
com.qoppa.pdfViewer.actions.SubmitFormAction
public class SubmitFormAction
Action that submits a form.
| Field Summary | |
|---|---|
static String |
ACTION_TYPE_DESCRIPTION
|
| Constructor Summary | |
|---|---|
SubmitFormAction(URL submitURL,
int flags)
Constructs the action with a destination for the form and flags controlling the action. |
|
| Method Summary | |
|---|---|
String |
getActionType()
Returns the type of action. |
String |
getActionTypeDesc()
Returns the action type description |
com.qoppa.pdf.loObjects.PDFArray |
getFields()
Returns the fields that are associated with this submit action. |
int |
getFlags()
Returns the flags representing the details of the action. |
URL |
getSubmitURL()
Returns the destination of the action. |
void |
setFields(com.qoppa.pdf.loObjects.PDFArray fields)
Sets the fields associated with the action. |
String |
toString()
Returns the description of the action. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String ACTION_TYPE_DESCRIPTION
| Constructor Detail |
|---|
public SubmitFormAction(URL submitURL,
int flags)
submitURL - The destination for submitting forms.flags - Flags determining details of the action.| Method Detail |
|---|
public String getActionType()
Action
getActionType in class Actionpublic String getActionTypeDesc()
Action
getActionTypeDesc in class Actionpublic URL getSubmitURL()
public int getFlags()
public com.qoppa.pdf.loObjects.PDFArray getFields()
public void setFields(com.qoppa.pdf.loObjects.PDFArray fields)
fields - associated with the submit action.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||