Package com.adobe.xfa
Class DeltaScript
- java.lang.Object
 - 
- com.adobe.xfa.ObjScript
 - 
- com.adobe.xfa.DeltaScript
 
 
 
- 
public class DeltaScript extends ObjScript
This class contains all the script functionality associated with the Delta class. Broken out into a separate class for easier maintainability. 
- 
- 
Constructor Summary
Constructors Constructor Description DeltaScript() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgetCurrentValue(Obj pObj, Arg oRetVal)static voidgetParent(Obj pObj, Arg oRetVal)static voidgetSavedValue(Obj pObj, Arg oRetVal)static ScriptTablegetScriptTable()static voidgetTarget(Obj pObj, Arg oRetVal)static voidrestore(Obj pObj, Arg oRetVal, Arg[] pArgs)- 
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getScriptTable
public static ScriptTable getScriptTable()
 
 - 
 
 -