Package com.adobe.xfa
Class AppModelScript
- java.lang.Object
 - 
- com.adobe.xfa.ObjScript
 - 
- com.adobe.xfa.NodeScript
 - 
- com.adobe.xfa.ElementScript
 - 
- com.adobe.xfa.AppModelScript
 
 
 
 
 
- 
public class AppModelScript extends ElementScript
This class contains all the script functionality associated with the AppModel class. Broken out into a separate class for easier maintainability. 
- 
- 
Constructor Summary
Constructors Constructor Description AppModelScript() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetPseudoModelFunc(Obj pObj, Arg oRetVal, java.lang.String sProp)static ScriptTablegetScriptTable()static voidgetThis(Obj pObj, Arg oRetVal)static voidgetTimeStamp(Obj pObj, Arg oRetVal)static voidgetUUID(Obj pObj, Arg oRetVal)static voidsetTimeStamp(Obj pObj, Arg oArg)static voidsetUUID(Obj pObj, Arg oArg)- 
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, getName, getNodes, getParent, getSomExpression, isContainer, resolveNode, resolveNodes, scriptPropLocateChildByClass, scriptPropLocateChildByName, setName 
- 
Methods inherited from class com.adobe.xfa.ObjScript
getClassName, setPropPermsCheck 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getScriptTable
public static ScriptTable getScriptTable()
 
 - 
 
 -