Content

Apache Ivy Logo

GWT Tutorial - Content

This chapter of GWT Tutorial constructs a content page. Chapter is divided into eleven sections which explains the use of important GWT widgets and panels.

CellTable

This section of GWT Tutorial uses GWT CellTable to display data in a table. CellTable displays the data through a couple of TextColumn.

SuggestBox

GWT Tutorial uses GWT SuggestBox to display matching suggestions. Its default SuggestOracle, MultiWordSuggestOracle displays drop down list of matches.

TitlePanel

GWT Tutorial uses a custom widget TitlePanel to display the symbol name on selection by the user. TitlePanel uses a SimplePanel and Label.