Package com.adobe.xfa

Class ScriptPropObj

java.lang.Object
com.adobe.xfa.ScriptPropObj

public final class ScriptPropObj extends Object
Defines the parameters required to get/set a script property
  • Constructor Details

    • ScriptPropObj

      public ScriptPropObj(Class<?> clazz, String sName, String sGetFunc, String sSetFunc, int eParamType, int nXFAVersion, int nAvailability, int nVersionDep)
  • Method Details

    • invokeGetProp

      public boolean invokeGetProp(Obj scriptThis, Arg oRetValue, DependencyTracker dependencyTracker)
    • invokeSetProp

      public boolean invokeSetProp(Obj scriptThis, Arg oRetValue)
    • invokePermsFunc

      public boolean invokePermsFunc(Obj scriptThis)
    • hasGetter

      public boolean hasGetter()
    • hasSetter

      public boolean hasSetter()
    • getXFAVersion

      public int getXFAVersion()
    • getAvailability

      public int getAvailability()
    • getVersionDeprecated

      public int getVersionDeprecated()
    • getParamType

      public int getParamType()
    • getName

      public String getName()