您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

clientsidewidgets-gwt.asciidoc 568B

1234567891011121314151617181920
  1. ---
  2. title: GWT Widgets
  3. order: 2
  4. layout: page
  5. ---
  6. [[clientsidewidgets.gwt]]
  7. = GWT Widgets
  8. GWT widgets are user interface elements that are rendered as HTML. Rendering is
  9. done either by manipulating the HTML Document Object Model (DOM) through the
  10. lower-level DOM API, or simply by injecting the HTML with
  11. [methodname]#setInnerHTML()#. The layout of the user interface is managed using
  12. special panel widgets.
  13. For information about the basic GWT widgets, please refer to the GWT Developer's
  14. Guide at https://developers.google.com/web-toolkit/doc/latest/DevGuideUi.