Java com.google.gwt.user.client.ui.impl FocusImpl fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui.impl FocusImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui.impl FocusImpl.

The text is from its open source code.

Method

voidblur(Element elem)
voidfocus(Element elem)
FocusImplgetFocusImplForPanel()
Returns the focus implementation class for creating and manipulating focusable elements that aren't naturally focusable in all browsers, such as DIVs.
FocusImplgetFocusImplForWidget()
Returns the focus implementation class for manipulating focusable elements that are naturally focusable in all browsers, such as text boxes.