Package com.google.gwt.resources.client
Interface ClientBundle
-
- All Known Subinterfaces:
ButtonCellBase.DefaultAppearance.Resources
,CellBrowser.Resources
,CellList.Resources
,CellTable.BasicResources
,CellTable.Resources
,CellTree.BasicResources
,CellTree.Resources
,ClientBundleWithLookup
,CommonResources.Bundle
,CustomScrollPanel.Resources
,DataGrid.Resources
,DisclosurePanel.DefaultImages
,HorizontalSplitPanel.Resources
,ImageLoadingCell.Resources
,MenuBar.Resources
,NativeHorizontalScrollbar.Resources
,NativeHorizontalScrollbar.ResourcesTransparant
,NativeVerticalScrollbar.Resources
,NativeVerticalScrollbar.ResourcesTransparant
,NativeVerticalScrollbar.UiBinderBundle
,SimplePager.Resources
,Tree.Resources
,VerticalSplitPanel.Resources
public interface ClientBundle
The use of this interface is similar to that of ImageBundle. Declare no-argument functions that return subclasses ofResourcePrototype
, which are annotated withClientBundle.Source
annotations specifying the classpath location of the resource to include in the output. At runtime, the functions will return an object that can be used to access the data in the original resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ClientBundle.Source
Specifies the classpath location of the resource or resources associated with theResourcePrototype
.
-