Uses of Interface
com.google.gwt.user.client.ui.IsRenderable
-
Packages that use IsRenderable Package Description com.google.gwt.editor.ui.client User interface components for the bean editor framework.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types. -
-
Uses of IsRenderable in com.google.gwt.editor.ui.client
Classes in com.google.gwt.editor.ui.client that implement IsRenderable Modifier and Type Class Description classValueBoxEditorDecorator<T>A simple decorator to display leaf widgets with an error message. -
Uses of IsRenderable in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement IsRenderable Modifier and Type Class Description classAbstractCellTable<T>Abstract base class for tabular views that supports paging and columns.classAbstractCellTreeAn abstract representation of a tree widget that renders items usingCells.classAbstractHasData<T>classAbstractPagerAn abstract pager that exposes many methods useful for paging.classCellBrowserA "browsable" view of a tree in which only a single node per level may be open at one time.(package private) classCellBrowser.BrowserCellList<T>A custom version of cell list used by the browser.classCellList<T>A single column list of cells.classCellTable<T>A tabular view that supports paging and columns.classCellTreeA view of a tree.classDataGrid<T>A tabular view with a fixed header and footer section and a scrollable data section in the middle.classPageSizePagerA simple pager that controls the page size.classSimplePagerA pager for controlling aHasRowsthat only supports simple page navigation. -
Uses of IsRenderable in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement IsRenderable Modifier and Type Class Description classCaptionPanelA panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.classCompositeA type of widget that can wrap another widget, hiding the wrapped widget's methods.classDecoratedTabBarATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.classDecoratedTabPanelATabPanelthat uses aDecoratedTabBarwith rounded corners.classDisclosurePanelA widget that consists of a header and a content panel that discloses the content when a user clicks on the header.classNotificationMoleSimple widget for providing notification feedback.classRenderablePanelEXPERIMENTAL and subject to change.classResizeCompositeACompositeimplementation that implementsRequiresResizeand automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize.classStackLayoutPanelA 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.classSuggestBoxASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classTabBarA horizontal bar of folder-style tabs, most commonly used as part of aTabPanel.classTabLayoutPanelA panel that represents a tabbed set of pages, each of which contains another widget.classTabPanelA panel that represents a tabbed set of pages, each of which contains another widget.classValueListBox<T>Implementation ofHasConstrainedValuebased on aSelectElement.classValuePicker<T>Allows the user to pick a single value from a list.Methods in com.google.gwt.user.client.ui with parameters of type IsRenderable Modifier and Type Method Description voidRenderablePanel. 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
Classes in com.google.gwt.user.datepicker.client that implement IsRenderable Modifier and Type Class Description classCalendarViewThe CalendarView is a calendar grid that represents the current view of aDatePicker.classDateBoxA text box that shows aDatePickerwhen the user focuses on it.classDatePickerStandard GWT date picker.(package private) classDatePickerComponentPackage protected class used to combine functionality for theMonthSelectorandCalendarViewcomponents.classDefaultCalendarViewSimple calendar view.classDefaultMonthSelectorA simpleMonthSelectorused for the default date picker.classMonthSelectorAbstract month selector widget.
-