There's nothing like that... but it's easy to do, especially with the new release...
If you want to set focus on some random $txtTextbox:
QApplication::ExecuteJavaScript(sprintf(“document.getElementById('%s').focus()”,
$txtTextbox->ControlId);
should do the trick. Let me know if that works out ok.