AccessibleControlAdapter.getChildren

Sent when an accessibility client requests the children, or visible children, of the control. The default behavior is to do nothing. <p> Return the children as an array of childIDs or accessibles in the <code>children</code> field of the event object. </p>

@param e an event object containing the following fields:<ul> <li>detail IN - a flag that may have one of the following values:<ul> <li>0 (default) - return all children</li> <li>VISIBLE - return all visible children</li> </ul> <li>children [Typical OUT] - an array of childIDs</li> <li>children [Optional OUT] - an array of accessible objects for the children may be returned instead of the childIDs</li> </ul>

class AccessibleControlAdapter
void
getChildren

Meta