org.gwtopenmaps.openlayers.client.util
Class JObjectArray
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.util.JArrayBase
org.gwtopenmaps.openlayers.client.util.JObjectArray
public class JObjectArray
- extends JArrayBase
Wraps a Javascript array that contains "non-basic type" of elements or
elements of mixed type. "Basic type" elements are wrapped in the following
array classes:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JObjectArray
protected JObjectArray(JSObject element)
JObjectArray
public JObjectArray(JSObject[] array)
JObjectArray
public JObjectArray(JSObjectWrapper[] array)
narrowToJObjectArray
public static JObjectArray narrowToJObjectArray(JSObject element)
set
public void set(int index,
JSObject value)
get
public JSObject get(int index)
toArray
public JSObject[] toArray()
Copyright © 2011 sourceforge. All Rights Reserved.