Uses of Class
com.google.gwt.user.client.ui.Panel

Packages that use 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 Type
    Class
    Description
    class 
    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 Type
    Class
    Description
    class 
    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 the ScrollPanel 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 
    A PopupPanel that wraps its content in a 3x3 grid, which allows users to add rounded corners.
    class 
    A StackPanel that wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.
    class 
    A SimplePanel that wraps its contents in stylized boxes, which can be used to add rounded corners to a Widget.
    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 child Widget 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.
    Use SplitLayoutPanel instead, but understand that it is not a drop in replacement for this class.
    class 
    A panel that contains HTML, and which can attach child widgets to identified elements within that HTML.
    class 
    HTMLTable contains the common table algorithms for Grid and FlexTable.
    class 
    A panel that lays its children out in arbitrary layers using the Layout 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 that ProvidesResize to its one child, but does not RequiresResize.
    class 
    A singleton implementation of LayoutPanel 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 that ProvidesResize 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.
    Use SplitLayoutPanel 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.
    Use SplitLayoutPanel 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 Type
    Class
    Description
    (package private) class 
    Highlighting, selectable cell grid.
    (package private) class 
    Cell grid.