GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.RootPanel

Packages that use RootPanel
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of RootPanel in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return RootPanel
static RootPanel RootPanel.get()
          Gets the default root panel.
static RootPanel RootPanel.get(java.lang.String id)
          Gets the root panel associated with a given browser element.
 


GWT 2.7.0