|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.action.PDFormFieldAdditionalActions
public class PDFormFieldAdditionalActions
This class represents a form field's dictionary of actions that occur due to events.
Constructor Summary | |
---|---|
PDFormFieldAdditionalActions()
Default constructor. |
|
PDFormFieldAdditionalActions(COSDictionary a)
Constructor. |
Method Summary | |
---|---|
PDAction |
getC()
This will get a JavaScript action to be performed in order to recalculate the value of this field when that of another field changes. |
COSDictionary |
getCOSDictionary()
Convert this standard java object to a COS object. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
PDAction |
getF()
This will get a JavaScript action to be performed before the field is formatted to display its current value. |
PDAction |
getK()
This will get a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. |
PDAction |
getV()
This will get a JavaScript action to be performed when the field's value is changed. |
void |
setC(PDAction c)
This will set a JavaScript action to be performed in order to recalculate the value of this field when that of another field changes. |
void |
setF(PDAction f)
This will set a JavaScript action to be performed before the field is formatted to display its current value. |
void |
setK(PDAction k)
This will set a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. |
void |
setV(PDAction v)
This will set a JavaScript action to be performed when the field's value is changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFormFieldAdditionalActions()
public PDFormFieldAdditionalActions(COSDictionary a)
a
- The action dictionary.Method Detail |
---|
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public PDAction getK()
public void setK(PDAction k)
k
- The action to be performed.public PDAction getF()
public void setF(PDAction f)
f
- The action to be performed.public PDAction getV()
public void setV(PDAction v)
v
- The action to be performed.public PDAction getC()
public void setC(PDAction c)
c
- The action to be performed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |