Class: RowView

RowView

this represent a individual Row and Row state

new RowView(rowid, rowdata)

Parameters:
Name Type Argument Description
rowid string <nullable>
rowdata Array <nullable>
Source:

Extends

  • goog.Disposable

Methods

<protected> disposeInternal()

Source:

getRowData() → {Object.<string, *>}

get Data of Row
Source:
Returns:
Type
Object.<string, *>

getRowId() → {string}

get Row Id
Source:
Returns:
Type
string

isSelected() → {boolean}

Is Row selected
Source:
Returns:
select
Type
boolean

setSelected(select)

Set state of row as selected
Parameters:
Name Type Description
select boolean
Source:
To Do:
  • this should be enum