com.vaadin.client.

Class JsArrayObject<T>

  • java.lang.Object
    • com.google.gwt.core.client.JavaScriptObject
      • com.vaadin.client.JsArrayObject<T>
  • public final class JsArrayObject<T>
    extends com.google.gwt.core.client.JavaScriptObject
    • Constructor Summary

      Constructors
      Modifier Constructor Description
      protected JsArrayObject()  
    • Method Summary

      All Methods
      Modifier and Type Method Description
      void add​(T value)  
      T get​(int i)  
      int size()  
      • Methods inherited from class com.google.gwt.core.client.JavaScriptObject

        cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
    • Constructor Detail

      • JsArrayObject

        protected JsArrayObject()
    • Method Detail

      • add

        public void add​(T value)
      • size

        public int size()
      • get

        public T get​(int i)