Class ExclGroupScript
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.ExclGroupScript
This class contains all the script functionality associated with the
ExclGroup 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 voidgetMandatory(Obj pObj, Arg oRetVal) static voidgetMandatoryMessage(Obj pObj, Arg oRetVal) static voidgetMembers(Obj pObj, Arg oRetVal) static voidgetRawValue(Obj pObj, Arg oRetVal) static ScriptTablestatic voidgetValidationMessage(Obj pObj, Arg oRetVal) static voidselectedMember(Obj pObj, Arg oRetVal, Arg[] pArgs) static booleanselectedMemberPermsCheck(Obj obj, Arg[] args) static voidsetBackColor(Obj pObj, Arg propertyValue) static voidsetBorderColor(Obj pObj, Arg propertyValue) static voidsetBorderWidth(Obj pObj, Arg propertyValue) static voidsetMandatory(Obj pObj, Arg propertyValue) static voidsetMandatoryMessage(Obj pObj, Arg propertyValue) static voidsetRawValue(Obj pObj, Arg propertyValue) static voidsetValidationMessage(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
-
ExclGroupScript
public ExclGroupScript()
-
-
Method Details
-
getScriptTable
-
getRawValue
-
setRawValue
-
getMembers
-
getMandatory
-
setMandatory
-
getValidationMessage
-
setValidationMessage
-
getMandatoryMessage
-
setMandatoryMessage
-
getBackColor
-
setBackColor
-
getBorderColor
-
setBorderColor
-
getBorderWidth
-
setBorderWidth
-
dataNode
-
getErrorText
-
selectedMemberPermsCheck
-
selectedMember
-
execCalculate
-
execValidate
-
execInitialize
-
execEvent
-