org.gwtopenmaps.openlayers.client.util
Class JArrayBase

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.util.JArrayBase
Direct Known Subclasses:
JDoubleArray, JFloatArray, JIntArray, JObjectArray, JStringArray

public class JArrayBase
extends JSObjectWrapper

Base class for classes wrapping Javascript arrays. Get and set methods are implemented in subclasses, to make sure they get and set the correct type of array element.


Constructor Summary
protected JArrayBase(int length)
           
protected JArrayBase(JSObject element)
           
 
Method Summary
 int length()
           
static JArrayBase narrowToJArray(JSObject element)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JArrayBase

protected JArrayBase(JSObject element)

JArrayBase

protected JArrayBase(int length)
Method Detail

narrowToJArray

public static JArrayBase narrowToJArray(JSObject element)

length

public int length()


Copyright © 2011 sourceforge. All Rights Reserved.