My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ModuleWidget  
Describes the Widget module.
Updated Jan 10, 2010 by ubon...@gmail.com

Introduction

The widget module of the GWToolbox project provides a set of widgets that can be used by any GWT application. The main goal is to provide a set of well designed and sleek alternatives to those widgets provided by GWT out of the box and also provide other useful widgets which are currently missing in the GWT user library.

  • Panels
    • Layout
      • DockLayout
      • DeckLayout
      • SplitLayout
      • DrawerLayout
      • HorizontalLayout
      • VerticalLayout
      • TabLayout
      • PanelLayout
      • PortalLayout
      • StackLayout
  • Grid
    • DataGrid
    • LiveDataGrid
    • CellRenderer
    • SelectionModel
      • SingleRowSelectionModel
      • MultiRowSelectionModel

  • Buttons
    • Button
    • ToggleButton
    • MenuButton
    • ToolButton
    • ToggleToolButton
    • MenuToolButton

  • Popups
    • BasicPopup
    • Popup
    • Dialog
  • Forms
    • FormPanel
    • FormFieldContainer
    • FormFieldSet
    • FormHandler
    • Fields
      • FormField
      • LongTextField
      • ShortTextField
      • BooleanField
      • IntegerField
      • DateField
      • AutoSuggestField
      • SelectField
    • Editors
      • ValueEditor
      • BooleanEditor
      • IntegerEditor
      • LongTextEditor
      • ShortTextEditor
      • AutoSuggestEditor
      • SingleSelectionEditor
    • Validation
      • Validator
      • EmailValidator
      • MaxValidator
      • MinValidator
      • NotEmptyValidator
      • NotNullValidator
      • RangeValidator
      • RegexpValidator
  • Misc
    • Toolbar
    • DropDownBox
    • TryNotification

  • Events
    • AddEvent
    • ClearEvent
    • EnableEvent
    • RemoveEvent
    • ToggleEvent

  • Menus
    • Menu
    • MenuPopup (context menu)
    • MenuBuilder
    • MenuContext
    • SimpleMenuItem
    • CheckMenuItem
    • RadioMenuItem
Comment by project member iwein.f...@gmail.com, Nov 19, 2007

eay (typo)

Comment by project member ubon...@gmail.com, Jan 7, 2008

fixed... thanks


Sign in to add a comment
Powered by Google Project Hosting