This method allows the Java code to set an element of a JavaScript array stored in a JSObject. There is a minor limitation in that you must pass a Java object and cannot set a primitive value.
The values passed to JavaScript will conform to the following conversions as they are passed to the JSObject methods:
See also: | Java to JavaScript values, JSObject object, LiveConnect |
Prev | Home | Next |
JSObject.setMember() | Up | JSObject.toString() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |