An abstract interface which represents a UI element that supports a cell interface.  
 More...
#include <juce_AccessibilityCellInterface.h>
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 | 
 
 
◆ getDisclosureLevel()
  
  | 
        
          | virtual int AccessibilityCellInterface::getDisclosureLevel | ( |  | ) | const |  | pure virtual | 
 
Returns the indentation level for the cell. 
 
 
◆ getTableHandler()
◆ getDisclosedRows()
  
  | 
        
          | virtual std::vector< const AccessibilityHandler * > AccessibilityCellInterface::getDisclosedRows | ( |  | ) | const |  | virtual | 
 
Returns a list of the accessibility elements that are disclosed by this element, if any. 
 
 
The documentation for this class was generated from the following file: