Uses of Class
com.google.gwt.user.client.ui.Frame
-
Packages that use Frame Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of Frame in com.google.gwt.user.client.ui
Subclasses of Frame in com.google.gwt.user.client.ui Modifier and Type Class Description class
NamedFrame
AFrame
that has a 'name' associated with it.Methods in com.google.gwt.user.client.ui that return Frame Modifier and Type Method Description static Frame
Frame. wrap(Element element)
Creates a Frame widget that wraps an existing <frame> element.
-