org.eclipse.birt.data.engine.api.script
Interface IJavascriptContext
- All Known Subinterfaces:
- IDataSetInstanceHandle, IDataSourceInstanceHandle
- public interface IJavascriptContext
Represents a Data Engine runtime object (e.g., data source or data set)
which emits events that can be handled by Javascript code. This interface
provides the necessary context to execute Javascript event handler code
Method Summary |
org.mozilla.javascript.Scriptable |
getScriptScope()
Returns a Scriptable object that should be used as the scope in which
to execute Javascript code associated with the runtime object. |
getScriptScope
public org.mozilla.javascript.Scriptable getScriptScope()
- Returns a Scriptable object that should be used as the scope in which
to execute Javascript code associated with the runtime object.
Copyright © 2005 Actuate Corp. All rights reserved.