|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ComplexPanel | |
| com.google.gwt.user.client.ui | |
| Uses of ComplexPanel in com.google.gwt.user.client.ui |
| Subclasses of ComplexPanel in com.google.gwt.user.client.ui | |
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 |
DeckPanel
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time. |
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 |
FlowPanel
A panel that flows all of its child widgets much like text (this is effectively the default HTML layout panel). |
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 |
RootPanel
The panel to which all other widgets must ultimately be added. |
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 |
VerticalPanel
A panel that lays all of its widgets out in a single vertical column. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||