Package com.adobe.xfa.form
Class FormInstanceManagerScript
java.lang.Object
com.adobe.xfa.ObjScript
com.adobe.xfa.NodeScript
com.adobe.xfa.ElementScript
com.adobe.xfa.ProtoableNodeScript
com.adobe.xfa.form.FormInstanceManagerScript
This class contains all the script functionality associated with the
FormInstanceManager class. Broken out into a separate class for easier maintainability.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddInstance(Obj obj, Arg retVal, Arg[] args) static voidstatic voidstatic voidstatic ScriptTablestatic voidinsertInstance(Obj obj, Arg retVal, Arg[] args) static booleaninstanceManagerPermsCheck(Obj obj, Arg[] args) static voidmoveInstance(Obj obj, Arg retVal, Arg[] args) static voidremoveInstance(Obj obj, Arg retVal, Arg[] args) static voidstatic voidsetInstances(Obj obj, Arg retVal, Arg[] args) Methods inherited from class com.adobe.xfa.ElementScript
applyXSL, assignNode, assignNodePermsCheck, clone, getAttribute, getElement, getId, getIsNull, getNs, getOneOfChild, isPropertySpecified, loadXML, loadXMLPermsCheck, locateOneOf, locateProp, locatePropPeek, resolveNode, resolveNodes, saveFilteredXML, saveXML, setAttribute, setAttributePermsCheck, setElement, setElementPermsCheck, setId, setOneOfChild, setPropMethods inherited from class com.adobe.xfa.NodeScript
classAll, classIndex, getAll, getIndex, getModel, getName, getNodes, getParent, getSomExpression, isContainer, resolveNode, resolveNodes, scriptPropLocateChildByClass, scriptPropLocateChildByName, setNameMethods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
Constructor Details
-
FormInstanceManagerScript
public FormInstanceManagerScript()
-
-
Method Details
-
getScriptTable
-
getMin
-
getMax
-
getCount
-
setCount
-
setInstances
-
addInstance
-
insertInstance
-
removeInstance
-
moveInstance
-
instanceManagerPermsCheck
-