GWT Tk 0.2.3

Package asquare.gwt.tk.client.ui.behavior

Interface Summary
Controller A pluggable event handler which processes delegated events from Widget.onBrowserEvent(Event).
ControllerSupport An interface implemented by widgets which support event handling via controllers.
DragGesture An interface for implementing mouse actions.
EventDelegate An EventDelegate processes events from a widget.
FocusModelListener  
GlassPanelController A marker interface for the GlassPanel controller.
TabFocusController A marker interface for the tab focus controller.
 

Class Summary
ControllerAdaptor This adaptor class provides stub implementations for Controller methods.
ControllerSupportDelegate A delegate class which manages controller bookkeeping and lifecycle.
DragController A controller which interprets drag events and delegates the mouse drag operation to a delegate.
DragPopupGesture A DragWidgetGesture which sets the position via PopupPanel.setPopupPosition(int, int)
DragStyleController A controller which applies the specified style name to the widget.
DragWidgetGesture A DragGesture which positions a target widget when the source widget is dragged.
EventDelegateAdaptor  
FocusModel A primitive focus model.
PreventSelectionController A marker interface for the prevent selection controller.
 


GWT Tk 0.2.3

© 2007 Mat Gessel