Checks, if this Textfield is currently focused/selected. @return if this Textfield is currently focused.
()
| 69 | * @return if this Textfield is currently focused. |
| 70 | */ |
| 71 | public boolean isFocused() { |
| 72 | return m(); |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Sets focus to this Textfield. |