Class SubformScript
java.lang.Object
com.adobe.xfa.ObjScript
com.adobe.xfa.NodeScript
com.adobe.xfa.ElementScript
com.adobe.xfa.ProtoableNodeScript
com.adobe.xfa.template.containers.ContainerScript
com.adobe.xfa.template.containers.SubformScript
This class contains all the script functionality associated with the
Subform class. Broken out into a separate class for easier maintainability.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidexecCalculate(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidstatic voidexecInitialize(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidexecValidate(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidgetBackColor(Obj pObj, Arg oRetVal) static voidgetBorderColor(Obj pObj, Arg oRetVal) static voidgetBorderWidth(Obj pObj, Arg oRetVal) static voidgetErrorText(Obj pObj, Arg oRetVal) static voidgetInstanceIndex(Obj pObj, Arg oRetVal, DependencyTracker pDepTrack) static voidgetInstanceManager(Obj pObj, Arg oRetVal) static voidgetInvalidObjects(Obj pObj, Arg oRetVal, Arg[] pArgs) static voidgetMessage(Obj pObj, Arg oRetVal) static ScriptTablestatic voidsetBackColor(Obj pObj, Arg propertyValue) static voidsetBorderColor(Obj pObj, Arg propertyValue) static voidsetBorderWidth(Obj pObj, Arg propertyValue) static voidsetInstanceIndex(Obj pObj, Arg propertyValue) static voidsetMessage(Obj pObj, Arg propertyValue) Methods inherited from class com.adobe.xfa.template.containers.ContainerScript
getDelta, getDeltasMethods 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
-
SubformScript
public SubformScript()
-
-
Method Details
-
getScriptTable
-
getMessage
-
setMessage
-
getBackColor
-
setBackColor
-
getBorderColor
-
setBorderColor
-
getBorderWidth
-
setBorderWidth
-
getInstanceManager
-
dataNode
-
getInstanceIndex
-
setInstanceIndex
-
getErrorText
-
execCalculate
-
execValidate
-
execInitialize
-
execEvent
-
getInvalidObjects
-