Java com.google.gwt.core.client JsArrayString fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.client JsArrayString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.client JsArrayString.

The text is from its open source code.

Subclass

com.google.gwt.core.client.JsArrayString has subclasses.
Click this link to see all its subclasses.

Method

Tcast()
A helper method to enable cross-casting from any JavaScriptObject type to any other JavaScriptObject type.
JavaScriptObjectcreateArray()
Returns a new array.
Stringget(int index)
Gets the value at a given index.
Stringjoin(String separator)
Convert each element of the array to a String and join them with a comma separator.
Stringjoin()
Convert each element of the array to a String and join them with a comma separator.
intlength()
Gets the length of the array.
voidpush(String value)
Pushes the given value onto the end of the array.
voidset(int index, String value)
Sets the value value at a given index.
Stringshift()
Shifts the first value off the array.
StringtoString()
Makes a best-effort attempt to get a useful debugging string describing the given JavaScriptObject.