Class DataWindowScript

java.lang.Object
com.adobe.xfa.ObjScript
com.adobe.xfa.data.DataWindowScript

public class DataWindowScript extends ObjScript
This class contains all the script functionality associated with the Node class. Broken out into a separate class for easier maintainability.
  • Constructor Details

    • DataWindowScript

      public DataWindowScript()
  • Method Details

    • getScriptTable

      public static ScriptTable getScriptTable()
    • getRecordsBefore

      public static void getRecordsBefore(Obj pObj, Arg oRetVal)
    • getRecordsAfter

      public static void getRecordsAfter(Obj pObj, Arg oRetVal)
    • getCurrentRecordNumber

      public static void getCurrentRecordNumber(Obj pObj, Arg oRetVal)
    • getIsDefined

      public static void getIsDefined(Obj pObj, Arg oRetVal)
    • record

      public static void record(Obj pObj, Arg oRetVal, Arg[] pArgs)
    • moveCurrentRecord

      public static void moveCurrentRecord(Obj pObj, Arg oRetVal, Arg[] pArgs)
    • gotoRecord

      public static void gotoRecord(Obj pObj, Arg oRetVal, Arg[] pArgs)
    • isRecordGroup

      public static void isRecordGroup(Obj pObj, Arg oRetVal, Arg[] pArgs)