Package 

Class RowProxy

    • Constructor Summary

      Constructors 
      Constructor Description
      RowProxy(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static RowProxy instantiate()
      String getJsBase()
      void get(String field) Returns current field values.
      void getColumn(Number column) Returns current column value.
      void getIndex() Returns index of the item in the selection that has created this item.
      void getKey() Returns item key.
      void set(String name, String value) Sets field value by field name.
      void setColumn(Number index, String value) Sets value by column.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait