|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.impl.FocusImpl
public class FocusImpl
Implementation interface for creating and manipulating focusable elements that aren't naturally focusable in all browsers, such as DIVs.
| Method Summary | |
|---|---|
void |
blur(Element elem)
|
Element |
createFocusable()
|
void |
focus(Element elem)
|
static 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 |
getFocusImplForWidget()
Returns the focus implementation class for manipulating focusable elements that are naturally focusable in all browsers, such as text boxes. |
int |
getTabIndex(Element elem)
|
void |
setAccessKey(Element elem,
char key)
|
void |
setTabIndex(Element elem,
int index)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FocusImpl getFocusImplForPanel()
public static FocusImpl getFocusImplForWidget()
public void blur(Element elem)
public Element createFocusable()
public void focus(Element elem)
public int getTabIndex(Element elem)
public void setAccessKey(Element elem,
char key)
public void setTabIndex(Element elem,
int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||