Package com.adobe.xfa
Class ScriptPropObj
java.lang.Object
com.adobe.xfa.ScriptPropObj
Defines the parameters required to get/set a script property
-
Constructor Summary
ConstructorsConstructorDescriptionScriptPropObj(Class<?> clazz, String sName, String sGetFunc, String sSetFunc, int eParamType, int nXFAVersion, int nAvailability, int nVersionDep) -
Method Summary
Modifier and TypeMethodDescriptionintgetName()intintintbooleanbooleanbooleaninvokeGetProp(Obj scriptThis, Arg oRetValue, DependencyTracker dependencyTracker) booleaninvokePermsFunc(Obj scriptThis) booleaninvokeSetProp(Obj scriptThis, Arg oRetValue)
-
Constructor Details
-
ScriptPropObj
-
-
Method Details
-
invokeGetProp
-
invokeSetProp
-
invokePermsFunc
-
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
-