com.google.gwt.user.client.ui.impl
Class FocusImpl
java.lang.Object
com.google.gwt.user.client.ui.impl.FocusImpl
- Direct Known Subclasses:
- FocusImplOldMoz, FocusImplSafari
- public class FocusImpl
- extends Object
Implementation interface for creating and manipulating focusable elements
that aren't naturally focusable in all browsers, such as DIVs.
FocusImpl
public FocusImpl()
blur
public void blur(Element elem)
createFocusable
public Element createFocusable()
focus
public void focus(Element elem)
getTabIndex
public int getTabIndex(Element elem)
setAccessKey
public void setAccessKey(Element elem,
char key)
setTabIndex
public void setTabIndex(Element elem,
int index)
This javadoc distribution was not produced by Google. The official documentation is here.