Package com.adobe.xfa
Class PseudoModel
- java.lang.Object
-
- com.adobe.xfa.Obj
-
- com.adobe.xfa.PseudoModel
-
- All Implemented Interfaces:
Peer
- Direct Known Subclasses:
EventPseudoModel
,HostPseudoModel
public abstract class PseudoModel extends Obj
A base class for all transient scripting objects. Transient objects represent objects that are available at runtime, but are not represented by a corresponding XFA model.
-
-
Field Summary
-
Fields inherited from interface com.adobe.xfa.ut.Peer
ATTR_CHANGED, CHILD_ADDED, CHILD_REMOVED, DESCENDENT_ADDED, DESCENDENT_ATTR_CHANGED, DESCENDENT_REMOVED, DESCENDENT_VALUE_CHANGED, PARENT_CHANGED, PERMS_LOCK_CLEARED, PERMS_LOCK_SET, PROTO_ATTR_CHANGED, PROTO_CHILD_ADDED, PROTO_CHILD_REMOVED, PROTO_DESCENDENT_ADDED, PROTO_DESCENDENT_ATTR_CHANGED, PROTO_DESCENDENT_REMOVED, PROTO_DESCENDENT_VALUE_CHANGED, PROTO_VALUE_CHANGED, UPDATED, VALUE_CHANGED
-
-
Constructor Summary
Constructors Constructor Description PseudoModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Obj
getAliasObject()
java.lang.String
getClassName()
Gets the name of this object's class.EventManager.EventTable
getEventTable(boolean bCreate)
ScriptTable
getScriptTable()
-
Methods inherited from class com.adobe.xfa.Obj
addPeer, addPeeredNode, clearPeers, deafen, getClassAtom, getClassTag, getPeer, getScriptMethodInfo, getScriptProperty, getScriptThis, invokeFunction, isDeaf, isMute, isSameClass, isSameClass, isSameClass, mute, notifyPeers, peerRemoved, removePeer, removePeeredNode, sendMessenge, setClass, setClassTag, setScriptProperty, unDeafen, unMute, updateFromPeer, validateUsage, validateUsageFailedIsFatal
-
-
-
-
Method Detail
-
getAliasObject
public Obj getAliasObject()
-
getEventTable
public EventManager.EventTable getEventTable(boolean bCreate)
-
getScriptTable
public ScriptTable getScriptTable()
- Overrides:
getScriptTable
in classObj
-
getClassName
public java.lang.String getClassName()
Description copied from class:Obj
Gets the name of this object's class. Overriden by derived classes such as Element that have a local name that may be returned instead.- Overrides:
getClassName
in classObj
- Returns:
- the class name.
-
-