An abstract interface which represents a UI element that supports a cell interface. More...
Public Member Functions | |
virtual | ~AccessibilityCellInterface ()=default |
Destructor. | |
virtual int | getDisclosureLevel () const =0 |
Returns the indentation level for the cell. | |
virtual const AccessibilityHandler * | getTableHandler () const =0 |
Returns the AccessibilityHandler of the table which contains the cell. | |
virtual std::vector< const AccessibilityHandler * > | getDisclosedRows () const |
Returns a list of the accessibility elements that are disclosed by this element, if any. | |
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.
|
virtualdefault |
Destructor.
|
pure virtual |
Returns the indentation level for the cell.
|
pure virtual |
Returns the AccessibilityHandler of the table which contains the cell.
|
virtual |
Returns a list of the accessibility elements that are disclosed by this element, if any.