Package 

Class RowProxy


  • 
    public class RowProxy
    extends JsObject
                        

    Represents table row with associated mapping. Allows fetching rows values.

    • 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.
      • Methods inherited from class java.lang.Object

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