class |
CustomScrollPanel |
A custom version of the ScrollPanel that allows user provided
scrollbars.
|
class |
DeckLayoutPanel |
A panel that displays all of its child widgets in a 'deck', where only one
can be visible at a time.
|
class |
DockLayoutPanel |
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 |
HeaderPanel |
A panel that includes a header (top), footer (bottom), and content (middle)
area.
|
class |
LayoutPanel |
A panel that lays its children out in arbitrary
layers using the
Layout class.
|
class |
ResizeComposite |
|
class |
RootLayoutPanel |
A singleton implementation of LayoutPanel that always attaches itself
to the document body (i.e.
|
class |
ScrollPanel |
A simple panel that wraps its contents in a scrollable area.
|
class |
SimpleLayoutPanel |
|
class |
SplitLayoutPanel |
A panel that adds user-positioned splitters between each of its child
widgets.
|
class |
StackLayoutPanel |
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 |
TabLayoutPanel |
A panel that represents a tabbed set of pages, each of which contains another
widget.
|