public class PDFormFieldAdditionalActions extends Object implements COSObjectable
| Constructor and Description | 
|---|
| PDFormFieldAdditionalActions()Default constructor. | 
| PDFormFieldAdditionalActions(COSDictionary a)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public PDFormFieldAdditionalActions()
public PDFormFieldAdditionalActions(COSDictionary a)
a - The action dictionary.public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic 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.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.