Interface AppResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface AppResources extends com.google.gwt.resources.client.ClientBundle- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAppResources.Normalizestatic interfaceAppResources.PageTablestatic interfaceAppResources.Style
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppResources.Normalizenormalize()AppResources.PageTablepageTable()AppResources.Stylestyle()
-
-
-
Method Detail
-
normalize
@Source("css/normalize.gss") AppResources.Normalize normalize()
-
style
@Source("css/style.gss") AppResources.Style style()
-
pageTable
@Source("css/pageTable.gss") AppResources.PageTable pageTable()
-
-