Package com.adobe.xfa.content
Class BooleanScript
- java.lang.Object
-
- com.adobe.xfa.ObjScript
-
- com.adobe.xfa.NodeScript
-
- com.adobe.xfa.ElementScript
-
- com.adobe.xfa.ProtoableNodeScript
-
- com.adobe.xfa.content.ContentScript
-
- com.adobe.xfa.content.BooleanScript
-
public class BooleanScript extends ContentScript
This class contains all the script functionality associated with the BooleanValue class. Broken out into a separate class for easier maintainability.
-
-
Constructor Summary
Constructors Constructor Description BooleanScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScriptTable
getScriptTable()
static void
getValue(Obj pObj, Arg oRetVal)
static void
setValue(Obj pObj, Arg oArg)
-
Methods inherited from class com.adobe.xfa.content.ContentScript
getClassName, getIsNull, setIsNull
-
Methods inherited from class com.adobe.xfa.ElementScript
applyXSL, assignNode, assignNodePermsCheck, clone, getAttribute, getElement, getId, 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, getName, getNodes, getParent, getSomExpression, isContainer, resolveNode, resolveNodes, scriptPropLocateChildByClass, scriptPropLocateChildByName, setName
-
Methods inherited from class com.adobe.xfa.ObjScript
setPropPermsCheck
-
-
-
-
Method Detail
-
getScriptTable
public static ScriptTable getScriptTable()
-
-