asquare.gwt.tk.client.ui
Class ModalDialog.FocusOnCloseController
java.lang.Object
asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
asquare.gwt.tk.client.ui.ModalDialog.FocusOnCloseController
- All Implemented Interfaces:
- Controller, EventDelegate
- Enclosing class:
- ModalDialog
public static class ModalDialog.FocusOnCloseController
- extends ControllerAdaptor
A controller which focuses a widget when the dialog is hidden.
|
Method Summary |
void |
unplug(Widget widget)
Called when the widget is detached from the DOM. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModalDialog.FocusOnCloseController
public ModalDialog.FocusOnCloseController()
unplug
public void unplug(Widget widget)
- Description copied from interface:
Controller
- Called when the widget is detached from the DOM. Use to remove listeners
and null out any references set on the DOM.
- Specified by:
unplug in interface Controller- Overrides:
unplug in class ControllerAdaptor
© 2007 Mat Gessel