Uses of Class
com.google.gwt.user.client.ui.Panel
Package
Description
Log handlers and related classes for java.util.logging support in GWT.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of Panel in com.google.gwt.logging.client
Modifier and TypeClassDescriptionclass
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of Panel in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
An absolute panel positions all of its children absolutely, allowing them to overlap.class
A panel whose child widgets are contained within the cells of a table.class
Abstract base class for panels that can contain multiple child widgets.class
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 displays all of its child widgets in a 'deck', where only one can be visible at a time.class
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
AStackPanel
that wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.class
ASimplePanel
that wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget
.class
A form of popup that has a caption area at the top and can be dragged by the user.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
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
A flexible table that creates cells on demand.class
A panel that formats its child widgets using the default HTML layout behavior.class
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.class
A panel that wraps its contents in an HTML <FORM> element.class
A rectangular grid that can contain text, html, or a childWidget
within its cells.class
A panel that includes a header (top), footer (bottom), and content (middle) area.class
A panel that lays all of its widgets out in a single horizontal column.final class
Deprecated.class
A panel that contains HTML, and which can attach child widgets to identified elements within that HTML.class
class
class
Convenience class to help lazy loading.class
A panel that can "pop up" over other widgets.class
EXPERIMENTAL and subject to change.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
The panel to which all other widgets must ultimately be added.class
A simple panel that wraps its contents in a scrollable area.class
A simple panel thatProvidesResize
to its one child.class
Base class for panels that contain only one widget.class
A panel that adds user-positioned splitters between each of its child widgets.(package private) class
Deprecated.UseSplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.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 lays all of its widgets out in a single vertical column.final class
Deprecated.UseSplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class. -
Uses of Panel in com.google.gwt.user.datepicker.client
Modifier and TypeClassDescription(package private) class
CellGridImpl<V>
Highlighting, selectable cell grid.(package private) class
Cell grid.
SplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.