Uses of Interface
com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
Packages that use InsertPanel.ForIsWidget
Package
Description
Widgets, Panels, and other user-interface classes.
- 
Uses of InsertPanel.ForIsWidget in com.google.gwt.user.client.uiClasses in com.google.gwt.user.client.ui that implement InsertPanel.ForIsWidgetModifier and TypeClassDescriptionclassAn absolute panel positions all of its children absolutely, allowing them to overlap.classA panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.classA panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.classAStackPanelthat wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.classA panel that formats its child widgets using the default HTML layout behavior.classA panel that lays all of its widgets out in a single horizontal column.classThe panel to which all other widgets must ultimately be added.classA 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.classA panel that lays all of its widgets out in a single vertical column.