public interface HasFocus
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.
| Modifier and Type | Method and Description |
|---|---|
void |
setFocus(boolean focused)
Gives or takes the focus to/from this object.
|
Copyright © 2004–2014 XWiki. All rights reserved.