|
||||||||||
| 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.ResetForm
public class ResetForm
Action that tells the viewer to reset the fields in the form (if there is any) to their default values.
| Field Summary | |
|---|---|
static String |
ACTION_TYPE_DESCRIPTION
|
static int |
FLAG_INCLUDEEXCLUDE
|
| Constructor Summary | |
|---|---|
ResetForm()
|
|
| Method Summary | |
|---|---|
String |
getActionType()
Returns the action type. |
String |
getActionTypeDesc()
Returns the action type description |
com.qoppa.pdf.loObjects.PDFArray |
getFields()
Returns the fields array. |
int |
getFlags()
Returns the flags. |
void |
setFields(com.qoppa.pdf.loObjects.PDFArray fields)
Set the fields array. |
void |
setFlags(int flags)
Sets the flags. |
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
public static final int FLAG_INCLUDEEXCLUDE
| Constructor Detail |
|---|
public ResetForm()
| Method Detail |
|---|
public String getActionType()
getActionType in class Actionpublic String getActionTypeDesc()
getActionTypeDesc in class Actionpublic String toString()
toString in class Objectpublic com.qoppa.pdf.loObjects.PDFArray getFields()
public void setFields(com.qoppa.pdf.loObjects.PDFArray fields)
public int getFlags()
public void setFlags(int flags)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||