JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

JSObject.setSlot() Java Method

Name

JSObject.setSlot() Java Method---set an array element of a JavaScript object

Availability

Part of the netscape.javascript package included with Navigator 3.0

Synopsis

public void setSlot(int index, Object value)

Arguments

index

The index of the array element to be set in the JSObject.

value

The value that the specified array element should be set to.

Returns

nothing

Description

The setSlot() method of the Java JSObject class sets the value of a numbered array element of a JavaScript object from Java. The specified value may be any Java Object. Primitive Java values may not be passed to this method. In JavaScript, the specified value will be accessible as a JavaObject object.

See Also

"JSObject", Chapter 19, LiveConnect: JavaScript and Java


Previous Home Next
JSObject.setMember() Book Index JSObject.toString()

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell
Hosted by uCoz