Skip to content

Currently Supported Widgets

atresica edited this page Sep 2, 2017 · 4 revisions

Widgets are the visual elements of gwtish designed to make text/image layout, styling and animation easy. Their syntax and behaviour approximately matches gwt's equivalent widgets.

Widgets:

  • Label
  • Image
  • Button (likely to change to give more styling options. Remember though: all widgets can detect clicks. )

Panels:

Panels are widgets that can contain other widgets.

  • HorizontalPanel
  • VerticalPanel
  • DeckPanel
  • FlowPanel
  • InsertPanel (complex - acts a little like a emulation of gwt's HTMLPanel)

All 'Panels' can have other widgets/panels within them in any structure you like.

Clone this wiki locally