GWT Tk 0.2.3

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

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
              extended by asquare.gwt.tk.client.ui.behavior.impl.TabFocusControllerStandard
                  extended by asquare.gwt.tk.client.ui.behavior.impl.TabFocusControllerMozilla
All Implemented Interfaces:
Controller, EventDelegate, FocusModelListener, TabFocusController, FocusListener, EventListener

public class TabFocusControllerMozilla
extends TabFocusControllerStandard


Constructor Summary
TabFocusControllerMozilla()
           
 
Method Summary
 int getEventBits()
          Get a bitmask representing events this delegate is interested in processing.
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.impl.TabFocusControllerStandard
doBrowserEvent
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.impl.AbstractTabFocusController
getModel, onFocus, onLostFocus, setModel, widgetsAdded, widgetsRemoved
 
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
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
onBrowserEvent
 

Constructor Detail

TabFocusControllerMozilla

public TabFocusControllerMozilla()
Method Detail

getEventBits

public int getEventBits()
Description copied from class: EventDelegateAdaptor
Get a bitmask representing events this delegate is interested in processing. Override in subclass if using the default constructor.

Specified by:
getEventBits in interface EventDelegate
Overrides:
getEventBits in class EventDelegateAdaptor
Returns:
a bitmask of the events to process
See Also:
Event

GWT Tk 0.2.3

© 2007 Mat Gessel