Class KeyValueObjs

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.core.client.JsArray<KeyValueObj>
cn.mapway.document.ui.client.test.KeyValueObjs

public class KeyValueObjs extends com.google.gwt.core.client.JsArray<KeyValueObj>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    append(String key, String v)
     
    static final KeyValueObjs
    parse(String jsonString)
     
    final void
     
    final String
     

    Methods inherited from class com.google.gwt.core.client.JsArray

    get, join, join, length, push, set, setLength, shift, unshift

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • KeyValueObjs

      protected KeyValueObjs()
  • Method Details

    • parse

      public static final KeyValueObjs parse(String jsonString)
    • append

      public final void append(String key, String v)
    • remove

      public final void remove(String key)
    • toJSON

      public final String toJSON()