| Package | Description | 
|---|---|
| com.google.gwt.user.cellview.client | 
 The "cellview" widget set. 
 | 
| com.google.gwt.user.client.impl | |
| com.google.gwt.user.client.ui | 
 Widgets, Panels, and other user-interface classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CellWidget<C>
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ElementMapperImpl<T extends UIObject>
Creates a mapping from elements to their associated ui objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractNativeScrollbar
Abstract parent class for scrollbars implemented using the native browser
 scrollbars. 
 | 
class  | 
Composite
A type of widget that can wrap another widget, hiding the wrapped widget's
 methods. 
 | 
class  | 
FocusWidget
Abstract base class for most widgets that can receive keyboard focus. 
 | 
class  | 
Frame
A widget that wraps an IFRAME element, which can contain an arbitrary web
 site. 
 | 
class  | 
Hidden
Represents a hidden field in an HTML form. 
 | 
class  | 
Hyperlink
A widget that serves as an "internal" hyperlink. 
 | 
class  | 
Image
A widget that displays the image at a given URL. 
 | 
class  | 
LabelBase<T>
Abstract base class for all text display widgets. 
 | 
class  | 
MenuBar
A standard menu bar widget. 
 | 
class  | 
MenuItem
An entry in a
  
MenuBar. | 
class  | 
MenuItemSeparator
A separator that can be placed in a
  
MenuBar. | 
class  | 
Panel
Abstract base class for all panels, which are widgets that can contain other
 widgets. 
 | 
class  | 
Tree
A standard hierarchical tree widget. 
 | 
class  | 
TreeItem
An item that can be contained within a
  
Tree. | 
class  | 
Widget
The base class for the majority of user-interface objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PotentialElement | 
PotentialElement.build(UIObject o)
Builds a new PotentialElement with the tag name set to "div". 
 | 
static PotentialElement | 
PotentialElement.build(UIObject o,
     String tagName)
Builds a new PotentialElement. 
 | 
void | 
UIObject.DebugIdImpl.ensureDebugId(UIObject uiObject,
             String id)  | 
void | 
UIObject.DebugIdImplEnabled.ensureDebugId(UIObject uiObject,
             String id)  | 
void | 
ScrollPanel.ensureVisible(UIObject item)
Ensures that the specified item is visible, by adjusting the panel's scroll
 position. 
 | 
void | 
SuggestBox.DefaultSuggestionDisplay.setPositionRelativeTo(UIObject uiObject)
Sets the UI object where the suggestion display should appear next to. 
 | 
void | 
PopupPanel.showRelativeTo(UIObject target)
Normally, the popup is positioned directly below the relative target, with
 its left edge aligned with the left edge of the target. 
 | 
Copyright © 2018. All rights reserved.