Uses of Interface
com.google.gwt.user.client.ui.HasWidgets
Packages that use HasWidgets
Package
Description
Log handlers and related classes for java.util.logging support in GWT.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of HasWidgets in com.google.gwt.logging.client
Classes in com.google.gwt.logging.client that implement HasWidgetsModifier and TypeClassDescriptionclassA simple popup to show log messages, which can be resized, minimized, and dragged to a different location.Constructors in com.google.gwt.logging.client with parameters of type HasWidgets -
Uses of HasWidgets in com.google.gwt.user.client.ui
Subinterfaces of HasWidgets in com.google.gwt.user.client.uiModifier and TypeInterfaceDescriptionstatic interfaceExtends this interface with convenience methods to handleIsWidget.Classes in com.google.gwt.user.client.ui that implement HasWidgetsModifier and TypeClassDescriptionclassAn absolute panel positions all of its children absolutely, allowing them to overlap.classA panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.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 custom version of theScrollPanelthat allows user provided scrollbars.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.classAPopupPanelthat wraps its content in a 3x3 grid, which allows users to add rounded corners.classAStackPanelthat wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.classATabPanelthat uses aDecoratedTabBarwith rounded corners.classASimplePanelthat wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget.classA form of popup that has a caption area at the top and can be dragged by the user.final classA widget that consists of a header and a content panel that discloses the content when a user clicks on the header.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 flexible table that creates cells on demand.classA panel that formats its child widgets using the default HTML layout behavior.classA simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.classA panel that wraps its contents in an HTML <FORM> element.classA rectangular grid that can contain text, html, or a childWidgetwithin its cells.classA panel that includes a header (top), footer (bottom), and content (middle) area.classA panel that lays all of its widgets out in a single horizontal column.final classDeprecated.classA panel that contains HTML, and which can attach child widgets to identified elements within that HTML.classclassclassConvenience class to help lazy loading.classAbstract base class for all panels, which are widgets that can contain other widgets.classA panel that can "pop up" over other widgets.classEXPERIMENTAL and subject to change.classA simple panel thatProvidesResizeto its one child, but does notRequiresResize.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 simple panel that wraps its contents in a scrollable area.classA simple panel thatProvidesResizeto its one child.classBase class for panels that contain only one widget.classA panel that adds user-positioned splitters between each of its child widgets.(package private) classDeprecated.UseSplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.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 standard hierarchical tree widget.classA panel that lays all of its widgets out in a single vertical column.final classDeprecated.UseSplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.Methods in com.google.gwt.user.client.ui with parameters of type HasWidgetsModifier and TypeMethodDescriptionWidgetIterators.createWidgetIterator(HasWidgets container, Widget[] contained) Wraps an array of widgets to be returned during iteration.Constructors in com.google.gwt.user.client.ui with parameters of type HasWidgetsModifierConstructorDescriptionWidgetCollection(HasWidgets parent) Constructs a new widget collection. -
Uses of HasWidgets in com.google.gwt.user.datepicker.client
Classes in com.google.gwt.user.datepicker.client that implement HasWidgetsModifier and TypeClassDescription(package private) classCellGridImpl<V>Highlighting, selectable cell grid.(package private) classCell grid.
SplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.