public interface Images
extends com.google.gwt.resources.client.ClientBundle
| Modifier and Type | Field and Description |
|---|---|
static Images |
ICONS
The Constant ICONS.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.resources.client.ImageResource |
fileIcon() |
com.google.gwt.resources.client.ImageResource |
folderIcon() |
com.google.gwt.resources.client.ImageResource |
loading() |
static final Images ICONS
@ClientBundle.Source(value="file.png") com.google.gwt.resources.client.ImageResource fileIcon()
@ClientBundle.Source(value="folder.png") com.google.gwt.resources.client.ImageResource folderIcon()
@ClientBundle.Source(value="loading.gif") com.google.gwt.resources.client.ImageResource loading()
Copyright © 2026. All rights reserved.