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.
  • Constructor Details

    • PseudoModel

      public PseudoModel()
  • Method Details

    • getAliasObject

      public Obj getAliasObject()
    • getEventTable

      public EventManager.EventTable getEventTable(boolean bCreate)
    • getScriptTable

      public ScriptTable getScriptTable()
      Overrides:
      getScriptTable in class Obj
    • getClassName

      public 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 class Obj
      Returns:
      the class name.