Lines Matching refs:row
41 /** appends a row to the model.
44 denotes the heading of the row.
46 specifies the content of the row.
61 /** inserts a row into the set of data rows
64 denotes the position at which the row is to be inserted
66 denotes the heading of the row.
68 specifies the content of the row.
93 /** removes a row of data from the model
96 the index of the row that should be removed.
111 the row index of the to-be-updated cell
115 if the row or column index is invalid
120 /** updates the content of a given row.
130 contains the index of the row whose data is to be updated
134 if one of the row indexes or the column index is invalid
142 /** sets a new title for a given row.
145 if the given index does not denote a valid row.
158 /** updates the tooltip for all cells of a given row
161 times in a row, for all cells of a given row.</p>