GWT Tk 0.2.3

asquare.gwt.tk.client.ui.behavior
Class PreventSelectionController

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
All Implemented Interfaces:
Controller, EventDelegate
Direct Known Subclasses:
PreventSelectionControllerStandard

public abstract class PreventSelectionController
extends ControllerAdaptor

A marker interface for the prevent selection controller. Used to instantiate the controller via deferred binding.

This controller prevents text selection within it's associated widget.


Field Summary
static PreventSelectionController INSTANCE
          Deprecated. static dependency on GWT.create(Class) means GWT must be bootstrapped to test classes which reference this class
 
Constructor Summary
PreventSelectionController(int eventBits)
           
 
Method Summary
static PreventSelectionController getInstance()
          Gets a shared instance of the controller.
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
getId, plugIn, 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
 

Field Detail

INSTANCE

public static final PreventSelectionController INSTANCE
Deprecated. static dependency on GWT.create(Class) means GWT must be bootstrapped to test classes which reference this class
A shared instance of the controller.

Constructor Detail

PreventSelectionController

public PreventSelectionController(int eventBits)
Method Detail

getInstance

public static final PreventSelectionController getInstance()
Gets a shared instance of the controller.


GWT Tk 0.2.3

© 2007 Mat Gessel