|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasFocus
Interface to an object that can have focus.
NOTE: We use our own interface and not the one provided by GWT HasFocus because
we need only a way to focus the object without implementing SourcesFocusEvents
and SourcesKeyboardEvents.
| Method Summary | |
|---|---|
void |
setFocus(boolean focused)
Gives or takes the focus to/from this object. |
| Method Detail |
|---|
void setFocus(boolean focused)
focused - true to give the focus to this object, false to take it
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||