Package com.adobe.xfa.data
Class DataWindowScript
java.lang.Object
com.adobe.xfa.ObjScript
com.adobe.xfa.data.DataWindowScript
This class contains all the script functionality associated with the
Node class. Broken out into a separate class for easier maintainability.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetCurrentRecordNumber(Obj pObj, Arg oRetVal) static voidgetIsDefined(Obj pObj, Arg oRetVal) static voidgetRecordsAfter(Obj pObj, Arg oRetVal) static voidgetRecordsBefore(Obj pObj, Arg oRetVal) static ScriptTablestatic voidgotoRecord(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidisRecordGroup(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidmoveCurrentRecord(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidMethods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
Constructor Details
-
DataWindowScript
public DataWindowScript()
-
-
Method Details
-
getScriptTable
-
getRecordsBefore
-
getRecordsAfter
-
getCurrentRecordNumber
-
getIsDefined
-
record
-
moveCurrentRecord
-
gotoRecord
-
isRecordGroup
-