public interface BaseIconResources
extends com.google.gwt.resources.client.ClientBundle
Modifier and Type | Interface and Description |
---|---|
static interface |
BaseIconResources.BaseIconStyle |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.resources.client.DataResource |
materialIconsRegularEOT() |
com.google.gwt.resources.client.DataResource |
materialIconsRegularTTF() |
com.google.gwt.resources.client.DataResource |
materialIconsRegularWOFF() |
com.google.gwt.resources.client.DataResource |
materialIconsRegularWOFF2() |
com.google.gwt.resources.client.DataResource |
mintsterIconsTTF() |
com.google.gwt.resources.client.DataResource |
mintsterIconsWOFF() |
com.google.gwt.resources.client.DataResource |
mintsterlIconsEOT() |
BaseIconResources.BaseIconStyle |
style() |
com.google.gwt.resources.client.DataResource |
xglIconsEOT() |
com.google.gwt.resources.client.DataResource |
xglIconsTTF() |
com.google.gwt.resources.client.DataResource |
xglIconsWOFF() |
@DataResource.MimeType(value="application/vnd.ms-fontobject") @ClientBundle.Source(value="font/MaterialIcons-Regular.eot") com.google.gwt.resources.client.DataResource materialIconsRegularEOT()
@DataResource.MimeType(value="application/font-sfnt") @ClientBundle.Source(value="font/MaterialIcons-Regular.ttf") com.google.gwt.resources.client.DataResource materialIconsRegularTTF()
@DataResource.MimeType(value="application/font-woff") @ClientBundle.Source(value="font/MaterialIcons-Regular.woff") com.google.gwt.resources.client.DataResource materialIconsRegularWOFF()
@DataResource.MimeType(value="application/font-woff2") @ClientBundle.Source(value="font/MaterialIcons-Regular.woff2") com.google.gwt.resources.client.DataResource materialIconsRegularWOFF2()
@DataResource.MimeType(value="application/vnd.ms-fontobject") @ClientBundle.Source(value="font/mintster-icons.eot") com.google.gwt.resources.client.DataResource mintsterlIconsEOT()
@DataResource.MimeType(value="application/font-sfnt") @ClientBundle.Source(value="font/mintster-icons.ttf") com.google.gwt.resources.client.DataResource mintsterIconsTTF()
@DataResource.MimeType(value="application/font-woff") @ClientBundle.Source(value="font/mintster-icons.woff") com.google.gwt.resources.client.DataResource mintsterIconsWOFF()
@DataResource.MimeType(value="application/vnd.ms-fontobject") @ClientBundle.Source(value="font/xgl-icons.eot") com.google.gwt.resources.client.DataResource xglIconsEOT()
@DataResource.MimeType(value="application/font-sfnt") @ClientBundle.Source(value="font/xgl-icons.ttf") com.google.gwt.resources.client.DataResource xglIconsTTF()
@DataResource.MimeType(value="application/font-woff") @ClientBundle.Source(value="font/xgl-icons.woff") com.google.gwt.resources.client.DataResource xglIconsWOFF()
@ClientBundle.Source(value="icons.gss") BaseIconResources.BaseIconStyle style()
Copyright © 2018 Xalys. All rights reserved.