Uses of Interface
com.google.gwt.resources.client.ClientBundle
-
Packages that use ClientBundle Package Description com.google.gwt.cell.client com.google.gwt.resources.client Classes for aggregating static resources into bundles.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of ClientBundle in com.google.gwt.cell.client
Subinterfaces of ClientBundle in com.google.gwt.cell.client Modifier and Type Interface Description static interface
ButtonCellBase.DefaultAppearance.Resources
The resources used by this appearance.(package private) static interface
ImageLoadingCell.Resources
The images used by theImageLoadingCell.DefaultRenderers
. -
Uses of ClientBundle in com.google.gwt.resources.client
Subinterfaces of ClientBundle in com.google.gwt.resources.client Modifier and Type Interface Description interface
ClientBundleWithLookup
This is an extension of ClientBundle that allows for name-based lookup of resources.(package private) static interface
CommonResources.Bundle
TheClientBundle
of resources. -
Uses of ClientBundle in com.google.gwt.user.cellview.client
Subinterfaces of ClientBundle in com.google.gwt.user.cellview.client Modifier and Type Interface Description static interface
CellBrowser.Resources
A ClientBundle that provides images for this widget.static interface
CellList.Resources
A ClientBundle that provides images for this widget.static interface
CellTable.BasicResources
Resources that match the GWT standard style theme.static interface
CellTable.Resources
A ClientBundle that provides images for this widget.static interface
CellTree.BasicResources
Resources that match the GWT standard style theme.static interface
CellTree.Resources
A ClientBundle that provides images for this widget.static interface
DataGrid.Resources
A ClientBundle that provides images for this widget.static interface
SimplePager.Resources
A ClientBundle that provides images for this widget. -
Uses of ClientBundle in com.google.gwt.user.client.ui
Subinterfaces of ClientBundle in com.google.gwt.user.client.ui Modifier and Type Interface Description static interface
CustomScrollPanel.Resources
A ClientBundle of resources used by this widget.(package private) static interface
DisclosurePanel.DefaultImages
static interface
HorizontalSplitPanel.Resources
Deprecated.The default resources used by this widget.static interface
MenuBar.Resources
A ClientBundle that contains the default resources for this widget.static interface
NativeHorizontalScrollbar.Resources
A ClientBundle of resources used by this widget.static interface
NativeHorizontalScrollbar.ResourcesTransparant
A variation ofNativeHorizontalScrollbar.Resources
that renders the scrollbar semi-transparent until it is hovered.static interface
NativeVerticalScrollbar.Resources
A ClientBundle of resources used by this widget.static interface
NativeVerticalScrollbar.ResourcesTransparant
A variation ofNativeVerticalScrollbar.Resources
that renders the scrollbar semi-transparent until it is hovered.(package private) static interface
NativeVerticalScrollbar.UiBinderBundle
Client bundle used in the uibinder template.static interface
Tree.Resources
A ClientBundle that provides images for this widget.static interface
VerticalSplitPanel.Resources
Deprecated.The default resources used by this widget.
-