Uses of Interface
com.google.gwt.user.client.ui.RequiresResize
Packages that use RequiresResize
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of RequiresResize in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement RequiresResizeModifier and TypeClassDescriptionclassA "browsable" view of a tree in which only a single node per level may be open at one time.classDataGrid<T>A tabular view with a fixed header and footer section and a scrollable data section in the middle. -
Uses of RequiresResize in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement RequiresResizeModifier and TypeClassDescriptionclassA custom version of theScrollPanelthat allows user provided scrollbars.classA panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.classA 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.classA panel that includes a header (top), footer (bottom), and content (middle) area.classclassACompositeimplementation that implementsRequiresResizeand automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize.classA singleton implementation ofLayoutPanelthat always attaches itself to the document body (i.e.classA simple panel that wraps its contents in a scrollable area.classA simple panel thatProvidesResizeto its one child.classA panel that adds user-positioned splitters between each of its child widgets.classA 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.classA panel that represents a tabbed set of pages, each of which contains another widget.