|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Focusable
A widget that implements this interface can receive keyboard focus.
Method Summary | |
---|---|
int |
getTabIndex()
Gets the widget's position in the tab index. |
void |
setAccessKey(char key)
Sets the widget's 'access key'. |
void |
setFocus(boolean focused)
Explicitly focus/unfocus this widget. |
void |
setTabIndex(int index)
Sets the widget's position in the tab index. |
Method Detail |
---|
int getTabIndex()
void setAccessKey(char key)
key
- the widget's access keyvoid setFocus(boolean focused)
focused
- whether this widget should take focus or release itvoid setTabIndex(int index)
-1
will cause this widget to
be removed from the tab order.
index
- the widget's tab index
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |