资 源 简 介
GWT Widgets Library
PagedFlexTable, PagedCellTable, FilteredTable
ManagedTree
FormPanel, FormFieldGroup, FormLinear
Section, SubSection, SideSection
PageLayout, LinearLayout, VerticalMenu, Spacer
xxxTable differentiator: All objects may or may not have been fetched on to the client. Once pagination reaches end of fetched objects, the widget asks the cache manager to fetch more objects. The cache manager complies, and raises DataReadyEvent (a custom event) asynchronously, which is then caught by the widget and next page is displayed.
ManagedTree differentiator: Supporting logic for tree management; each tree node can contain a list of child objects.
FormPanel differentiator: Grouping of fields, single or multi-column groups, horizontal or vertical tab flow.
Demo code checked in along with the widgets code.