|
||||||||||
| 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
com.google.gwt.user.client.ui.impl.FocusImplStandard
com.google.gwt.user.client.ui.impl.FocusImplSafari
public 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.
| Constructor Summary | |
|---|---|
FocusImplSafari()
|
|
| Method Summary | |
|---|---|
void |
blur(Element elem)
|
void |
focus(Element elem)
|
| Methods inherited from class com.google.gwt.user.client.ui.impl.FocusImplStandard |
|---|
createFocusable, setAccessKey |
| Methods inherited from class com.google.gwt.user.client.ui.impl.FocusImpl |
|---|
getFocusImplForPanel, getFocusImplForWidget, getTabIndex, setTabIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FocusImplSafari()
| Method Detail |
|---|
public void blur(Element elem)
blur in class FocusImplpublic void focus(Element elem)
focus in class FocusImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||