MCPcopy Index your code
hub / github.com/andlabs/ui / CellValue

Method CellValue

tablemodel.go:127–127  ·  view source on GitHub ↗

CellValue returns a TableValue corresponding to the model cell at (row, column). The type of the returned TableValue must match column's value type. Under some circumstances, nil may be returned; refer to the various methods that add columns to Table for details.

(m *TableModel, row, column int)

Source from the content-addressed store, hash-verified

125 // nil may be returned; refer to the various methods that add
126 // columns to Table for details.
127 CellValue(m *TableModel, row, column int) TableValue
128
129 // SetCellValue changes the model cell value at (row, column)
130 // in the TableModel. Within this function, either do nothing

Callers 1

Implementers 1

modelHandlerexamples/table.go

Calls

no outgoing calls

Tested by

no test coverage detected