GWT Tk 0.2.3

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

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

public class PreventSelectionControllerStandard
extends PreventSelectionController


Field Summary
 
Fields inherited from class asquare.gwt.tk.client.ui.behavior.PreventSelectionController
INSTANCE
 
Constructor Summary
PreventSelectionControllerStandard()
           
 
Method Summary
protected  boolean doBrowserEvent(Widget widget, Event event)
          A convenience method for processing events.
 
Methods inherited from class asquare.gwt.tk.client.ui.behavior.PreventSelectionController
getInstance
 
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
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

PreventSelectionControllerStandard

public PreventSelectionControllerStandard()
Method Detail

doBrowserEvent

protected boolean doBrowserEvent(Widget widget,
                                 Event event)
Description copied from class: EventDelegateAdaptor
A convenience method for processing events. The event is cancelled if the return value is false.

Overrides:
doBrowserEvent in class EventDelegateAdaptor
Returns:
false to cancel the event

GWT Tk 0.2.3

© 2007 Mat Gessel