getValueAt

abstract fun getValueAt(node: N, columnIndex: Column): Any?

Returns the value for the cell at columnIndex and of node.

Return

the value Object at the specified cell

Parameters

node

the node whose value is to be queried

columnIndex

the column whose value is to be queried