Interface ProgressBarCssAndImages
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface ProgressBarCssAndImages extends com.google.gwt.resources.client.ClientBundle
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProgressBarCssAndImages.MyCssResource
-
Field Summary
Fields Modifier and Type Field Description static ProgressBarCssAndImagesINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.CssResourcecss()com.google.gwt.resources.client.ImageResourceerror()com.google.gwt.resources.client.ImageResourceok()com.google.gwt.resources.client.CssResourcepanelCss()com.google.gwt.resources.client.ImageResourceprogressTexture()com.google.gwt.resources.client.ImageResourcespinner()
-
-
-
Field Detail
-
INSTANCE
static final ProgressBarCssAndImages INSTANCE
-
-
Method Detail
-
css
@Source("FileUpload.css") com.google.gwt.resources.client.CssResource css()
-
panelCss
@Source("PanelFileUpload.css") com.google.gwt.resources.client.CssResource panelCss()
-
spinner
@Source("spinning.gif") com.google.gwt.resources.client.ImageResource spinner()
-
error
@Source("error.png") com.google.gwt.resources.client.ImageResource error()
-
ok
@Source("ok.png") com.google.gwt.resources.client.ImageResource ok()
-
progressTexture
@ImageOptions(repeatStyle=Horizontal) @Source("progress.png") com.google.gwt.resources.client.ImageResource progressTexture()
-
-