asquare.gwt.tk.client.ui.behavior.impl
Class PreventSelectionControllerIE6
java.lang.Object
asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
asquare.gwt.tk.client.ui.behavior.PreventSelectionController
asquare.gwt.tk.client.ui.behavior.impl.PreventSelectionControllerStandard
asquare.gwt.tk.client.ui.behavior.impl.PreventSelectionControllerIE6
- All Implemented Interfaces:
- Controller, EventDelegate
public class PreventSelectionControllerIE6
- extends PreventSelectionControllerStandard
|
Method Summary |
void |
plugIn(Widget widget)
Called when the widget is attached to the DOM. |
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 |
PreventSelectionControllerIE6
public PreventSelectionControllerIE6()
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
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