import "nsIAccessibleSelectable.idl";
UNDER_REVIEW
Definition at line 53 of file nsIAccessibleSelectable.idl.
Public Member Functions | |
void | addChildToSelection (in long index) |
void | clearSelection () |
nsIArray | GetSelectedChildren () |
boolean | isChildSelected (in long index) |
nsIAccessible | refSelection (in long index) |
void | removeChildFromSelection (in long index) |
boolean | selectAllSelection () |
Methods | |
NS_IMETHOD_ (nsrefcnt) Release(void)=0 | |
NS_IMETHOD_ (nsrefcnt) AddRef(void)=0 | |
NS_IMETHOD | QueryInterface (REFNSIID aIID, void **aInstancePtr)=0 |
Public Attributes | |
const unsigned long | eSelection_Add = 0 |
const unsigned long | eSelection_GetState = 2 |
const unsigned long | eSelection_Remove = 1 |
readonly attribute long | selectionCount |