An abstract interface which represents a UI element that supports a cell interface.
More...
An abstract interface which represents a UI element that supports a cell interface.
This typically represents a single cell inside of a UI element which implements an AccessibilityTableInterface.
◆ ~AccessibilityCellInterface()
virtual AccessibilityCellInterface::~AccessibilityCellInterface |
( |
| ) |
|
|
virtualdefault |
◆ getColumnIndex()
virtual int AccessibilityCellInterface::getColumnIndex |
( |
| ) |
const |
|
pure virtual |
Returns the column index of the cell in the table.
◆ getColumnSpan()
virtual int AccessibilityCellInterface::getColumnSpan |
( |
| ) |
const |
|
pure virtual |
Returns the number of columns occupied by the cell in the table.
◆ getRowIndex()
virtual int AccessibilityCellInterface::getRowIndex |
( |
| ) |
const |
|
pure virtual |
Returns the row index of the cell in the table.
◆ getRowSpan()
virtual int AccessibilityCellInterface::getRowSpan |
( |
| ) |
const |
|
pure virtual |
Returns the number of rows occupied by the cell in the table.
◆ getDisclosureLevel()
virtual int AccessibilityCellInterface::getDisclosureLevel |
( |
| ) |
const |
|
pure virtual |
Returns the indentation level for the cell.
◆ getTableHandler()
The documentation for this class was generated from the following file: