Interface AppResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface AppResources extends com.google.gwt.resources.client.ClientBundle
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AppResources.StyleResources
-
Field Summary
Fields Modifier and Type Field Description static AppResources
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppResources.StyleResources
style()
-
-
-
Field Detail
-
INSTANCE
static final AppResources INSTANCE
-
-
Method Detail
-
style
@Source("css/forms.css") AppResources.StyleResources style()
-
-