nsIAccessibleTableCell

Please add a summary to this article.
1.0
66
Introduced
Gecko 1.9.2
Inherits from: nsISupports Last changed in Gecko 1.9.2 (Firefox 3.6 / Thunderbird 3.1 / Fennec 1.0)

Method overview

boolean isSelected();

Attributes

Attribute Type Description
columnExtent long Return the number of columns occupied by this cell. The result differs from 1 if the specified cell spans multiple columns. Read only.
columnHeaderCells nsIArray Return an array of column header cells for this cell. Read only.
columnIndex long Return column index of this cell. Read only.
rowExtent long Return the number of rows occupied by this accessible cell. The result differs from 1 if the specified cell spans multiple rows. Read only.
rowHeaderCells nsIArray Return an array of row header cells for this cell. Read only.
rowIndex long Return row index of this cell. Read only.
table nsIAccessibleTable Return host table accessible. Read only.

Methods

isSelected()

boolean isSelected();
Parameters

None.

Return value

A boolean value indicating whether this cell is selected.