GWT Tk 0.2.3

asquare.gwt.tk.client.ui.behavior
Interface TabFocusController

All Superinterfaces:
Controller, EventDelegate
All Known Implementing Classes:
AbstractTabFocusController, TabFocusControllerMozilla, TabFocusControllerStandard, TabFocusControllerStub

public interface TabFocusController
extends Controller

A marker interface for the tab focus controller. Used to instantiate the controller via deferred binding.

This controller is used to programmatically override the default focus behavior for it's associated widgets. A single instance may be shared among widgets in the same focus cycle.


Method Summary
 void setModel(FocusModel focusModel)
           
 
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
 

Method Detail

setModel

void setModel(FocusModel focusModel)

GWT Tk 0.2.3

© 2007 Mat Gessel