asquare.gwt.tk.client.ui.behavior
Class PreventSelectionController
java.lang.Object
asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
PreventSelectionController
public PreventSelectionController(int eventBits)
getInstance
public static final PreventSelectionController getInstance()
- Gets a shared instance of the controller.
© 2007 Mat Gessel