|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.FocusCommand
public class FocusCommand
Command that sets focus on the specified widget.
We need the deferred command focus setting in order to handle the issue described at
http://code.google.com/p/google-web-toolkit/issues/detail?id=1849 and the applied workarounds in existing code (e.g.
GlassPanel).
| Constructor Summary | |
|---|---|
FocusCommand(com.google.gwt.user.client.ui.Focusable widget)
Builds a focus command for the specified widget. |
|
| Method Summary | |
|---|---|
void |
execute()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FocusCommand(com.google.gwt.user.client.ui.Focusable widget)
widget - the widget to set focus to upon execution| Method Detail |
|---|
public void execute()
execute in interface com.google.gwt.user.client.Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||