Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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.