Package com.adobe.xfa
Class ListBaseScript
- java.lang.Object
-
- com.adobe.xfa.ObjScript
-
- com.adobe.xfa.ListBaseScript
-
- Direct Known Subclasses:
NodeListScript
public class ListBaseScript extends ObjScript
This class contains all the script functionality associated with the XFAList class. Broken out into a separate class for easier maintainability.
-
-
Constructor Summary
Constructors Constructor Description ListBaseScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
append(Obj pObj, Arg oRetVal, Arg[] pArgs)
static boolean
appendPermsCheck(Obj obj, Arg[] args)
Static method for invoking functions in the script interfacestatic void
getLength(Obj pObj, Arg oRetVal)
static method used by the script interface for setting/getting propertiesstatic ScriptTable
getScriptTable()
static void
insert(Obj pObj, Arg oRetVal, Arg[] pArgs)
static boolean
insertPermsCheck(Obj obj, Arg[] args)
static void
item(Obj pObj, Arg oRetVal, Arg[] pArgs)
static void
remove(Obj pObj, Arg oRetVal, Arg[] pArgs)
static boolean
removePermsCheck(Obj obj, Arg[] args)
-
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
-
-
-
Method Detail
-
getLength
public static void getLength(Obj pObj, Arg oRetVal)
static method used by the script interface for setting/getting properties
-
appendPermsCheck
public static boolean appendPermsCheck(Obj obj, Arg[] args)
Static method for invoking functions in the script interface
-
getScriptTable
public static ScriptTable getScriptTable()
-
-