com.sencha.gxt.theme.blue.client.progress
Interface BlueProgressBarAppearance.BlueProgressBarResources

All Superinterfaces:
ClientBundle, ProgressBarDefaultAppearance.ProgressBarResources
Enclosing class:
BlueProgressBarAppearance

public static interface BlueProgressBarAppearance.BlueProgressBarResources
extends ProgressBarDefaultAppearance.ProgressBarResources, ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource bar()
           
 ImageResource innerBar()
           
 ProgressBarDefaultAppearance.ProgressBarStyle style()
           
 

Method Detail

style

@ClientBundle.Source(value={"com/sencha/gxt/theme/base/client/progress/ProgressBar.css","ProgressBar.css"})
ProgressBarDefaultAppearance.ProgressBarStyle style()
Specified by:
style in interface ProgressBarDefaultAppearance.ProgressBarResources

bar

@ClientBundle.Source(value="progress-bg.gif")
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource bar()
Specified by:
bar in interface ProgressBarDefaultAppearance.ProgressBarResources

innerBar

@ClientBundle.Source(value="bg.gif")
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource innerBar()


Copyright © 2012. All Rights Reserved.