|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use HasWidgets | |
| com.google.gwt.user.client.ui | |
| Uses of HasWidgets in com.google.gwt.user.client.ui |
| Classes in com.google.gwt.user.client.ui that implement HasWidgets | |
class |
AbsolutePanel
An absolute panel positions all of its children absolutely, allowing them to overlap as well. |
class |
CellPanel
A panel whose child widgets are contained within the cells of a table. |
class |
ComplexPanel
Abstract base class for panels that can contain multiple child widgets. |
class |
DeckPanel
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time. |
class |
DialogBox
A form of popup that has a caption area at the top and can be dragged by the user. |
class |
DockPanel
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 |
FlexTable
A flexible table that creates cells on demand. |
class |
FlowPanel
A panel that flows all of its child widgets much like text (this is effectively the default HTML layout panel). |
class |
FocusPanel
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events. |
class |
Grid
A rectangular grid that can contain text, html, or a child Widget within its cells. |
class |
HorizontalPanel
A panel that lays all of its widgets out in a single horizontal column. |
class |
HTMLPanel
A panel that contains HTML, and which can attach child widgets to identified elements within that HTML. |
class |
HTMLTable
HTMLTable contains the common table algorithms for Grid and
FlexTable.
|
class |
Panel
Abstract base class for all panels, which are widgets that can contain other widgets. |
class |
PopupPanel
A panel that can "pop up" over other widgets. |
class |
RootPanel
The panel to which all other widgets must ultimately be added. |
class |
ScrollPanel
A simple panel that wraps its contents in a scrollable area. |
class |
SimplePanel
Abstract base class for panels that contain only one widget. |
class |
StackPanel
A panel that stacks its children vertically, displaying only one at a time, with a header for each that the user can click to display it. |
class |
TabPanel
A panel that represents a tabbed set of pages, each of which contains another widget. |
class |
VerticalPanel
A panel that lays all of its widgets out in a single vertical column. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||