public interface ProgressBarCssAndImages
extends com.google.gwt.resources.client.ClientBundle
Modifier and Type | Interface and Description |
---|---|
static interface |
ProgressBarCssAndImages.MyCssResource |
Modifier and Type | Field and Description |
---|---|
static ProgressBarCssAndImages |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.resources.client.CssResource |
css() |
com.google.gwt.resources.client.ImageResource |
error() |
com.google.gwt.resources.client.ImageResource |
ok() |
com.google.gwt.resources.client.CssResource |
panelCss() |
com.google.gwt.resources.client.ImageResource |
progressTexture() |
com.google.gwt.resources.client.ImageResource |
spinner() |
static final ProgressBarCssAndImages INSTANCE
@ClientBundle.Source(value="FileUpload.css") com.google.gwt.resources.client.CssResource css()
@ClientBundle.Source(value="PanelFileUpload.css") com.google.gwt.resources.client.CssResource panelCss()
@ClientBundle.Source(value="spinning.gif") com.google.gwt.resources.client.ImageResource spinner()
@ClientBundle.Source(value="error.png") com.google.gwt.resources.client.ImageResource error()
@ClientBundle.Source(value="ok.png") com.google.gwt.resources.client.ImageResource ok()
@ImageResource.ImageOptions(repeatStyle=Horizontal) @ClientBundle.Source(value="progress.png") com.google.gwt.resources.client.ImageResource progressTexture()
Copyright © 2014. All Rights Reserved.