asquare.gwt.tk.client.ui
Class ModalDialog.InitializeFocusController
java.lang.Object
asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
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.
|
Method Summary |
void |
plugIn(Widget widget)
Called when the widget is attached to the DOM. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModalDialog.InitializeFocusController
public ModalDialog.InitializeFocusController()
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
© 2007 Mat Gessel