asquare.gwt.tk.client.ui.behavior.impl
Class AbstractTabFocusController
java.lang.Object
asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
asquare.gwt.tk.client.ui.behavior.impl.AbstractTabFocusController
- All Implemented Interfaces:
- Controller, EventDelegate, FocusModelListener, TabFocusController, FocusListener, EventListener
- Direct Known Subclasses:
- TabFocusControllerStandard
public abstract class AbstractTabFocusController
- extends ControllerAdaptor
- implements TabFocusController, FocusListener, FocusModelListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTabFocusController
public AbstractTabFocusController()
AbstractTabFocusController
protected AbstractTabFocusController(int eventBits)
getModel
public FocusModel getModel()
setModel
public void setModel(FocusModel focusModel)
- Specified by:
setModel in interface TabFocusController
onFocus
public void onFocus(Widget sender)
- Specified by:
onFocus in interface FocusListener
onLostFocus
public void onLostFocus(Widget sender)
- Specified by:
onLostFocus in interface FocusListener
widgetsAdded
public void widgetsAdded(FocusModel model,
HasFocus[] added)
- Description copied from interface:
FocusModelListener
- Called when widgets are added to the focus cycle.
- Specified by:
widgetsAdded in interface FocusModelListener
- Parameters:
model - the focus model that originated the eventadded - an array of 1 or more widgets
widgetsRemoved
public void widgetsRemoved(FocusModel model,
HasFocus[] removed)
- Description copied from interface:
FocusModelListener
- Called when widgets are removed from the focus cycle.
- Specified by:
widgetsRemoved in interface FocusModelListener
- Parameters:
model - the focus model that originated the eventremoved - an array of 1 or more widgets
© 2007 Mat Gessel