GWT Tk 0.2.3

asquare.gwt.tk.client.ui.behavior.impl
Class PreventSelectionControllerIE6

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.behavior.PreventSelectionController
              extended by asquare.gwt.tk.client.ui.behavior.impl.PreventSelectionControllerStandard
                  extended by asquare.gwt.tk.client.ui.behavior.impl.PreventSelectionControllerIE6
All Implemented Interfaces:
Controller, EventDelegate

public class PreventSelectionControllerIE6
extends PreventSelectionControllerStandard


Field Summary
 
Fields inherited from class asquare.gwt.tk.client.ui.behavior.PreventSelectionController
INSTANCE
 
Constructor Summary
PreventSelectionControllerIE6()
           
 
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 asquare.gwt.tk.client.ui.behavior.impl.PreventSelectionControllerStandard
doBrowserEvent
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.PreventSelectionController
getInstance
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
getId
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
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

PreventSelectionControllerIE6

public PreventSelectionControllerIE6()
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

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

GWT Tk 0.2.3

© 2007 Mat Gessel