com.qoppa.pdfViewer.actions
Class ResetForm

java.lang.Object
  extended by com.qoppa.pdfViewer.actions.Action
      extended by com.qoppa.pdfViewer.actions.ResetForm

public class ResetForm
extends Action

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

ACTION_TYPE_DESCRIPTION

public static String ACTION_TYPE_DESCRIPTION

FLAG_INCLUDEEXCLUDE

public static final int FLAG_INCLUDEEXCLUDE
See Also:
Constant Field Values
Constructor Detail

ResetForm

public ResetForm()
Method Detail

getActionType

public String getActionType()
Returns the action type.

Specified by:
getActionType in class Action
Returns:
The action type.

getActionTypeDesc

public String getActionTypeDesc()
Returns the action type description

Specified by:
getActionTypeDesc in class Action

toString

public String toString()
Returns the description of the action.

Overrides:
toString in class Object

getFields

public com.qoppa.pdf.loObjects.PDFArray getFields()
Returns the fields array.


setFields

public void setFields(com.qoppa.pdf.loObjects.PDFArray fields)
Set the fields array.


getFlags

public int getFlags()
Returns the flags.


setFlags

public void setFlags(int flags)
Sets the flags.