小部件库
以下是 GWT 用户界面库中可用的 小部件 和 面板。您可以在 示例 示例应用程序中查看每个小部件的代码示例。
小部件
Button PushButton RadioButton CheckBox DatePicker ToggleButton TextBox PasswordTextBox TextArea Hyperlink ListBox CellList MenuBar Tree CellTree SuggestBox RichTextArea FlexTable Grid CellTable CellBrowser TabBar DialogBox
面板
PopupPanel StackPanel StackLayoutPanel HorizontalPanel VerticalPanel FlowPanel VerticalSplitPanel HorizontalSplitPanel SplitLayoutPanel DockPanel DockLayoutPanel TabPanel TabLayoutPanel DisclosurePanel
小部件
- CheckBox
- DatePicker
- TextBox
- PasswordTextBox
- TextArea
- 超链接
- ListBox
- CellList
- Tree,CellTree
- SuggestBox
- RichTextArea
- FlexTable,Grid 和 CellTable
- CellBrowser
- TabBar
- DialogBox
面板
- PopupPanel
- StackPanel 和 StackLayoutPanel*
- HorizontalPanel
- VerticalPanel
- FlowPanel
- VerticalSplitPanel
- HorizontalSplitPanel
- SplitLayoutPanel*
- DockPanel 和 DockLayoutPanel*
- TabPanel 和 TabLayoutPanel*
- DisclosurePanel
布局面板是 GWT 2.0 中引入的一组新面板,它们共同构成了快速、可预测的应用程序级布局的稳定基础。阅读开发者指南中的 使用面板进行布局,了解更多信息。