com.vaadin.client
Class JsArrayObject<T>

java.lang.Object
  extended by JavaScriptObject
      extended by com.vaadin.client.JsArrayObject<T>

public final class JsArrayObject<T>
extends JavaScriptObject


Constructor Summary
protected JsArrayObject()
           
 
Method Summary
 void add(T value)
           
 T get(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsArrayObject

protected JsArrayObject()
Method Detail

add

public void add(T value)

size

public int size()

get

public T get(int i)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.