GWT Tk 0.2.3

asquare.gwt.tk.client.ui.behavior.impl
Class AbstractTabFocusController

java.lang.Object
  extended by asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
      extended by asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
          extended by 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


Constructor Summary
  AbstractTabFocusController()
           
protected AbstractTabFocusController(int eventBits)
           
 
Method Summary
 FocusModel getModel()
           
 void onFocus(Widget sender)
           
 void onLostFocus(Widget sender)
           
 void setModel(FocusModel focusModel)
           
 void widgetsAdded(FocusModel model, HasFocus[] added)
          Called when widgets are added to the focus cycle.
 void widgetsRemoved(FocusModel model, HasFocus[] removed)
          Called when widgets are removed from the focus cycle.
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
getId, plugIn, unplug
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
doBrowserEvent, getEventBits, onBrowserEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface asquare.gwt.tk.client.ui.behavior.Controller
getId, plugIn, unplug
 
Methods inherited from interface asquare.gwt.tk.client.ui.behavior.EventDelegate
getEventBits, onBrowserEvent
 

Constructor Detail

AbstractTabFocusController

public AbstractTabFocusController()

AbstractTabFocusController

protected AbstractTabFocusController(int eventBits)
Method Detail

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 event
added - 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 event
removed - an array of 1 or more widgets

GWT Tk 0.2.3

© 2007 Mat Gessel