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.
setModel
void setModel(FocusModel focusModel)
© 2007 Mat Gessel