You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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.