Introduction
The widget module of the GWToolbox project provides a set of widgets that can be used by any GWT application. The main goal is to provide a set of well designed and sleek alternatives to those widgets provided by GWT out of the box and also provide other useful widgets which are currently missing in the GWT user library.
- Panels
- Layout
- DockLayout
- DeckLayout
- SplitLayout
- DrawerLayout
- HorizontalLayout
- VerticalLayout
- TabLayout
- PanelLayout
- PortalLayout
- StackLayout
- Grid
- DataGrid
- LiveDataGrid
- CellRenderer
- SelectionModel
- SingleRowSelectionModel
- MultiRowSelectionModel
- Buttons
- Button
- ToggleButton
- MenuButton
- ToolButton
- ToggleToolButton
- MenuToolButton
- Forms
- FormPanel
- FormFieldContainer
- FormFieldSet
- FormHandler
- Fields
- FormField
- LongTextField
- ShortTextField
- BooleanField
- IntegerField
- DateField
- AutoSuggestField
- SelectField
- Editors
- ValueEditor
- BooleanEditor
- IntegerEditor
- LongTextEditor
- ShortTextEditor
- AutoSuggestEditor
- SingleSelectionEditor
- Validation
- Validator
- EmailValidator
- MaxValidator
- MinValidator
- NotEmptyValidator
- NotNullValidator
- RangeValidator
- RegexpValidator
- Misc
- Toolbar
- DropDownBox
- TryNotification
- Events
- AddEvent
- ClearEvent
- EnableEvent
- RemoveEvent
- ToggleEvent
- Menus
- Menu
- MenuPopup (context menu)
- MenuBuilder
- MenuContext
- SimpleMenuItem
- CheckMenuItem
- RadioMenuItem
eay (typo)
fixed... thanks