Uses of Class
com.google.gwt.resources.client.ClientBundle.Source
-
Packages that use ClientBundle.Source 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.Source in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client with annotations of type ClientBundle.Source Modifier and Type Method Description ButtonCellBase.DefaultAppearance.StyleButtonCellBase.DefaultAppearance.Resources. buttonCellBaseStyle() -
Uses of ClientBundle.Source in com.google.gwt.resources.client
Methods in com.google.gwt.resources.client with annotations of type ClientBundle.Source Modifier and Type Method Description CommonResources.InlineBlockStyleCommonResources.Bundle. inlineBlockStyle() -
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 Modifier and Type Method Description ImageResourceCellBrowser.Resources. cellBrowserSelectedBackground()The background used for selected items.CellBrowser.StyleCellBrowser.Resources. cellBrowserStyle()The styles used in this widget.CellList.StyleCellList.Resources. cellListStyle()The styles used in this widget.ImageResourceCellTable.Resources. cellTableFooterBackground()The background used for footer cells.ImageResourceCellTable.Resources. cellTableSelectedBackground()The background used for selected cells.ImageResourceCellTable.Resources. cellTableSortAscending()Icon used when a column is sorted in ascending order.ImageResourceCellTable.Resources. cellTableSortDescending()Icon used when a column is sorted in descending order.CellTable.BasicStyleCellTable.BasicResources. cellTableStyle()The styles used in this widget.CellTable.StyleCellTable.Resources. cellTableStyle()The styles used in this widget.ImageResourceCellTree.Resources. cellTreeClosedItem()An image indicating a closed branch.ImageResourceCellTree.BasicResources. cellTreeLoading()ImageResourceCellTree.Resources. cellTreeOpenItem()An image indicating an open branch.CellTree.BasicStyleCellTree.BasicResources. cellTreeStyle()The styles used in this widget.CellTree.StyleCellTree.Resources. cellTreeStyle()The styles used in this widget.ImageResourceDataGrid.Resources. dataGridLoading()The loading indicator used while the table is waiting for data.ImageResourceDataGrid.Resources. dataGridSortAscending()Icon used when a column is sorted in ascending order.ImageResourceDataGrid.Resources. dataGridSortDescending()Icon used when a column is sorted in descending order.DataGrid.StyleDataGrid.Resources. dataGridStyle()The styles used in this widget.SimplePager.StyleSimplePager.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 Modifier and Type Method Description CustomScrollPanel.StyleCustomScrollPanel.Resources. customScrollPanelStyle()The styles used in this widget.ImageResourceHorizontalSplitPanel.Resources. horizontalSplitPanelThumb()An image representing the drag thumb.NativeHorizontalScrollbar.StyleNativeHorizontalScrollbar.Resources. nativeHorizontalScrollbarStyle()The styles used in this widget.NativeHorizontalScrollbar.StyleNativeHorizontalScrollbar.ResourcesTransparant. nativeHorizontalScrollbarStyle()The styles used in this widget.NativeVerticalScrollbar.StyleNativeVerticalScrollbar.Resources. nativeVerticalScrollbarStyle()The styles used in this widget.NativeVerticalScrollbar.StyleNativeVerticalScrollbar.ResourcesTransparant. nativeVerticalScrollbarStyle()The styles used in this widget.ImageResourceVerticalSplitPanel.Resources. verticalSplitPanelThumb()An image representing the drag thumb.
-