Confirmed users
1,396
edits
| Line 486: | Line 486: | ||
| Returns the total number of selected children | | Returns the total number of selected children | ||
| nsIAccessibleTable:: selectedCellsCount | | nsIAccessibleTable:: selectedCellsCount | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | ||
|- | |- | ||
| Line 492: | Line 492: | ||
| Returns the total number of selected columns | | Returns the total number of selected columns | ||
| nsIAccessibleTable:: selectedColumnsCount | | nsIAccessibleTable:: selectedColumnsCount | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | ||
|- | |- | ||
| Line 498: | Line 498: | ||
| Returns the total number of selected rows | | Returns the total number of selected rows | ||
| nsIAccessibleTable:: selectedRowsCount | | nsIAccessibleTable:: selectedRowsCount | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | ||
|- | |- | ||
| Line 528: | Line 528: | ||
| Returns a list of child indexes currently selected (0-based). | | Returns a list of child indexes currently selected (0-based). | ||
| nsIAccessibleTable:: getSelectedCells() | | nsIAccessibleTable:: getSelectedCells() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | ||
|- | |- | ||
| Line 534: | Line 534: | ||
| Returns a list of row indexes currently selected (0-based) | | Returns a list of row indexes currently selected (0-based) | ||
| nsIAccessibleTable:: getSelectedRows() | | nsIAccessibleTable:: getSelectedRows() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | ||
|- | |- | ||
| Line 540: | Line 540: | ||
| Returns a list of column indexes currently selected (0-based) | | Returns a list of column indexes currently selected (0-based) | ||
| nsIAccessibleTable:: getSelectedColumns() | | nsIAccessibleTable:: getSelectedColumns() | ||
| | | implemented | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | | [https://bugzilla.mozilla.org/show_bug.cgi?id=385573 bug 385573] | ||
|- | |- | ||