JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
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
A
Frame
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.