Package com.adobe.xfa

Class ObjScript

java.lang.Object
com.adobe.xfa.ObjScript
Direct Known Subclasses:
DataWindowScript, DeltaScript, ListBaseScript, NodeScript, PseudoModelScript

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

    • ObjScript

      public ObjScript()
  • Method Details

    • getClassName

      public static void getClassName(Obj pThis, Arg oRetVal)
    • getScriptTable

      public static ScriptTable getScriptTable()
    • setPropPermsCheck

      public static boolean setPropPermsCheck(Obj obj)
      Permissions checking functions for script calls or declarative operations
      Parameters:
      obj - the object to check
      Returns:
      TRUE if ok to modify, else FALSE