Interface StunnerCommonImageResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle,com.google.gwt.resources.client.ClientBundleWithLookup
public interface StunnerCommonImageResources extends com.google.gwt.resources.client.ClientBundleWithLookup
-
-
Field Summary
Fields Modifier and Type Field Description static StunnerCommonImageResourcesINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourcecommonIconsSprite()StunnerCommonCssResourcecommonIconsSpriteCss()com.google.gwt.resources.client.ImageResourcedelete()com.google.gwt.resources.client.ImageResourcedrd()com.google.gwt.resources.client.ImageResourceedit()com.google.gwt.resources.client.ImageResourceform()com.google.gwt.resources.client.ImageResourcegears()
-
-
-
Field Detail
-
INSTANCE
static final StunnerCommonImageResources INSTANCE
-
-
Method Detail
-
edit
@Source("images/edit.png") com.google.gwt.resources.client.ImageResource edit()
-
delete
@Source("images/delete.png") com.google.gwt.resources.client.ImageResource delete()
-
gears
@Source("images/gears.png") com.google.gwt.resources.client.ImageResource gears()
-
form
@Source("images/form.png") com.google.gwt.resources.client.ImageResource form()
-
drd
@Source("images/drd.png") com.google.gwt.resources.client.ImageResource drd()
-
commonIconsSprite
@Source("images/common-icons-sprite.png") com.google.gwt.resources.client.ImageResource commonIconsSprite()
-
commonIconsSpriteCss
@Source("images/common-icons-sprite.css") StunnerCommonCssResource commonIconsSpriteCss()
-
-