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 |
|---|---|
TDGridCSS |
tdGridCSS() |
com.google.gwt.resources.client.ImageResource |
textBegins() |
com.google.gwt.resources.client.ImageResource |
textBegins32() |
com.google.gwt.resources.client.ImageResource |
textContains() |
com.google.gwt.resources.client.ImageResource |
textContains32() |
com.google.gwt.resources.client.ImageResource |
textEnds() |
com.google.gwt.resources.client.ImageResource |
textEnds32() |
com.google.gwt.resources.client.ImageResource |
textSoundex() |
com.google.gwt.resources.client.ImageResource |
textSoundex32() |
static final ResourceBundle INSTANCE
@ClientBundle.Source(value="TDGrid.css") TDGridCSS tdGridCSS()
@ClientBundle.Source(value="text-s-contains_32.png") com.google.gwt.resources.client.ImageResource textContains32()
@ClientBundle.Source(value="text-s-contains.png") com.google.gwt.resources.client.ImageResource textContains()
@ClientBundle.Source(value="text-s-begins_32.png") com.google.gwt.resources.client.ImageResource textBegins32()
@ClientBundle.Source(value="text-s-begins.png") com.google.gwt.resources.client.ImageResource textBegins()
@ClientBundle.Source(value="text-s-ends_32.png") com.google.gwt.resources.client.ImageResource textEnds32()
@ClientBundle.Source(value="text-s-ends.png") com.google.gwt.resources.client.ImageResource textEnds()
@ClientBundle.Source(value="text-soundex_32.png") com.google.gwt.resources.client.ImageResource textSoundex32()
@ClientBundle.Source(value="text-soundex.png") com.google.gwt.resources.client.ImageResource textSoundex()
Copyright © 2015. All Rights Reserved.