-
-
Method Summary
Modifier and Type Method Description static RowProxyinstantiate()StringgetJsBase()voidget(String field)Returns current field values. voidgetColumn(Number column)Returns current column value. voidgetIndex()Returns index of the item in the selection that has created this item. voidgetKey()Returns item key. voidset(String name, String value)Sets field value by field name. voidsetColumn(Number index, String value)Sets value by column. -
-
Constructor Detail
-
RowProxy
RowProxy(String jsChart)
-
-
Method Detail
-
instantiate
static RowProxy instantiate()
-
getIndex
void getIndex()
Returns index of the item in the selection that has created this item.
-
getKey
void getKey()
Returns item key.
-
-
-
-