Interface StatusDefaultAppearance.StatusResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
- Enclosing class:
- StatusDefaultAppearance
public static interface StatusDefaultAppearance.StatusResources extends com.google.gwt.resources.client.ClientBundle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResource
loading()
StatusDefaultAppearance.StatusStyle
style()
-
-
-
Method Detail
-
loading
@Source("com/sencha/gxt/theme/base/client/grid/loading.gif") com.google.gwt.resources.client.ImageResource loading()
-
style
@Source("Status.gss") StatusDefaultAppearance.StatusStyle style()
-
-