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