representing the column header cells.
atk.table_cell_mixin
Module for [TableCell] interface mixin
Templates 2
The ATK interface implemented for a cell inside a two-dimentional #AtkTable
Being #AtkTable a component which present elements ordered via rows and columns, an #AtkTableCell is the interface which each of those elements, so "cells" should implement.
See iface@AtkTable
Returns the column headers as an array of cell accessibles.
Returns
Returns the number of columns occupied by this cell accessible.
Returns
or 0 if the cell does not implement this method.
Retrieves the tabular position of this cell.
Parameters
row | the row of the given cell. |
column | the column of the given cell. |
Returns
Gets the row and column indexes and span of this cell accessible.
Note
will implement this function by calling get_row_span and get_column_span on the object.
Parameters
row | the row index of the given cell. |
column | the column index of the given cell. |
rowSpan | the number of rows occupied by this cell. |
columnSpan | the number of columns occupied by this cell. |
Returns
Returns the row headers as an array of cell accessibles.
Returns
representing the row header cells.
Returns the number of rows occupied by this cell accessible.
Returns
or 0 if the cell does not implement this method.
Returns a reference to the accessible of the containing table.