Package com.adobe.xfa

Class AppModelScript


public class AppModelScript extends ElementScript
This class contains all the script functionality associated with the AppModel class. Broken out into a separate class for easier maintainability.
  • Constructor Details

    • AppModelScript

      public AppModelScript()
  • Method Details

    • getScriptTable

      public static ScriptTable getScriptTable()
    • getThis

      public static void getThis(Obj pObj, Arg oRetVal)
    • getTimeStamp

      public static void getTimeStamp(Obj pObj, Arg oRetVal)
    • getUUID

      public static void getUUID(Obj pObj, Arg oRetVal)
    • setTimeStamp

      public static void setTimeStamp(Obj pObj, Arg oArg)
    • setUUID

      public static void setUUID(Obj pObj, Arg oArg)
    • getPseudoModelFunc

      public static boolean getPseudoModelFunc(Obj pObj, Arg oRetVal, String sProp)