AccessibleControlAdapter.getChildren

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

@param e an event object containing the following fields:<ul> <li>children [Typical OUT] - an array of childIDs</li> <li>accessible [Optional OUT] - an array of accessible objects for the children may be returned instead of the childIDs</li> </ul>

class AccessibleControlAdapter
void
getChildren

Meta