Returns the element with the focus or null if no element has the focus. @return the element with focus or null @see #setFocusedElement(DomElement)
()
| 2569 | * @see #setFocusedElement(DomElement) |
| 2570 | */ |
| 2571 | public DomElement getFocusedElement() { |
| 2572 | return elementWithFocus_; |
| 2573 | } |
| 2574 | |
| 2575 | /** |
| 2576 | * <p><span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span></p> |
no outgoing calls