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 Detail

      • AppModelScript

        public AppModelScript()
    • Method Detail

      • 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,
                                                 java.lang.String sProp)