GWT Tk 0.2.3

Package asquare.gwt.tk.client.ui

Interface Summary
DropDownListener Implement if you wish to be notified of a DropDownPanel opening/closing.
URLListener Implement if you wish to be notified of events in a UrlLocation widget.
 

Class Summary
AlertDialog A modal dialog tailored to conveniently displaying alerts.
AlertDialog.ArrowKeyFocusController A controller which cycles the focus when the arrow keys are pressed.
AlertDialog.HideAndExecuteCommand A command wrapper which hides the dialog then executes a wrapped command.
AlertDialog.HotKeyController A controller which listens for the onkeydown event of a registered hotkey and executes the associated command.
BasicPanel A barebones ComplexPanel which allows specification of the root element and display style of added children.
BorderPanel A panel which wraps a single widget.
CComplexPanel A panel base class which allows multiple children and supports pluggable controllers.
ColumnPanel A table-based panel which stacks cells horizontally in columns and permits multiple widgets per cell.
CPopupPanel Adds controller support to popup panels.
CWidget A widget base class which supports pluggable controllers.
CWrapper Wraps an widget to provide event processing via controllers.
DelegatingWrapper A widget wrapper which delegates events to an EventDelegate.
DropDownPanel A panel that consists of a hideable content DIV and an optional header DIV.
DropDownPanel.OpenerController  
EventWrapper A widget wrapper which can process the wrapped widget's events.
ExposedCellPanel A table-based panel which exposes the TD element and supports: setting styles on the TD multiple widgets per cell empty cells
ExternalHyperLink An anchor linking to a page (or resource) external to the application.
GlassPanel A panel which covers the entire viewport or document, whichever is larger.
Icon An icon is an image which requires its dimensions be specifed at construction time.
ModalDialog A modal dialog featuring: an optional caption support for widgets in the caption a background "GlassPanel" which blocks user interaction with the page (also stylable for the "light box" effect).
ModalDialog.FocusOnCloseController A controller which focuses a widget when the dialog is hidden.
ModalDialog.InitializeFocusController Sets the initial focus when the dialog is shown.
ModalDialog.PositionDialogController A controller which encapsulates dialog sizing and positioning logic.
ModalDialog.PositionDialogControllerIE6  
RowPanel A table-based panel which stacks cells vertically in rows and permits multiple widgets per cell.
SimpleHyperLink Just a simple anchor.
UrlLocation A URL text box similar to that of a browser location bar.
 


GWT Tk 0.2.3

© 2007 Mat Gessel