Class LiveComponent

java.lang.Object
org.mozilla.javascript.ScriptableObject
com.adobe.xfa.scripthandler.rhino.LiveComponent
All Implemented Interfaces:
Serializable, ConstProperties, DebuggableObject, Scriptable

public class LiveComponent extends ScriptableObject
A class to implement naked references in JavaScript. This class is a proxy for all naked references in XFA.

Instances of this class are registered as global objects such that any naked reference, including JavaScript variables, is first processed by the get method of this class.

See Also:
  • Constructor Details

    • LiveComponent

      public LiveComponent(RhinoScriptHandler handler, Obj xfaObject)
      Instantiates a LiveComponent object. The lone constructor used by this package to create instances of this class.
      Parameters:
      handler - a Rhino script handler.
      xfaObject - the XFA object associated with this component. Typically this is the application model.
  • Method Details