Uses of Interface
com.google.gwt.user.client.ui.IsRenderable
Package
Description
User interface components for the bean editor framework.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of IsRenderable in com.google.gwt.editor.ui.client
Modifier and TypeClassDescriptionclass
A simple decorator to display leaf widgets with an error message. -
Uses of IsRenderable 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
DataGrid<T>
A tabular view with a fixed header and footer section and a scrollable data section in the middle.class
A simple pager that controls the page size.class
A pager for controlling aHasRows
that only supports simple page navigation. -
Uses of IsRenderable in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
A panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.class
A type of widget that can wrap another widget, hiding the wrapped widget's methods.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.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
Simple widget for providing notification feedback.class
EXPERIMENTAL and subject to change.class
AComposite
implementation that implementsRequiresResize
and automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize
.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
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
ValueListBox<T>
Implementation ofHasConstrainedValue
based on aSelectElement
.class
ValuePicker<T>
Allows the user to pick a single value from a list.Modifier and TypeMethodDescriptionvoid
RenderablePanel.logicalAdd
(IsRenderable renderable) Adopts the given, but doesn't change anything about its DOM element. -
Uses of IsRenderable in com.google.gwt.user.datepicker.client
Modifier and TypeClassDescriptionclass
The CalendarView is a calendar grid that represents the current view of aDatePicker
.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.final class
A simpleMonthSelector
used for the default date picker.class
Abstract month selector widget.