org.gwtbootstrap3.client.ui.base.mixin
Class FocusableMixin<T extends UIObject & Focusable>
java.lang.Object
org.gwtbootstrap3.client.ui.base.mixin.FocusableMixin<T>
- All Implemented Interfaces:
- Focusable
public class FocusableMixin<T extends UIObject & Focusable>
- extends Object
- implements Focusable
- Author:
- Sven Jacobs
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FocusableMixin
public FocusableMixin(T uiObject)
getTabIndex
public int getTabIndex()
- Specified by:
getTabIndex in interface Focusable
setTabIndex
public void setTabIndex(int index)
- Specified by:
setTabIndex in interface Focusable
setAccessKey
public void setAccessKey(char key)
- Specified by:
setAccessKey in interface Focusable
setFocus
public void setFocus(boolean focused)
- Specified by:
setFocus in interface Focusable
Copyright © 2015. All rights reserved.