An abstract interface which represents a UI element that supports a cell interface.
virtual std::vector< const AccessibilityHandler * > getDisclosedRows() const
Returns a list of the accessibility elements that are disclosed by this element, if any.
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 ~AccessibilityCellInterface()=default
Destructor.
Base class for accessible Components.