AccessibleControlListener.getChildren

Sent when an accessibility client requests the children of the control. <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>children [Optional OUT] - an array of accessible objects for the children may be returned instead of the childIDs</li> </ul>

interface AccessibleControlListener
void
getChildren

Meta