public interface AppResources
extends com.google.gwt.resources.client.ClientBundle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppResources.Normalize |
static interface |
AppResources.PageTable |
static interface |
AppResources.Style |
| Modifier and Type | Method and Description |
|---|---|
AppResources.Normalize |
normalize() |
AppResources.PageTable |
pageTable() |
AppResources.Style |
style() |
@ClientBundle.Source(value="css/normalize.gss") AppResources.Normalize normalize()
@ClientBundle.Source(value="css/style.gss") AppResources.Style style()
@ClientBundle.Source(value="css/pageTable.gss") AppResources.PageTable pageTable()
Copyright © 2017. All Rights Reserved.