Content

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.
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.