Confirmed users
1,396
edits
| Line 409: | Line 409: | ||
| Returns the IAccessible2 object at the specified row and column in the table | | Returns the IAccessible2 object at the specified row and column in the table | ||
| nsIAccessibleTable:: cellRefAt() | | nsIAccessibleTable:: cellRefAt() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 415: | Line 415: | ||
| Returns the caption for the table | | Returns the caption for the table | ||
| nsIAccessibleTable:: caption | | nsIAccessibleTable:: caption | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 421: | Line 421: | ||
| Translates the given row and column indices into the corresponding child index | | Translates the given row and column indices into the corresponding child index | ||
| nsIAccessibleTable:: getIndexAt() | | nsIAccessibleTable:: getIndexAt() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 427: | Line 427: | ||
| Returns the description text of the specified column in the table | | Returns the description text of the specified column in the table | ||
| nsIAccessibleTable:: getColumnDescription() | | nsIAccessibleTable:: getColumnDescription() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 433: | Line 433: | ||
| Returns the number of columns occupied by the accessible object at the specified row and column in the table | | Returns the number of columns occupied by the accessible object at the specified row and column in the table | ||
| nsIAccessibleTable:: getColumnExtentAt() | | nsIAccessibleTable:: getColumnExtentAt() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 439: | Line 439: | ||
| Returns the column headers as an IAccessibleTable object | | Returns the column headers as an IAccessibleTable object | ||
| nsIAccessibleTable:: columnHeader | | nsIAccessibleTable:: columnHeader | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 445: | Line 445: | ||
| Translates the given child index into the corresponding column index | | Translates the given child index into the corresponding column index | ||
| nsIAccessibleTable:: getColumnAtIndex | | nsIAccessibleTable:: getColumnAtIndex | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 451: | Line 451: | ||
| Returns the total number of columns in table | | Returns the total number of columns in table | ||
| nsIAccessibleTable:: columns | | nsIAccessibleTable:: columns | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 457: | Line 457: | ||
| Returns the total number of rows in table | | Returns the total number of rows in table | ||
| nsIAccessibleTable:: rows | | nsIAccessibleTable:: rows | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 481: | Line 481: | ||
| Returns the description text of the specified row in the table | | Returns the description text of the specified row in the table | ||
| nsIAccessibleTable:: getRowDescription() | | nsIAccessibleTable:: getRowDescription() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 487: | Line 487: | ||
| Returns the number of rows occupied by the accessible oject at the specified row and column in the table | | Returns the number of rows occupied by the accessible oject at the specified row and column in the table | ||
| nsIAccessibleTable:: getRowExtentAt() | | nsIAccessibleTable:: getRowExtentAt() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 493: | Line 493: | ||
| Returns the row headers as an IAccessibleTable object | | Returns the row headers as an IAccessibleTable object | ||
| nsIAccessibleTable:: rowHeader | | nsIAccessibleTable:: rowHeader | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 499: | Line 499: | ||
| Translates the given child index into a row index. | | Translates the given child index into a row index. | ||
| nsIAccessibleTable:: getRowIndex() | | nsIAccessibleTable:: getRowIndex() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 529: | Line 529: | ||
| Returns a boolean value indicating whether the specified column is completely selected | | Returns a boolean value indicating whether the specified column is completely selected | ||
| nsIAccessibleTable:: isColumnSelected | | nsIAccessibleTable:: isColumnSelected | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 535: | Line 535: | ||
| Returns a boolean value indicating whether the specified row is completely selected | | Returns a boolean value indicating whether the specified row is completely selected | ||
| nsIAccessibleTable:: isRowSelected | | nsIAccessibleTable:: isRowSelected | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| Line 541: | Line 541: | ||
| Returns a boolean value indicating whether the specified cell is selected | | Returns a boolean value indicating whether the specified cell is selected | ||
| nsIAccessibleTable:: isCellSelected | | nsIAccessibleTable:: isCellSelected | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||