org.gwtbootstrap3.client.ui.base.mixin
Class FocusableMixin<T extends UIObject & Focusable>

java.lang.Object
  extended by 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

Constructor Summary
FocusableMixin(T uiObject)
           
 
Method Summary
 int getTabIndex()
           
 void setAccessKey(char key)
           
 void setFocus(boolean focused)
           
 void setTabIndex(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusableMixin

public FocusableMixin(T uiObject)
Method Detail

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.