GWT 2.3.0

Uses of Class
com.google.gwt.resources.client.ClientBundle.Source

Packages that use ClientBundle.Source
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.Source in com.google.gwt.user.cellview.client
 

Methods in com.google.gwt.user.cellview.client with annotations of type ClientBundle.Source
 ImageResource CellBrowser.Resources.cellBrowserSelectedBackground()
          The background used for selected items.
 CellBrowser.Style CellBrowser.Resources.cellBrowserStyle()
          The styles used in this widget.
 CellList.Style CellList.Resources.cellListStyle()
          The styles used in this widget.
 ImageResource CellTable.Resources.cellTableFooterBackground()
          The background used for footer cells.
 ImageResource CellTable.Resources.cellTableSelectedBackground()
          The background used for selected cells.
 ImageResource CellTable.Resources.cellTableSortAscending()
          Icon used when a column is sorted in ascending order.
 ImageResource CellTable.Resources.cellTableSortDescending()
          Icon used when a column is sorted in descending order.
 com.google.gwt.user.cellview.client.CellTable.BasicStyle CellTable.BasicResources.cellTableStyle()
          The styles used in this widget.
 CellTable.Style CellTable.Resources.cellTableStyle()
          The styles used in this widget.
 ImageResource CellTree.Resources.cellTreeClosedItem()
          An image indicating a closed branch.
 ImageResource CellTree.BasicResources.cellTreeLoading()
           
 ImageResource CellTree.Resources.cellTreeOpenItem()
          An image indicating an open branch.
 com.google.gwt.user.cellview.client.CellTree.BasicStyle CellTree.BasicResources.cellTreeStyle()
          The styles used in this widget.
 CellTree.Style CellTree.Resources.cellTreeStyle()
          The styles used in this widget.
 SimplePager.Style SimplePager.Resources.simplePagerStyle()
          The styles used in this widget.
 

Uses of ClientBundle.Source in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui with annotations of type ClientBundle.Source
 ImageResource HorizontalSplitPanel.Resources.horizontalSplitPanelThumb()
          An image representing the drag thumb.
 ImageResource VerticalSplitPanel.Resources.verticalSplitPanelThumb()
          An image representing the drag thumb.
 


GWT 2.3.0