Uses of Interface
com.google.gwt.user.client.ui.IndexedPanel
Packages that use IndexedPanel
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of IndexedPanel in com.google.gwt.user.client.ui
Subinterfaces of IndexedPanel in com.google.gwt.user.client.uiModifier and TypeInterfaceDescriptionstatic interfaceExtends this interface with convenience methods to handleIsWidget.interfaceImplemented byIndexedPanels that also allow insertions.static interfaceExtends this interface with convenience methods to handleIsWidget.Classes in com.google.gwt.user.client.ui that implement IndexedPanelModifier and TypeClassDescriptionclassAn absolute panel positions all of its children absolutely, allowing them to overlap.classA panel whose child widgets are contained within the cells of a table.classAbstract base class for panels that can contain multiple child widgets.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.classATabPanelthat uses aDecoratedTabBarwith rounded corners.classA 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.classA 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.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.classA panel that contains HTML, and which can attach child widgets to identified elements within that HTML.classclassEXPERIMENTAL and subject to change.classA singleton implementation ofLayoutPanelthat always attaches itself to the document body (i.e.classThe panel to which all other widgets must ultimately be added.classA panel that adds user-positioned splitters between each of its child widgets.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 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 represents a tabbed set of pages, each of which contains another widget.classA panel that represents a tabbed set of pages, each of which contains another widget.classA panel that lays all of its widgets out in a single vertical column.