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