25.187. JSObject.getSlot( ): read an array element of a JavaScript objectJava method in Java plug-in25.187.1. Synopsis
25.187.1.1. Arguments
25.187.1.2. ReturnsThe value of the array element at the specified index of a JavaScript object. 25.187.2. DescriptionThe getSlot( ) method of the Java JSObject class reads and returns to Java the value of an array element at the specified index of a JavaScript object. The return value may be another JSObject object or a Double, Boolean, or String object, but it is returned as a generic Object, which you must cast as necessary. |
Friday, October 30, 2009
Section 25.187. JSObject.getSlot( ): read an array element of a JavaScript object
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment