Package com.adobe.xfa.template
Class TemplateModelScript
- java.lang.Object
-
- com.adobe.xfa.ObjScript
-
- com.adobe.xfa.NodeScript
-
- com.adobe.xfa.ElementScript
-
- com.adobe.xfa.ModelScript
-
- com.adobe.xfa.template.TemplateModelScript
-
public class TemplateModelScript extends ModelScript
This class contains all the script functionality associated with the TemplateModel class. Broken out into a separate class for easier maintainability.
-
-
Constructor Summary
Constructors Constructor Description TemplateModelScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
createNode(Obj obj, Arg oRetVal, Arg[] args)
static void
execCalculate(Obj obj, Arg retVal, Arg[] args)
static void
execInitialize(Obj obj, Arg retVal, Arg[] args)
static void
execValidate(Obj obj, Arg retVal, Arg[] args)
static void
formNodes(Obj obj, Arg retVal, Arg[] args)
static ScriptTable
getScriptTable()
static void
metadata(Obj obj, Arg retVal, Arg[] args)
static void
recalculate(Obj obj, Arg retVal, Arg[] args)
static void
remerge(Obj obj, Arg retVal, Arg[] args)
-
Methods inherited from class com.adobe.xfa.ModelScript
clearErrorList, getAliasNode, getContext, getName, isCompatibleNS, setAliasNode, setContext, setName
-
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, setProp
-
Methods inherited from class com.adobe.xfa.NodeScript
classAll, classIndex, getAll, getIndex, getModel, getNodes, getParent, getSomExpression, isContainer, resolveNode, resolveNodes, scriptPropLocateChildByClass, scriptPropLocateChildByName
-
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck
-
-
-
-
Method Detail
-
getScriptTable
public static ScriptTable getScriptTable()
-
-