Package com.adobe.xfa

Class HostPseudoModelScript


  • public class HostPseudoModelScript
    extends PseudoModelScript
    This class contains all the script functionality associated with the HostPseudoModel class. Broken out into a separate class for easier maintainability.
    • Constructor Detail

      • HostPseudoModelScript

        public HostPseudoModelScript()
    • Method Detail

      • getScriptTable

        public static ScriptTable getScriptTable()
      • beep

        public static void beep​(Obj pObj,
                                Arg oRetVal,
                                Arg[] pArgs)
      • exportData

        public static void exportData​(Obj pObj,
                                      Arg oRetVal,
                                      Arg[] pArgs)
      • getAppType

        public static void getAppType​(Obj pObj,
                                      Arg oRetVal)
      • getCalculationsEnabled

        public static void getCalculationsEnabled​(Obj pObj,
                                                  Arg oRetVal)
      • getCurrentDateTime

        public static void getCurrentDateTime​(Obj pObj,
                                              Arg oRetVal,
                                              Arg[] pArgs)
      • getCurrentPage

        public static void getCurrentPage​(Obj pObj,
                                          Arg oRetVal)
      • getDocumentInBatch

        public static void getDocumentInBatch​(Obj pObj,
                                              Arg oRetVal,
                                              Arg[] pArgs)
      • getDocumentCountInBatch

        public static void getDocumentCountInBatch​(Obj pObj,
                                                   Arg oRetVal,
                                                   Arg[] pArgs)
      • getFocus

        public static void getFocus​(Obj pObj,
                                    Arg oRetVal,
                                    Arg[] pArgs)
      • getLanguage

        public static void getLanguage​(Obj pObj,
                                       Arg oRetVal)
      • getName

        public static void getName​(Obj pObj,
                                   Arg oRetVal)
      • getNumPages

        public static void getNumPages​(Obj pObj,
                                       Arg oRetVal)
      • getPlatform

        public static void getPlatform​(Obj pObj,
                                       Arg oRetVal)
      • getTitle

        public static void getTitle​(Obj pObj,
                                    Arg oRetVal)
      • getValidationsEnabled

        public static void getValidationsEnabled​(Obj pObj,
                                                 Arg oRetVal)
      • getVariation

        public static void getVariation​(Obj pObj,
                                        Arg oRetVal)
      • getVersion

        public static void getVersion​(Obj pObj,
                                      Arg oRetVal)
      • gotoURL

        public static void gotoURL​(Obj pObj,
                                   Arg oRetVal,
                                   Arg[] pArgs)
      • importData

        public static void importData​(Obj pObj,
                                      Arg oRetVal,
                                      Arg[] pArgs)
      • importDataPermsCheck

        public static boolean importDataPermsCheck​(Obj obj,
                                                   Arg[] args)
      • messageBox

        public static void messageBox​(Obj pObj,
                                      Arg oRetVal,
                                      Arg[] pArgs)
      • openList

        public static void openList​(Obj pObj,
                                    Arg oRetVal,
                                    Arg[] pArgs)
      • pageDown

        public static void pageDown​(Obj pObj,
                                    Arg oRetVal,
                                    Arg[] pArgs)
      • pageUp

        public static void pageUp​(Obj pObj,
                                  Arg oRetVal,
                                  Arg[] pArgs)
      • print

        public static void print​(Obj pObj,
                                 Arg oRetVal,
                                 Arg[] pArgs)
      • resetData

        public static void resetData​(Obj pObj,
                                     Arg oRetVal,
                                     Arg[] pArgs)
      • resetDataPermsCheck

        public static boolean resetDataPermsCheck​(Obj obj,
                                                  Arg[] args)
      • response

        public static void response​(Obj pObj,
                                    Arg oRetVal,
                                    Arg[] pArgs)
      • setCurrentPage

        public static void setCurrentPage​(Obj pObj,
                                          Arg propertyValue)
      • setFocus

        public static void setFocus​(Obj pObj,
                                    Arg oRetVal,
                                    Arg[] pArgs)
      • setTitle

        public static void setTitle​(Obj pObj,
                                    Arg propertyValue)
      • setValidationsEnabled

        public static void setValidationsEnabled​(Obj pObj,
                                                 Arg propertyValue)
      • setCalculationsEnabled

        public static void setCalculationsEnabled​(Obj pObj,
                                                  Arg propertyValue)