Uses of Interface
com.google.gwt.user.client.ui.ProvidesResize
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of ProvidesResize in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
A "browsable" view of a tree in which only a single node per level may be open at one time. -
Uses of ProvidesResize in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
A custom version of theScrollPanel
that allows user provided scrollbars.class
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.class
A panel that lays its child widgets out "docked" at its outer edges, and allows its last widget to take up the remaining space in its center.class
class
A simple panel thatProvidesResize
to its one child, but does notRequiresResize
.class
A singleton implementation ofLayoutPanel
that always attaches itself to the document body (i.e.class
A simple panel that wraps its contents in a scrollable area.class
A simple panel thatProvidesResize
to its one child.class
A panel that adds user-positioned splitters between each of its child widgets.class
A panel that stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display.class
A panel that represents a tabbed set of pages, each of which contains another widget.