data[0]: the uuid of the component to set focus @author tomyeh @since 3.0.0
385386387388389390391
/** Sets focus to this element. If an element does not accept focus, * this method has no effect. */ public void focus() { response(new AuFocus(this)); }