Uses of Class
com.google.gwt.user.client.ui.Widget
Package
Description
Classes for HTML Canvas 2D support.
User interface components for the bean editor framework.
Log handlers and related classes for java.util.logging support in GWT.
Widgets for HTML Audio and Video support.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of Widget in com.google.gwt.canvas.client
-
Uses of Widget in com.google.gwt.editor.ui.client
Modifier and TypeClassDescriptionclass
A simple decorator to display leaf widgets with an error message. -
Uses of Widget in com.google.gwt.logging.client
Modifier and TypeClassDescriptionclass
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of Widget in com.google.gwt.media.client
-
Uses of Widget in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
Abstract base class for tabular views that supports paging and columns.class
An abstract representation of a tree widget that renders items usingCell
s.class
class
An abstract pager that exposes many methods useful for paging.class
A "browsable" view of a tree in which only a single node per level may be open at one time.(package private) class
A custom version of cell list used by the browser.class
CellList<T>
A single column list of cells.class
CellTable<T>
A tabular view that supports paging and columns.class
A view of a tree.class
CellWidget<C>
class
DataGrid<T>
A tabular view with a fixed header and footer section and a scrollable data section in the middle.(package private) static class
A simple widget wrapper around a table element.class
A simple pager that controls the page size.class
A pager for controlling aHasRows
that only supports simple page navigation.Modifier and TypeMethodDescriptionprotected <C> Widget
CellBrowser.createPager
(HasData<C> display) Create a pager to control the list view.CellList.getEmptyListWidget()
Get the widget displayed when the list has no rows.AbstractCellTable.getEmptyTableWidget()
Get the widget displayed when the table has no rows.AbstractCellTable.getLoadingIndicator()
Get the widget displayed when the data is loading.CellList.getLoadingIndicator()
Get the widget displayed when the data is loading.Modifier and TypeMethodDescription(package private) void
Adopt the specified widget.(package private) static Element
AbstractHasData.convertToElements
(Widget widget, Element tmpElem, SafeHtml html) Convenience method to convert the specified HTML into DOM elements and return the parent of the DOM elements.(package private) void
Attach a child.(package private) void
Detach a child.CellBrowser.Builder.loadingIndicator
(Widget widget) Set the widget to display when the data is loading.void
CellBasedWidgetImpl.onBrowserEvent
(Widget widget, Event event) Deprecated.Process an event on a target cell.(package private) static void
AbstractHasData.replaceAllChildren
(Widget widget, Element childContainer, SafeHtml html) Convenience method to replace all children of a Widget.(package private) static void
AbstractHasData.replaceChildren
(Widget widget, Element childContainer, Element newChildren, int start, SafeHtml html) Convenience method to convert the specified HTML into DOM elements and replace the existing elements starting at the specified index.void
CellList.setEmptyListWidget
(Widget widget) Set the widget to display when the list has no rows.void
AbstractCellTable.setEmptyTableWidget
(Widget widget) Set the widget to display when the table has no rows.void
CellTable.setEmptyTableWidget
(Widget widget) void
DataGrid.setEmptyTableWidget
(Widget widget) void
AbstractCellTable.setLoadingIndicator
(Widget widget) Set the widget to display when the data is loading.void
CellList.setLoadingIndicator
(Widget widget) Set the widget to display when the data is loading.void
CellTable.setLoadingIndicator
(Widget widget) void
DataGrid.setLoadingIndicator
(Widget widget) protected int
Deprecated.Get the event bits to sink for an event type.protected int
final void
CellBasedWidgetImpl.sinkEvents
(Widget widget, Set<String> typeNames) Deprecated.Sink events on the widget.ModifierConstructorDescriptionAbstractCellTable
(Widget widget, int pageSize, AbstractCellTable.Resources resources, ProvidesKey<T> keyProvider) Constructs a table with the given page size, the specifiedAbstractCellTable.Style
, and the given key provider.AbstractHasData
(Widget widget, int pageSize, ProvidesKey<T> keyProvider) Constructs anAbstractHasData
with the given page size.CellTable
(int pageSize, CellTable.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator) Constructs a table with the specified page size,CellTable.Resources
, key provider, and loading indicator.CellTable
(int pageSize, CellTable.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator, boolean enableColGroup, boolean attachLoadingPanel) Constructs a table with the specified page size,CellTable.Resources
, key provider, and loading indicator.DataGrid
(int pageSize, DataGrid.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator) Constructs a table with the given page size, the specifiedDataGrid.Resources
, and the given key provider.TreeNodeImpl
(TreeViewModel.NodeInfo<C> nodeInfo, Object value, CellBrowser.BrowserCellList<C> display, Widget widget) Construct a newCellBrowser.TreeNodeImpl
. -
Uses of Widget in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
An absolute panel positions all of its children absolutely, allowing them to overlap.class
Abstract parent class for scrollbars implemented using the native browser scrollbars.class
A widget that represents a simple <a> element.class
A standard push-button widget.class
class
A panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.class
A panel whose child widgets are contained within the cells of a table.class
A standard check box widget.class
Abstract base class for panels that can contain multiple child widgets.class
A type of widget that can wrap another widget, hiding the wrapped widget's methods.class
CustomButton is a base button class with built in support for a set number of button faces.class
A custom version of theScrollPanel
that allows user provided scrollbars.class
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.class
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.class
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.class
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
AStackPanel
that wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.class
ATabBar
that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.class
ATabPanel
that uses aDecoratedTabBar
with rounded corners.class
ASimplePanel
that wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget
.class
A form of popup that has a caption area at the top and can be dragged by the user.static class
Default implementation of Caption.final class
A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.class
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
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
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A widget that wraps the HTML <input type='file'> element.class
A flexible table that creates cells on demand.class
A panel that formats its child widgets using the default HTML layout behavior.class
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.class
Abstract base class for most widgets that can receive keyboard focus.class
A panel that wraps its contents in an HTML <FORM> element.class
A widget that wraps an IFRAME element, which can contain an arbitrary web site.class
A rectangular grid that can contain text, html, or a childWidget
within its cells.class
A panel that includes a header (top), footer (bottom), and content (middle) area.class
Represents a hidden field in an HTML form.class
A panel that lays all of its widgets out in a single horizontal column.final class
Deprecated.class
A widget that can contain arbitrary HTML.class
A panel that contains HTML, and which can attach child widgets to identified elements within that HTML.class
class
A widget that serves as an "internal" hyperlink.class
A widget that displays the image at a given URL.class
A widget that can contain arbitrary HTML.class
A widget that serves as an "internal" hyperlink.class
A widget that contains arbitrary text, not interpreted as HTML.class
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
A widget that contains arbitrary text, not interpreted as HTML.class
LabelBase<T>
Abstract base class for all text display widgets.class
class
Convenience class to help lazy loading.class
A widget that presents a list of choices to the user, either as a list box or as a drop-down list.class
A ValueBox that usesLongParser
andLongRenderer
.class
A standard menu bar widget.class
AFrame
that has a 'name' associated with it.class
A horizontal scrollbar implemented using the browsers native scrollbar.class
A vertical scrollbar implemented using the browsers native scrollbar.class
Simple widget for providing notification feedback.class
NumberLabel<T extends Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.class
Abstract base class for all panels, which are widgets that can contain other widgets.class
A text box that visually masks its input to prevent eavesdropping.class
A panel that can "pop up" over other widgets.class
A normal push button with custom styling.class
A mutually-exclusive selection radio button widget.class
EXPERIMENTAL and subject to change.class
A standard push-button widget which will automatically reset its enclosingFormPanel
if any.class
AComposite
implementation that implementsRequiresResize
and automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize
.class
A simple panel thatProvidesResize
to its one child, but does notRequiresResize
.class
A rich text editor that allows complex styling and formatting.class
A singleton implementation ofLayoutPanel
that always attaches itself to the document body (i.e.class
The panel to which all other widgets must ultimately be added.class
A simple panel that wraps its contents in a scrollable area.class
A simple checkbox widget, with no label.class
A simple panel thatProvidesResize
to its one child.class
Base class for panels that contain only one widget.class
A simple radio button widget, with no label.class
A panel that adds user-positioned splitters between each of its child widgets.(package private) class
(package private) class
(package private) class
(package private) class
Deprecated.UseSplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.class
A 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.class
A 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.class
A standard push-button widget which will automatically submit its enclosingFormPanel
if any.class
ASuggestBox
is a text box or text area which displays a pre-configured set of selections that match the user's input.class
A horizontal bar of folder-style tabs, most commonly used as part of aTabPanel
.class
A panel that represents a tabbed set of pages, each of which contains another widget.class
A panel that represents a tabbed set of pages, each of which contains another widget.class
A text box that allows multiple lines of text to be entered.class
A standard single-line text box.class
Abstract base class for most text entry widgets.class
AToggleButton
is a stylish stateful button which allows the user to toggle betweenup
anddown
states.class
A standard hierarchical tree widget.class
ValueBox<T>
A text box able to parse its displayed value.class
ValueBoxBase<T>
Abstract base class for all text entry widgets.class
ValueLabel<T>
A label displaying its value through a renderer.class
ValueListBox<T>
Implementation ofHasConstrainedValue
based on aSelectElement
.class
ValuePicker<T>
Allows the user to pick a single value from a list.class
A panel that lays all of its widgets out in a single vertical column.final class
Deprecated.UseSplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.Modifier and TypeFieldDescriptionprotected final Widget
SplitLayoutPanel.Splitter.target
(package private) Widget
SimplePanel.widget
Modifier and TypeMethodDescriptionIsWidget.asWidget()
Returns theWidget
aspect of the receiver.Widget.asWidget()
static Widget
Widget.asWidgetOrNull
(IsWidget w) This convenience method makes a null-safe call toIsWidget.asWidget()
.protected abstract Widget
LazyPanel.createWidget()
Create the widget contained within theLazyPanel
.protected Widget
SuggestBox.DefaultSuggestionDisplay.decorateSuggestionList
(Widget suggestionList) Wrap the list of suggestions before adding it to the popup.WidgetCollection.get
(int index) Gets the widget at the given index.VerticalSplitPanel.getBottomWidget()
Deprecated.Gets the widget in the bottom of the panel.protected Widget
DockLayoutPanel.getCenter()
DisclosurePanel.getContent()
Gets the widget that was previously set inDisclosurePanel.setContent(Widget)
.CaptionPanel.getContentWidget()
Accesses the content widget, if present.HeaderPanel.getContentWidget()
Get the content widget that appears between the header and footer.HorizontalSplitPanel.getEndOfLineWidget()
Deprecated.Gets the widget in the pane that is at the end of the line direction for the layout.HeaderPanel.getFooterWidget()
Get the footer widget at the bottom of the panel.DisclosurePanel.getHeader()
Gets the widget that is currently being used as a header.HeaderPanel.getHeaderWidget()
Get the header widget at the top of the panel.StackLayoutPanel.getHeaderWidget
(int index) Gets the widget in the stack header at the given index.StackLayoutPanel.getHeaderWidget
(Widget child) Gets the widget in the stack header associated with the given child widget.HorizontalSplitPanel.getLeftWidget()
Deprecated.Gets the widget in the left side of the panel.Widget.getParent()
Gets this widget's parent panel.HorizontalSplitPanel.getRightWidget()
Deprecated.Gets the widget in the right side of the panel.protected Widget
Deprecated.Gets the widget source to pass to the listeners.HorizontalSplitPanel.getStartOfLineWidget()
Deprecated.Gets the widget in the pane that is at the start of the line direction for the layout.TabLayoutPanel.getTabWidget
(int index) Gets the widget in the tab at the given index.TabLayoutPanel.getTabWidget
(IsWidget child) Convenience overload to allowIsWidget
to be used directly.TabLayoutPanel.getTabWidget
(Widget child) Gets the widget in the tab associated with the given child widget.VerticalSplitPanel.getTopWidget()
Deprecated.Gets the widget in the top of the panel.DeckLayoutPanel.getVisibleWidget()
Gets the currently-visible widget.StackLayoutPanel.getVisibleWidget()
Gets the currently-selected widget.ComplexPanel.getWidget
(int index) protected Widget
Composite.getWidget()
Provides subclasses access to the topmost widget that defines this composite.DecoratedPopupPanel.getWidget()
HasOneWidget.getWidget()
Gets the panel's child widget.HTMLTable.getWidget
(int row, int column) Gets the widget in the specified cell.IndexedPanel.getWidget
(int index) Gets the child widget at the specified index.SimplePanel.getWidget()
Gets the panel's child widget.protected Widget
SplitPanel.getWidget
(int index) Deprecated.Gets one of the contained widgets.StackLayoutPanel.getWidget
(int index) TabLayoutPanel.getWidget
(int index) Returns the widget at the given index.TabPanel.getWidget
(int index) TreeItem.getWidget()
Gets theWidget
associated with this tree item.FiniteWidgetIterator.next()
Modifier and TypeMethodDescriptionWidgetIterators.createWidgetIterator
(HasWidgets container, Widget[] contained) Wraps an array of widgets to be returned during iteration.Tree.getChildWidgets()
CaptionPanel.iterator()
Iterates over the singular content widget, if present.ComplexPanel.iterator()
DecoratedPopupPanel.iterator()
DisclosurePanel.iterator()
HasWidgets.iterator()
Gets an iterator for the contained widgets.HeaderPanel.iterator()
HTMLTable.iterator()
Returns an iterator containing all the widgets in this table.SimplePanel.iterator()
SplitPanel.iterator()
Deprecated.StackLayoutPanel.iterator()
TabLayoutPanel.iterator()
TabPanel.iterator()
Tree.iterator()
WidgetCollection.iterator()
Gets an iterator on this widget collection.Modifier and TypeMethodDescriptionvoid
void
Adds a widget to the panel at the specified position.void
protected void
Adds a new child widget to the panel, attaching its Element to the specified container Element.protected void
Deprecated.Call and overrideComplexPanel.add(Widget, Element)
instead.void
void
void
void
Adds a widget at the center of the dock.void
DockPanel.add
(Widget widget, DockPanel.DockLayoutConstant direction) Adds a widget to the specified edge of the dock.void
Adds a new child widget to the panel.void
Adds a child widget.void
Adds a widget to this panel.void
void
Deprecated.Adds a widget to a pane in the HorizontalSplitPanel.void
Adds a child widget to the panel.void
Adds a child widget to the panel, contained within an HTML element.void
Adds a child widget to the panel, contained within the HTML element specified by a given id.void
Adds a child widget to this panel.void
Adds a widget to this panel.void
Adds a child widget.void
Adds a child widget to the panel.void
Adds a widget to this panel.void
Deprecated.void
void
Adds a child widget to this stack, along with a widget representing the stack header.void
Adds a child widget to this stack, along with a widget representing the stack header.void
Adds a child widget to this stack, along with a widget representing the stack header.void
Adds a child widget to this stack, along with a widget representing the stack header.void
void
Adds a new child with the given widget and header, optionally interpreting the header as HTML.void
Adds a new child with the given widget and header.void
Adds a new child with the given widget and header, optionally interpreting the header as HTML.void
void
Adds a widget to the panel.void
Adds a widget to the panel.void
Adds a widget to the panel.void
Adds a widget to the panel.void
void
Adds a widget to the tab panel.void
Adds a widget to the tab panel.void
Adds a widget to the tab panel.void
Adds the widget as a root tree item.void
void
Adds a widget to the end of this collection.final void
HTMLPanel.addAndReplaceElement
(Widget widget, Element toReplace) Adds a child widget to the panel, replacing the HTML element.void
HTMLPanel.addAndReplaceElement
(Widget widget, Element toReplace) Deprecated.void
HTMLPanel.addAndReplaceElement
(Widget widget, String id) Adds a child widget to the panel, replacing the HTML element specified by a given id.final void
RenderablePanel.addAndReplaceElement
(Widget widget, Element toReplace) Adds a child widget to the panel, replacing the HTML element.void
RenderablePanel.addAndReplaceElement
(Widget widget, Element toReplace) Deprecated.void
Adds a widget to the east edge of the dock.Adds a new tree item containing the specified widget.Adds a new tree item containing the specified widget.Adds a child tree item containing the specified widget.void
DockLayoutPanel.addLineEnd
(Widget widget, double size) Adds a widget to the end of the line.void
DockLayoutPanel.addLineStart
(Widget widget, double size) Adds a widget to the start of the line.void
Adds a widget to the north edge of the dock.void
Adds a widget to the south edge of the dock.void
Adds a new tab with the specified widget.void
Adds a widget to the west edge of the dock.protected int
ComplexPanel.adjustIndex
(Widget child, int beforeIndex) Adjusts beforeIndex to account for the possibility that the given widget is already a child of this panel.protected final void
Finalize the attachment of a Widget to this Panel.(package private) void
(package private) void
DeckLayoutPanel.assertIsChild
(Widget widget) Assert that the specified widget is null or a child of this widget.(package private) void
DockLayoutPanel.assertIsChild
(Widget widget) protected static <H extends EventHandler>
voidListenerWrapper.baseRemove
(Widget eventSource, EventListener listener, GwtEvent.Type... types) Deprecated.Convenience method to remove wrapped handlers from a widget.boolean
Determines whether a given widget is contained in this collection.WidgetIterators.createWidgetIterator
(HasWidgets container, Widget[] contained) Wraps an array of widgets to be returned during iteration.protected Widget
SuggestBox.DefaultSuggestionDisplay.decorateSuggestionList
(Widget suggestionList) Wrap the list of suggestions before adding it to the popup.protected void
Widget.delegateEvent
(Widget target, GwtEvent<?> event) Fires an event on a child widget.static void
Deprecated.Instead, useremoveFromParent()
.static void
RootPanel.detachOnWindowClose
(Widget widget) Deprecated.While originally introduced to combat memory leaks in old browsers, this is no longer necessary, and the unload event used by this method is being removed from browsers.void
void
ChangeListenerCollection.fireChange
(Widget sender) Deprecated.Fires a change event to all listeners.void
Deprecated.Fires a click event to all listeners.void
Deprecated.Fires an error event to all listeners.void
Deprecated.Fires a focus event to all listeners.void
FocusListenerCollection.fireFocusEvent
(Widget sender, Event event) Deprecated.A helper for widgets that source focus events.void
KeyboardListenerCollection.fireKeyboardEvent
(Widget sender, Event event) Deprecated.Automatically fires the appropriate keyboard event to all listeners.void
KeyboardListenerCollection.fireKeyDown
(Widget sender, char keyCode, int modifiers) Deprecated.Fires a keyDown event to all listeners.void
KeyboardListenerCollection.fireKeyPress
(Widget sender, char key, int modifiers) Deprecated.Fires a keyDown event to all listeners.void
Deprecated.Fires a keyDown event to all listeners.void
Deprecated.Fires a load event to all listeners.void
FocusListenerCollection.fireLostFocus
(Widget sender) Deprecated.Fires a lost-focus event to all listeners.void
MouseListenerCollection.fireMouseDown
(Widget sender, int x, int y) Deprecated.Fires a mouse down event to all listeners.void
MouseListenerCollection.fireMouseEnter
(Widget sender) Deprecated.Fires a mouse enter event to all listeners.void
MouseListenerCollection.fireMouseEvent
(Widget sender, Event event) Deprecated.A helper for widgets that source mouse events.void
MouseListenerCollection.fireMouseLeave
(Widget sender) Deprecated.Fires a mouse leave event to all listeners.void
MouseListenerCollection.fireMouseMove
(Widget sender, int x, int y) Deprecated.Fires a mouse move event to all listeners.void
MouseListenerCollection.fireMouseUp
(Widget sender, int x, int y) Deprecated.Fires a mouse up event to all listeners.void
MouseWheelListenerCollection.fireMouseWheel
(Widget sender, MouseWheelVelocity velocity) Deprecated.Fires a mouse wheel event to all listeners.void
MouseWheelListenerCollection.fireMouseWheelEvent
(Widget sender, Event event) Deprecated.A helper for widgets that source mouse events.void
ScrollListenerCollection.fireScroll
(Widget sender, int scrollLeft, int scrollTop) Deprecated.Fires a scroll event to all listeners.StackLayoutPanel.getHeaderWidget
(Widget child) Gets the widget in the stack header associated with the given child widget.TabLayoutPanel.getTabWidget
(Widget child) Gets the widget in the tab associated with the given child widget.DockLayoutPanel.getWidgetContainerElement
(Widget child) Gets the container element wrapping the given child widget.LayoutPanel.getWidgetContainerElement
(Widget child) Gets the container element wrapping the given child widget.DockLayoutPanel.getWidgetDirection
(Widget child) Gets the layout direction of the given child widget.DockPanel.getWidgetDirection
(Widget w) Gets the layout direction of the given child widget.int
ComplexPanel.getWidgetIndex
(Widget child) int
IndexedPanel.getWidgetIndex
(Widget child) Gets the index of the specified child widget.int
StackLayoutPanel.getWidgetIndex
(Widget child) int
TabLayoutPanel.getWidgetIndex
(Widget child) Returns the index of the given child, or -1 if it is not a child.int
TabPanel.getWidgetIndex
(Widget widget) int
AbsolutePanel.getWidgetLeft
(Widget w) Gets the position of the left outer border edge of the widget relative to the left outer border edge of the panel.DockLayoutPanel.getWidgetSize
(Widget child) Gets the layout size of the given child widget.(package private) Element
CellPanel.getWidgetTd
(Widget w) int
AbsolutePanel.getWidgetTop
(Widget w) Gets the position of the top outer border edge of the widget relative to the top outer border edge of the panel.int
Gets the index of the specified index.protected void
Composite.initWidget
(Widget widget) Sets the widget to be wrapped by the composite.protected void
ResizeComposite.initWidget
(Widget widget) void
void
Inserts a child widget at the specified position before the specified index.protected void
Insert a new child Widget into this Panel at a specified index, attaching its Element to the specified container Element.protected void
Deprecated.Call and overrideComplexPanel.insert(com.google.gwt.user.client.ui.Widget,com.google.gwt.dom.client.Element,int,boolean)
instead.void
void
Insert a widget before the specified widget.void
protected void
DockLayoutPanel.insert
(Widget widget, DockLayoutPanel.Direction direction, double size, Widget before) Adds a widget to the specified edge of the dock.void
Inserts a widget before the specified index.void
void
Inserts a child widget before the specified index.void
Inserts a widget before the specified index.void
SplitLayoutPanel.insert
(Widget child, DockLayoutPanel.Direction direction, double size, Widget before) void
Inserts a widget into the panel.void
Inserts a widget into the panel.void
StackLayoutPanel.insert
(Widget child, String text, boolean asHtml, double headerSize, int beforeIndex) Inserts a widget into the panel.void
Inserts a widget into the panel.void
void
Inserts a widget into the panel.void
Inserts a widget into the panel.void
Inserts a widget into the panel.void
Inserts a widget into the panel.void
Inserts a widget into the panel.void
Inserts a widget into the tab panel.void
Inserts a widget into the tab panel.void
Inserts a widget into the tab panel.void
void
Inserts a widget before the specified index.void
DockLayoutPanel.insertEast
(Widget widget, double size, Widget before) Adds a widget to the east edge of the dock, inserting it before an existing widget.Tree.insertItem
(int beforeIndex, Widget widget) Inserts a child tree item at the specified index containing the specified widget.TreeItem.insertItem
(int beforeIndex, Widget widget) Inserts a child tree item at the specified index containing the specified widget.void
DockLayoutPanel.insertLineEnd
(Widget widget, double size, Widget before) Adds a widget to the start of the line, inserting it before an existing widget.void
DockLayoutPanel.insertLineStart
(Widget widget, double size, Widget before) Adds a widget to the end of the line, inserting it before an existing widget.void
DockLayoutPanel.insertNorth
(Widget widget, double size, Widget before) Adds a widget to the north edge of the dock, inserting it before an existing widget.void
DockLayoutPanel.insertSouth
(Widget widget, double size, Widget before) Adds a widget to the south edge of the dock, inserting it before an existing widget.void
Inserts a new tab at the specified index.protected void
TabBar.insertTabWidget
(Widget widget, int beforeIndex) Inserts a new tab at the specified index.void
DockLayoutPanel.insertWest
(Widget widget, double size, Widget before) Adds a widget to the west edge of the dock, inserting it before an existing widget.static boolean
RootPanel.isInDetachList
(Widget widget) Deprecated.Use of the detach list requires the unload event, which is planned to be removed in future browser updates.void
Deprecated.See the deprecation message on this interface for detailsvoid
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.add aBeforeSelectionHandler
instead.void
Deprecated.Fired when a widget encounters an error while loading.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.add a key down handler to the individualTabBar.Tab
objects instead.void
DelegatingKeyboardListenerCollection.onKeyPress
(Widget sender, char keyCode, int modifiers) Deprecated.void
KeyboardListener.onKeyPress
(Widget sender, char keyCode, int modifiers) Deprecated.void
KeyboardListenerAdapter.onKeyPress
(Widget sender, char keyCode, int modifiers) Deprecated.void
TabBar.onKeyPress
(Widget sender, char keyCode, int modifiers) Deprecated.this method has been doing nothing for the entire last release, if what you wanted to do was to listen to key press events on tabs, add the key press handler to the individual tab wrappers instead.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.this method has been doing nothing for the entire last release, if what you wanted to do was to listen to key up events on tabs, add the key up handler to the individual tab wrappers instead.void
Deprecated.Fired when a widget finishes loading.void
DelegatingFocusListenerCollection.onLostFocus
(Widget sender) Deprecated.void
FocusListener.onLostFocus
(Widget sender) Deprecated.void
FocusListenerAdapter.onLostFocus
(Widget sender) Deprecated.void
DialogBox.onMouseDown
(Widget sender, int x, int y) Deprecated.void
MouseListener.onMouseDown
(Widget sender, int x, int y) Deprecated.void
MouseListenerAdapter.onMouseDown
(Widget sender, int x, int y) Deprecated.void
DialogBox.onMouseEnter
(Widget sender) Deprecated.void
MouseListener.onMouseEnter
(Widget sender) Deprecated.void
MouseListenerAdapter.onMouseEnter
(Widget sender) Deprecated.void
DialogBox.onMouseLeave
(Widget sender) Deprecated.void
MouseListener.onMouseLeave
(Widget sender) Deprecated.void
MouseListenerAdapter.onMouseLeave
(Widget sender) Deprecated.void
DialogBox.onMouseMove
(Widget sender, int x, int y) Deprecated.void
MouseListener.onMouseMove
(Widget sender, int x, int y) Deprecated.void
MouseListenerAdapter.onMouseMove
(Widget sender, int x, int y) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
MouseWheelListener.onMouseWheel
(Widget sender, MouseWheelVelocity velocity) Deprecated.void
Deprecated.Fired when the sender is scrolled.protected final void
This method must be called as part of the remove method of any Panel.(package private) void
boolean
OverridesComplexPanel.remove(Widget)
to change the removed Widget's element back to static positioning.This is done so that any positioning changes to the widget that were done by the panel are undone when the widget is disowned from the panel.boolean
Removes the specified widget, although in practice the specified widget must be the content widget.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Removes a child widget.boolean
boolean
boolean
Remove the specified widget from the table.boolean
static void
ListenerWrapper.WrappedChangeListener.remove
(Widget eventSource, ChangeListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedClickListener.remove
(Widget eventSource, ClickListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedFocusListener.remove
(Widget eventSource, FocusListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedKeyboardListener.remove
(Widget eventSource, KeyboardListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedLoadListener.remove
(Widget eventSource, LoadListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedLogicalChangeListener.remove
(Widget eventSource, ChangeListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedMouseListener.remove
(Widget eventSource, MouseListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedMouseWheelListener.remove
(Widget eventSource, MouseWheelListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedOldDisclosureHandler.remove
(Widget eventSource, DisclosureHandler listener) static void
ListenerWrapper.WrappedOldFormHandler.remove
(Widget eventSource, FormHandler listener) static void
ListenerWrapper.WrappedOldSuggestionHandler.remove
(Widget eventSource, SuggestionHandler listener) static void
ListenerWrapper.WrappedPopupListener.remove
(Widget eventSource, PopupListener listener) static void
ListenerWrapper.WrappedScrollListener.remove
(Widget eventSource, ScrollListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedTableListener.remove
(Widget eventSource, TableListener listener) static void
ListenerWrapper.WrappedTabListener.remove
(Widget eventSource, TabListener listener) static void
ListenerWrapper.WrappedTreeListener.remove
(Widget eventSource, TreeListener listener) abstract boolean
Removes a child widget.boolean
boolean
boolean
boolean
boolean
Deprecated.boolean
boolean
boolean
boolean
Removes the given widget, and its associated tab.boolean
boolean
void
Removes the specified widget.void
Programmatically selects the specified tab and fires events.void
Programmatically selects the specified tab.void
VerticalSplitPanel.setBottomWidget
(Widget w) Deprecated.Sets the widget in the bottom of the panel.void
CellPanel.setCellHeight
(Widget w, String height) Sets the height of the cell associated with the given widget, related to the panel as a whole.void
DockPanel.setCellHeight
(Widget w, String height) void
CellPanel.setCellHorizontalAlignment
(Widget w, HasHorizontalAlignment.HorizontalAlignmentConstant align) Sets the horizontal alignment of the given widget within its cell.void
DockPanel.setCellHorizontalAlignment
(Widget w, HasHorizontalAlignment.HorizontalAlignmentConstant align) void
CellPanel.setCellVerticalAlignment
(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align) Sets the vertical alignment of the given widget within its cell.void
DockPanel.setCellVerticalAlignment
(Widget w, HasVerticalAlignment.VerticalAlignmentConstant align) void
CellPanel.setCellWidth
(Widget w, String width) Sets the width of the cell associated with the given widget, related to the panel as a whole.void
DockPanel.setCellWidth
(Widget w, String width) void
DisclosurePanel.setContent
(Widget content) Sets the content widget which can be opened and closed by this panel.void
CaptionPanel.setContentWidget
(Widget w) Sets or replaces the content widget within the CaptionPanel.void
HeaderPanel.setContentWidget
(Widget w) Set the widget in the content portion between the header and footer.void
HorizontalSplitPanel.setEndOfLineWidget
(Widget w) Deprecated.Sets the widget in the pane that is at the end of the line direction for the layout.void
HeaderPanel.setFooterWidget
(Widget w) Set the widget in the footer portion at the bottom of the panel.void
Sets the widget used as the header for the panel.void
HeaderPanel.setHeaderWidget
(Widget w) Set the widget in the header portion at the top of the panel.void
HorizontalSplitPanel.setLeftWidget
(Widget w) Deprecated.Sets the widget in the left side of the panel.(package private) void
Sets this widget's parent.void
HorizontalSplitPanel.setRightWidget
(Widget w) Deprecated.Sets the widget in the right side of the panel.void
Deprecated.Sets the widget source to pass to the listeners.void
HorizontalSplitPanel.setStartOfLineWidget
(Widget w) Deprecated.Sets the widget in the pane that is at the start of the line direction for the layout.void
VerticalSplitPanel.setTopWidget
(Widget w) Deprecated.Sets the widget in the top of the panel.protected void
Deprecated.UseComposite.initWidget(Widget)
insteadvoid
void
void
Sets this panel's widget.void
Sets the widget within the specified cell.void
void
void
void
Sets this panel's widget.protected final void
Deprecated.Sets one of the contained widgets.void
Sets the current widget.void
LayoutPanel.setWidgetBottomHeight
(Widget child, double bottom, Style.Unit bottomUnit, double height, Style.Unit heightUnit) Sets the child widget's bottom and height values.void
DockLayoutPanel.setWidgetHidden
(Widget widget, boolean hidden) Sets whether or not the given widget should be hidden.void
SplitLayoutPanel.setWidgetHidden
(Widget widget, boolean hidden) void
LayoutPanel.setWidgetHorizontalPosition
(Widget child, Layout.Alignment position) Sets the child widget's horizontal position within its layer.void
LayoutPanel.setWidgetLeftRight
(Widget child, double left, Style.Unit leftUnit, double right, Style.Unit rightUnit) Sets the child widget's left and right values.void
LayoutPanel.setWidgetLeftWidth
(Widget child, double left, Style.Unit leftUnit, double width, Style.Unit widthUnit) Sets the child widget's left and width values.void
SplitLayoutPanel.setWidgetMinSize
(Widget child, int minSize) Sets the minimum allowable size for the given widget.void
AbsolutePanel.setWidgetPosition
(Widget w, int left, int top) Sets the position of the specified child widget.protected void
AbsolutePanel.setWidgetPositionImpl
(Widget w, int left, int top) void
LayoutPanel.setWidgetRightWidth
(Widget child, double right, Style.Unit rightUnit, double width, Style.Unit widthUnit) Sets the child widget's right and width values.void
DockLayoutPanel.setWidgetSize
(Widget widget, double size) Updates the size of the widget passed in as long as it is not the center widget and updates the layout of the dock.void
SplitLayoutPanel.setWidgetSnapClosedSize
(Widget child, int snapClosedSize) Sets a size below which the slider will close completely.void
SplitLayoutPanel.setWidgetToggleDisplayAllowed
(Widget child, boolean allowed) Sets whether or not double-clicking on the splitter should toggle the display of the widget.void
LayoutPanel.setWidgetTopBottom
(Widget child, double top, Style.Unit topUnit, double bottom, Style.Unit bottomUnit) Sets the child widget's top and bottom values.void
LayoutPanel.setWidgetTopHeight
(Widget child, double top, Style.Unit topUnit, double height, Style.Unit heightUnit) Sets the child widget's top and height values.void
LayoutPanel.setWidgetVerticalPosition
(Widget child, Layout.Alignment position) Sets the child widget's vertical position within its layer.void
LayoutPanel.setWidgetVisible
(Widget child, boolean visible) Shows or hides the given widget and its layer.void
DeckLayoutPanel.showWidget
(Widget widget) Shows the widget at the specified index.void
StackLayoutPanel.showWidget
(Widget child) Shows the specified widget and fires events.void
StackLayoutPanel.showWidget
(Widget child, boolean fireEvents) Shows the specified widget.Modifier and TypeMethodDescriptionstatic void
AttachDetachException.tryCommand
(Iterable<Widget> hasWidgets, AttachDetachException.Command c) Iterator through all child widgets, trying to perform the specifiedAttachDetachException.Command
for each.ModifierConstructorDescriptionCustomScrollPanel
(Widget child) Creates aCustomScrollPanel
with the specified child widget.DelegatingChangeListenerCollection
(Widget owner, SourcesChangeEvents delegatedTo) Deprecated.Constructor forDelegatingChangeListenerCollection
.DelegatingClickListenerCollection
(Widget owner, SourcesClickEvents delegatedTo) Deprecated.Constructor forDelegatingClickListenerCollection
.DelegatingFocusListenerCollection
(Widget owner, SourcesFocusEvents delegatedTo) Deprecated.Constructor forDelegatingFocusListenerCollection
.DelegatingKeyboardListenerCollection
(Widget owner, SourcesKeyboardEvents delegatedTo) Deprecated.Constructor forDelegatingKeyboardListenerCollection
.DisclosurePanel
(Widget header) Deprecated.DisclosurePanel
(Widget header, boolean isOpen) Deprecated.FocusPanel
(Widget child) ScrollPanel
(Widget child) Creates a new scroll panel with the given child widget.SimplePanel
(Widget child) Create a panel with the specified child widget.Constructs a tree item with the givenWidget
. -
Uses of Widget in com.google.gwt.user.datepicker.client
Modifier and TypeClassDescriptionclass
The CalendarView is a calendar grid that represents the current view of aDatePicker
.(package private) class
CellGridImpl<V>
Highlighting, selectable cell grid.(package private) class
class
A text box that shows aDatePicker
when the user focuses on it.class
Standard GWT date picker.(package private) class
Package protected class used to combine functionality for theMonthSelector
andCalendarView
components.final class
Simple calendar view.(package private) class
Cell grid.(package private) class
A cell representing a date.final class
A simpleMonthSelector
used for the default date picker.class
Abstract month selector widget.
SplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.