Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.client.ui.impl |
Modifier and Type | Method and Description |
---|---|
protected static FocusImpl |
FocusWidget.getFocusImpl()
Gets the FocusImpl instance.
|
Modifier and Type | Class and Description |
---|---|
class |
FocusImplIE6
Implementation of
FocusImpl
for IE that traps invalid focus attempts to match other browsers. |
class |
FocusImplSafari
Safari-specific implementation of
FocusImpl that creates a completely
transparent hidden element, since Safari will not keyboard focus on an input
element that has zero width and height. |
class |
FocusImplStandard
Implementation of
FocusImpl that
uses a hidden input element to serve as a 'proxy' for accesskeys, which are
only supported on form elements in most browsers. |
Modifier and Type | Method and Description |
---|---|
static FocusImpl |
FocusImpl.getFocusImplForPanel()
Returns the focus implementation class for creating and manipulating
focusable elements that aren't naturally focusable in all browsers, such as
DIVs.
|
static FocusImpl |
FocusImpl.getFocusImplForWidget()
Returns the focus implementation class for manipulating focusable elements
that are naturally focusable in all browsers, such as text boxes.
|
Copyright © 2018. All rights reserved.