public interface ResourceBundle
extends com.google.gwt.resources.client.ClientBundle
| Modifier and Type | Field and Description |
|---|---|
static ResourceBundle |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.resources.client.ExternalTextResource |
linksProperties() |
com.google.gwt.resources.client.ImageResource |
wiki() |
com.google.gwt.resources.client.ImageResource |
wiki32() |
static final ResourceBundle INSTANCE
@ClientBundle.Source(value="wiki_link.txt") com.google.gwt.resources.client.ExternalTextResource linksProperties()
@ClientBundle.Source(value="tabular-data-wiki.png") com.google.gwt.resources.client.ImageResource wiki()
@ClientBundle.Source(value="tabular-data-wiki_32.png") com.google.gwt.resources.client.ImageResource wiki32()
Copyright © 2017. All Rights Reserved.