|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
com.adobe.xfa.scripthandler.rhino.LiveObject
public class LiveObject
A class to expose XFA objects to JavaScript scripting. Each scriptable XFA objects is peered to instances of this class.
| Field Summary | |
|---|---|
protected RhinoScriptHandler |
moHandler
|
protected com.adobe.xfa.scripthandler.rhino.ScriptObject |
moScriptObj
|
protected Obj |
moXFAObject
|
| Fields inherited from class org.mozilla.javascript.ScriptableObject |
|---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
| Fields inherited from interface org.mozilla.javascript.Scriptable |
|---|
NOT_FOUND |
| Constructor Summary | |
|---|---|
LiveObject(RhinoScriptHandler handler,
Obj xfaObject)
Instantiates a LiveObject object. |
|
| Method Summary |
|---|
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
|---|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected transient RhinoScriptHandler moHandler
protected transient com.adobe.xfa.scripthandler.rhino.ScriptObject moScriptObj
protected transient Obj moXFAObject
| Constructor Detail |
|---|
public LiveObject(RhinoScriptHandler handler,
Obj xfaObject)
handler - a Rhino script handler.xfaObject - the XFA object that is peered to this object.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||