GWT Tk 0.2.3

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

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

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

Classes in asquare.gwt.tk.client.ui that implement Controller
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
           
 

Methods in asquare.gwt.tk.client.ui that return Controller
 Controller CWrapper.getController(Class id)
           
 Controller CWidget.getController(Class id)
           
 Controller CPopupPanel.getController(Class id)
           
 Controller CComplexPanel.getController(Class id)
           
 

Methods in asquare.gwt.tk.client.ui with parameters of type Controller
 Widget CWrapper.addController(Controller controller)
           
 Widget CWidget.addController(Controller controller)
           
 Widget CPopupPanel.addController(Controller controller)
           
 Widget CComplexPanel.addController(Controller controller)
           
 Widget CWrapper.removeController(Controller controller)
           
 Widget CWidget.removeController(Controller controller)
           
 Widget CPopupPanel.removeController(Controller controller)
           
 Widget CComplexPanel.removeController(Controller controller)
           
 

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

Subinterfaces of Controller in asquare.gwt.tk.client.ui.behavior
 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 Controller
 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 PreventSelectionController
          A marker interface for the prevent selection controller.
 

Methods in asquare.gwt.tk.client.ui.behavior that return Controller
 Controller ControllerSupportDelegate.getController(Class id)
           
 Controller ControllerSupport.getController(Class id)
          Gets a controller with the specified id.
 

Methods in asquare.gwt.tk.client.ui.behavior with parameters of type Controller
 Widget ControllerSupportDelegate.addController(Controller controller)
           
 Widget ControllerSupport.addController(Controller controller)
          Adds a controller to process events on this widget.
 Widget ControllerSupportDelegate.removeController(Controller controller)
           
 Widget ControllerSupport.removeController(Controller controller)
          Removes a controller
 

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

Classes in asquare.gwt.tk.client.ui.behavior.impl that implement Controller
 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