Widget Gallery
The following are widgets and panels available in the GWT user-interface library. You can view a code example of each widget in the Showcase sample application.
Widgets:
Button
PushButton
RadioButton
CheckBox
DatePicker
ToggleButton
TextBox
PasswordTextBox
TextArea
Hyperlink
ListBox
CellList
MenuBar
Tree
CellTree
SuggestBox
RichTextArea
FlexTable
Grid
CellTable
CellBrowser
TabBar
DialogBox
Panels:
PopupPanel
StackPanel
StackLayoutPanel
HorizontalPanel
VerticalPanel
FlowPanel
VerticalSplitPanel
HorizontalSplitPanel
SplitLayoutPanel
DockPanel
DockLayoutPanel
TabPanel
TabLayoutPanel
DisclosurePanel
Widgets



- CheckBox

- DatePicker


- TextBox

- PasswordTextBox

- TextArea

- Hyperlink

- ListBox

- CellList


- Tree , CellTree

- SuggestBox

- RichTextArea

- FlexTable , Grid , and CellTable

- CellBrowser


- DialogBox

Panels
- PopupPanel

- StackPanel and StackLayoutPanel *

- HorizontalPanel

- VerticalPanel

- FlowPanel

- VerticalSplitPanel

- HorizontalSplitPanel

- SplitLayoutPanel *

- DockPanel and DockLayoutPanel *

- TabPanel and TabLayoutPanel *

- DisclosurePanel

Layout panels are a collection of new panels, introduced in GWT 2.0, which together form a stable basis for fast and predictable application-level layout. Read the Developer's Guide on Layout Using Panels for more information.

