requestFocus()
Requests input focus on the contained view object.
requestFocus(): void;
Notes
- This method should be overridden if input focus should be requested on another element than the view body itself.
Related
class Widget
A base class that represents a reusable UI component with encapsulated state.
