public class FocusableMixin<T extends com.google.gwt.user.client.ui.UIObject & com.google.gwt.user.client.ui.Focusable> extends Object implements com.google.gwt.user.client.ui.Focusable
| Constructor and Description |
|---|
FocusableMixin(T uiObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTabIndex() |
void |
setAccessKey(char key) |
void |
setFocus(boolean focused) |
void |
setTabIndex(int index) |
void |
setUiObject(T uiObject) |
public FocusableMixin(T uiObject)
public int getTabIndex()
getTabIndex in interface com.google.gwt.user.client.ui.Focusablepublic void setTabIndex(int index)
setTabIndex in interface com.google.gwt.user.client.ui.Focusablepublic void setAccessKey(char key)
setAccessKey in interface com.google.gwt.user.client.ui.Focusablepublic void setFocus(boolean focused)
setFocus in interface com.google.gwt.user.client.ui.Focusablepublic void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.