Uses of Interface
com.google.gwt.resources.client.ImageResource
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of ImageResource in com.google.gwt.cell.client
Modifier and TypeMethodDescriptionButtonCellBase.DefaultAppearance.Resources.buttonCellBaseBackground()
The background image applied to the button.ButtonCellBase.getIcon()
Get the icon displayed next to the button text.ImageLoadingCell.Resources.loading()
Modifier and TypeMethodDescription(package private) SafeHtml
IconCellDecorator.getImageHtml
(ImageResource res, HasVerticalAlignment.VerticalAlignmentConstant valign, boolean isPlaceholder) Get the HTML representation of an image.void
ImageResourceCell.render
(Cell.Context context, ImageResource value, SafeHtmlBuilder sb) void
ButtonCellBase.setIcon
(ImageResource icon) Set the icon to display next to the button text.ModifierConstructorDescriptionIconCellDecorator
(ImageResource icon, Cell<C> cell) Construct a newIconCellDecorator
.IconCellDecorator
(ImageResource icon, Cell<C> cell, HasVerticalAlignment.VerticalAlignmentConstant valign, int spacing) Construct a newIconCellDecorator
. -
Uses of ImageResource in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionCellBrowser.Resources.cellBrowserClosed()
An image indicating a closed branch.CellBrowser.Resources.cellBrowserOpen()
An image indicating an open branch.CellBrowser.Resources.cellBrowserOpenBackground()
The background used for open items.CellBrowser.Resources.cellBrowserSelectedBackground()
The background used for selected items.CellList.Resources.cellListSelectedBackground()
The background used for selected items.CellTable.Resources.cellTableFooterBackground()
The background used for footer cells.CellTable.Resources.cellTableHeaderBackground()
The background used for header cells.CellTable.Resources.cellTableLoading()
The loading indicator used while the table is waiting for data.CellTable.Resources.cellTableSelectedBackground()
The background used for selected cells.CellTable.Resources.cellTableSortAscending()
Icon used when a column is sorted in ascending order.CellTable.Resources.cellTableSortDescending()
Icon used when a column is sorted in descending order.CellTree.BasicResources.cellTreeClosedItem()
CellTree.Resources.cellTreeClosedItem()
An image indicating a closed branch.CellTree.BasicResources.cellTreeLoading()
CellTree.Resources.cellTreeLoading()
An image indicating that a node is loading.CellTree.BasicResources.cellTreeOpenItem()
CellTree.Resources.cellTreeOpenItem()
An image indicating an open branch.CellTree.Resources.cellTreeSelectedBackground()
The background used for selected items.DataGrid.Resources.dataGridLoading()
The loading indicator used while the table is waiting for data.DataGrid.Resources.dataGridSortAscending()
Icon used when a column is sorted in ascending order.DataGrid.Resources.dataGridSortDescending()
Icon used when a column is sorted in descending order.SimplePager.Resources.simplePagerFastForward()
The image used to skip ahead multiple pages.SimplePager.Resources.simplePagerFastForwardDisabled()
The disabled "fast forward" image.SimplePager.Resources.simplePagerFirstPage()
The image used to go to the first page.SimplePager.Resources.simplePagerFirstPageDisabled()
The disabled first page image.SimplePager.Resources.simplePagerLastPage()
The image used to go to the last page.SimplePager.Resources.simplePagerLastPageDisabled()
The disabled last page image.SimplePager.Resources.simplePagerNextPage()
The image used to go to the next page.SimplePager.Resources.simplePagerNextPageDisabled()
The disabled next page image.SimplePager.Resources.simplePagerPreviousPage()
The image used to go to the previous page.SimplePager.Resources.simplePagerPreviousPageDisabled()
The disabled previous page image.AbstractCellTable.Resources.sortAscending()
Icon used when a column is sorted in ascending order.AbstractCellTable.Resources.sortDescending()
Icon used when a column is sorted in descending order. -
Uses of ImageResource in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionDisclosurePanel.DefaultImages.disclosurePanelClosed()
DisclosurePanel.DefaultImages.disclosurePanelOpen()
HorizontalSplitPanel.Resources.horizontalSplitPanelThumb()
An image representing the drag thumb.MenuBar.Resources.menuBarSubMenuIcon()
An image indicating aMenuItem
has an associated submenu.Tree.Resources.treeClosed()
An image indicating a closed branch.Tree.Resources.treeLeaf()
An image indicating a leaf.Tree.Resources.treeOpen()
An image indicating an open branch.VerticalSplitPanel.Resources.verticalSplitPanelThumb()
An image representing the drag thumb.Modifier and TypeMethodDescriptionstatic AbstractImagePrototype
AbstractImagePrototype.create
(ImageResource resource) Create an AbstractImagePrototype backed by a ClientBundle ImageResource.ImageResourceRenderer.render
(ImageResource image) void
Image.setResource
(ImageResource resource) Sets the url and the visibility rectangle for the image at the same time, based on an ImageResource instance.ModifierConstructorDescriptionDisclosurePanel
(ImageResource openImage, ImageResource closedImage, String headerText) Creates a DisclosurePanel with the specified header text, an initial open/close state and a bundle of images to be used in the default header widget.Image
(ImageResource resource) Creates an image whose size and content are defined by an ImageResource.