GWT Tk 0.2.3

asquare.gwt.tk.client.ui
Class ModalDialog.InitializeFocusController

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.ModalDialog.InitializeFocusController
All Implemented Interfaces:
Controller, EventDelegate
Enclosing class:
ModalDialog

public static final class ModalDialog.InitializeFocusController
extends ControllerAdaptor

Sets the initial focus when the dialog is shown.

This class is not extensible because it depends on private data in the dialog. It can, however, be instantiated, added to and removed from it's parent dialog without causing problems.


Constructor Summary
ModalDialog.InitializeFocusController()
           
 
Method Summary
 void plugIn(Widget widget)
          Called when the widget is attached to the DOM.
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
getId, 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.EventDelegate
getEventBits, onBrowserEvent
 

Constructor Detail

ModalDialog.InitializeFocusController

public ModalDialog.InitializeFocusController()
Method Detail

plugIn

public void plugIn(Widget widget)
Description copied from interface: Controller
Called when the widget is attached to the DOM. Use to initialize widget, install special hooks and attach listeners.

Specified by:
plugIn in interface Controller
Overrides:
plugIn in class ControllerAdaptor
Parameters:
widget - the view to control

GWT Tk 0.2.3

© 2007 Mat Gessel