GWT Tk 0.2.3

Uses of Interface
asquare.gwt.tk.client.ui.behavior.EventDelegate

Packages that use EventDelegate
asquare.gwt.tk.client.ui   
asquare.gwt.tk.client.ui.behavior   
asquare.gwt.tk.client.ui.behavior.impl   
 

Uses of EventDelegate in asquare.gwt.tk.client.ui
 

Classes in asquare.gwt.tk.client.ui that implement EventDelegate
static class AlertDialog.ArrowKeyFocusController
          A controller which cycles the focus when the arrow keys are pressed.
static class AlertDialog.HotKeyController
          A controller which listens for the onkeydown event of a registered hotkey and executes the associated command.
static class DropDownPanel.OpenerController
           
static class ModalDialog.FocusOnCloseController
          A controller which focuses a widget when the dialog is hidden.
static class ModalDialog.InitializeFocusController
          Sets the initial focus when the dialog is shown.
static class ModalDialog.PositionDialogController
          A controller which encapsulates dialog sizing and positioning logic.
static class ModalDialog.PositionDialogControllerIE6
           
 

Constructors in asquare.gwt.tk.client.ui with parameters of type EventDelegate
DelegatingWrapper(Widget widget, EventDelegate delegate)
           
 

Uses of EventDelegate in asquare.gwt.tk.client.ui.behavior
 

Subinterfaces of EventDelegate in asquare.gwt.tk.client.ui.behavior
 interface Controller
          A pluggable event handler which processes delegated events from Widget.onBrowserEvent(Event).
 interface GlassPanelController
          A marker interface for the GlassPanel controller.
 interface TabFocusController
          A marker interface for the tab focus controller.
 

Classes in asquare.gwt.tk.client.ui.behavior that implement EventDelegate
 class ControllerAdaptor
          This adaptor class provides stub implementations for Controller methods.
 class DragController
          A controller which interprets drag events and delegates the mouse drag operation to a delegate.
 class DragStyleController
          A controller which applies the specified style name to the widget.
 class EventDelegateAdaptor
           
 class PreventSelectionController
          A marker interface for the prevent selection controller.
 

Uses of EventDelegate in asquare.gwt.tk.client.ui.behavior.impl
 

Classes in asquare.gwt.tk.client.ui.behavior.impl that implement EventDelegate
 class AbstractTabFocusController
           
 class GlassPanelControllerIE6
           
 class GlassPanelControllerIE6ImplQuirks
           
 class GlassPanelControllerIE6ImplStrict
           
 class GlassPanelControllerSafari
           
 class GlassPanelControllerStandard
           
 class PreventSelectionControllerIE6
           
 class PreventSelectionControllerStandard
           
 class TabFocusControllerMozilla
           
 class TabFocusControllerStandard
           
 class TabFocusControllerStub
           
 


GWT Tk 0.2.3

© 2007 Mat Gessel